Fix ext-json dependency declaration to work with all versions of Debian
This commit is contained in:
parent
f13e364d06
commit
f4d47b6ab6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
"sepia/po-parser": "^6.0",
|
"sepia/po-parser": "^6.0",
|
||||||
"sentry/sdk": "^3.3",
|
"sentry/sdk": "^3.3",
|
||||||
"ext-pdo": "^7.3",
|
"ext-pdo": "^7.3",
|
||||||
"ext-json": "^1.7",
|
"ext-json": "*",
|
||||||
"ext-yaml": "^2.0",
|
"ext-yaml": "^2.0",
|
||||||
"league/mime-type-detection": "^1.11"
|
"league/mime-type-detection": "^1.11"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue