Updated composer.json, tested and works with PHP 7.4

This commit is contained in:
Chris 2022-10-31 13:06:34 +01:00
parent f67d3c9003
commit 8323051ca7
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
}
],
"bin": [ "bin/dataset-info" ],
"require": {
"php": "^7.4|^8.0",
"ext-simplexml": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8"