Skip to content

Commit f460ab7

Browse files
authored
Merge pull request #512 from stefanrempe/master
Add support for laravel 5.7
2 parents 7ff157b + c1a61f6 commit f460ab7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
14-
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
15-
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
13+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*",
14+
"illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*",
15+
"illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~5.0|~6.0|~7.0",
18+
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0",
1919
"mockery/mockery": "~0.9.0",
2020
"orchestra/testbench": "~3.1"
2121
},

0 commit comments

Comments
 (0)