Added 5.8.* compatibility
Updated dependency versions
Added phpunit result cache to gitignore
This commit is contained in:
Patrick Henninger
2019-03-01 14:59:44 +01:00
parent 1e96466ee4
commit 1499475663
5 changed files with 43 additions and 28 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.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
"illuminate/session": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*",
"illuminate/events": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0|~6.0|~7.0",
"mockery/mockery": "~0.9.0",
"orchestra/testbench": "~3.1"
"phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1"
},
"autoload": {
"psr-4": {