Add some explicit deps for php modules

This commit is contained in:
Greyscale 2024-04-14 23:32:07 +02:00
parent af4b5590ee
commit 8bb6284e7b
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -11,6 +11,12 @@
"sort-packages": true
},
"require": {
"php": "^8.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-zip": "*",
"beberlei/assert": "^3.3",
"brianium/paratest": "^7",
"clue/commander": "^v1.3.0",