Fix ext-json dependency declaration to work with all versions of Debian

This commit is contained in:
Benjamin Renard 2023-02-23 11:59:15 +01:00
parent f13e364d06
commit f4d47b6ab6
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -24,7 +24,7 @@
"sepia/po-parser": "^6.0",
"sentry/sdk": "^3.3",
"ext-pdo": "^7.3",
"ext-json": "^1.7",
"ext-json": "*",
"ext-yaml": "^2.0",
"league/mime-type-detection": "^1.11"
},