mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 12:09:36 +00:00
Require ext-zip in composer.json
This commit is contained in:
parent
fa4ae6345c
commit
6ac7a42cca
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue