Upgrading required PHP version to >=7.0

This bump is because it took really long time to find suitable packages
for PHP 5.6.
This commit is contained in:
Ismo Vuorinen
2017-10-19 10:40:05 +03:00
parent 8bc16492f6
commit fcb274d3d6
5 changed files with 3492 additions and 9 deletions

View File

@@ -17,13 +17,13 @@
}
],
"require": {
"php" : ">=5.6.0",
"illuminate/support": "~5.2"
"php" : ">=7.0",
"illuminate/support": "^5.3|^5.4|^5.5",
"doctrine/dbal": "^2.5|^2.6"
},
"require-dev": {
"phpunit/phpunit" : "^4.0|^5.0",
"orchestra/testbench": "~3.0",
"doctrine/dbal": "~2.3"
"phpunit/phpunit" : "^5.0",
"orchestra/testbench": "~3.0"
},
"autoload": {
"psr-4": {