Updated composer.json, tested and works with PHP 7.4
This commit is contained in:
parent
f67d3c9003
commit
8323051ca7
@ -15,6 +15,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bin": [ "bin/dataset-info" ],
|
"bin": [ "bin/dataset-info" ],
|
||||||
|
"require": {
|
||||||
|
"php": "^7.4|^8.0",
|
||||||
|
"ext-simplexml": "*",
|
||||||
|
"ext-json": "*"
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"phpstan/phpstan": "^1.8"
|
"phpstan/phpstan": "^1.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user