Skip to content

Commit dd1959f

Browse files
committed
Bump Laravel version in composer as well
1 parent bd26b77 commit dd1959f

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.1",
15+
"illuminate/container": "^5.1",
16+
"illuminate/database": "^5.1",
17+
"illuminate/events": "^5.1"
1818
},
1919
"require-dev": {
2020
"orchestra/testbench": "~3.1.0",

0 commit comments

Comments
 (0)