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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user