1 Commits

Author SHA1 Message Date
8323051ca7 Updated composer.json, tested and works with PHP 7.4 2022-10-31 13:06:50 +01:00

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"