Skip to content

Commit

Permalink
Composer tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed May 3, 2014
1 parent bf38285 commit b70935c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"license" : "MIT",
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.x",
"illuminate/database": "4.1.x",
"illuminate/events": "4.1.x"
"illuminate/support": "4.1.*",
"illuminate/database": "4.1.*",
"illuminate/events": "4.1.*"
},
"require-dev": {
"orchestra/testbench": "2.1.*",
Expand Down

0 comments on commit b70935c

Please sign in to comment.