1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-09-02 20:52:35 +02:00

fix phpunit on older php versions

This commit is contained in:
Danny van Kooten
2019-02-07 09:52:34 +01:00
parent ecb5f69042
commit dce6efdea2
3 changed files with 5 additions and 4 deletions

View File

@@ -20,10 +20,10 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "7.5.*",
"phpunit/phpunit": "5.7.*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {