Require ext-zip in composer.json

This commit is contained in:
Jan Böhmer 2026-01-31 23:33:39 +01:00
parent fa4ae6345c
commit 6ac7a42cca

View file

@ -11,6 +11,7 @@
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"amphp/http-client": "^5.1",
"api-platform/doctrine-orm": "^4.1",
"api-platform/json-api": "^4.0.0",
@ -95,7 +96,7 @@
"twig/intl-extra": "^3.8",
"twig/markdown-extra": "^3.8",
"twig/string-extra": "^3.8",
"web-auth/webauthn-symfony-bundle": "^5.0.0"
"web-auth/webauthn-symfony-bundle": "^5.0.0",
},
"require-dev": {
"dama/doctrine-test-bundle": "^v8.0.0",