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" : {
|
||||
"php" : ">=7.3",
|
||||
"php" : "^7.3",
|
||||
"ext-pdo": "*",
|
||||
"ext-json": "*",
|
||||
"ext-fileinfo": "*",
|
||||
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "8.*"
|
||||
"phpunit/phpunit" : "^8.0"
|
||||
},
|
||||
|
||||
"suggest": {
|
||||
|
|
Reference in a new issue