changed to PHP >= 3 & run test via composer test

This commit is contained in:
DeveloperMarius
2021-03-23 13:34:55 +01:00
parent 69fdfb3560
commit c408f79d8a
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.3",
"ext-json": "*",
"php-di/php-di": "^6.0"
},