Removed EOL php versions

Added secondary build for low dependency versions
Adjusted dependencies to supported php versions
This commit is contained in:
Patrick Henninger
2019-01-08 17:40:31 +01:00
parent debfeffdb2
commit 79b6a51441
3 changed files with 15 additions and 22 deletions

View File

@@ -14,14 +14,14 @@
}
],
"require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
"illuminate/support": "5.6.*|5.7.*",
"illuminate/session": "5.6.*|5.7.*",
"illuminate/events": "5.6.*|5.7.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0|~6.0|~7.0",
"mockery/mockery": "~0.9.0",
"orchestra/testbench": "~3.1"
"phpunit/phpunit": "^7.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.6"
},
"autoload": {
"psr-4": {