Skip to content

Commit 7ff157b

Browse files
authored
Merge pull request #425 from publiux/master
Updated composer.json for Laravel 5.6 support
2 parents 095a260 + 545edde commit 7ff157b

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.*",
14-
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
15-
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
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.*"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~5.0|~6.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)