Skip to content

Commit fb23831

Browse files
committed
Allow Laravel 5.1
1 parent 13859bb commit fb23831

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
@@ -11,10 +11,10 @@
1111
"license" : "MIT",
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "5.0.*",
15-
"illuminate/container": "5.0.*",
16-
"illuminate/database": "5.0.*",
17-
"illuminate/events": "5.0.*"
14+
"illuminate/support": "^5.0",
15+
"illuminate/container": "^5.0",
16+
"illuminate/database": "^5.0",
17+
"illuminate/events": "^5.0"
1818
},
1919
"require-dev": {
2020
"orchestra/testbench": "3.0.*",

0 commit comments

Comments
 (0)