more explicit versions
This commit is contained in:
parent
9be859a01e
commit
3e017818dc
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"require" : {
|
"require" : {
|
||||||
"php" : ">=7.3",
|
"php" : "^7.3",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*",
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"require-dev" : {
|
"require-dev" : {
|
||||||
"phpunit/phpunit" : "8.*"
|
"phpunit/phpunit" : "^8.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|
Reference in a new issue