add support for laravel 5.7

This commit is contained in:
Stefan Rempe
2018-10-14 01:54:34 +02:00
parent 7ff157b7e1
commit c1a61f698c

View File

@@ -10,12 +10,12 @@
}
],
"require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
"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.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0|~6.0|~7.0",
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0",
"mockery/mockery": "~0.9.0",
"orchestra/testbench": "~3.1"
},