mirror of
https://github.com/superhelio/commands.git
synced 2026-02-10 07:51:30 +00:00
Changed require-dev phpunit version limits to include ^4.0
This commit is contained in:
@@ -17,11 +17,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php" : ">=5.5.0",
|
"php" : ">=5.6.0",
|
||||||
"illuminate/support": "~5.2"
|
"illuminate/support": "~5.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit" : "~5.7",
|
"phpunit/phpunit" : "^4.0|^5.0",
|
||||||
"orchestra/testbench": "~3.0",
|
"orchestra/testbench": "~3.0",
|
||||||
"doctrine/dbal": "~2.3"
|
"doctrine/dbal": "~2.3"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user