Add some explicit deps for php modules
This commit is contained in:
parent
af4b5590ee
commit
8bb6284e7b
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue