Skip to content

Commit

Permalink
Bump Laravel version in composer as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Sep 14, 2015
1 parent bd26b77 commit dd1959f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"license" : "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.0",
"illuminate/container": "^5.0",
"illuminate/database": "^5.0",
"illuminate/events": "^5.0"
"illuminate/support": "^5.1",
"illuminate/container": "^5.1",
"illuminate/database": "^5.1",
"illuminate/events": "^5.1"
},
"require-dev": {
"orchestra/testbench": "~3.1.0",
Expand Down

0 comments on commit dd1959f

Please sign in to comment.