Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b70935c

Browse files
committedMay 3, 2014
Composer tweak
1 parent bf38285 commit b70935c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"license" : "MIT",
1212
"require": {
1313
"php": ">=5.3.0",
14-
"illuminate/support": "4.1.x",
15-
"illuminate/database": "4.1.x",
16-
"illuminate/events": "4.1.x"
14+
"illuminate/support": "4.1.*",
15+
"illuminate/database": "4.1.*",
16+
"illuminate/events": "4.1.*"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench": "2.1.*",

0 commit comments

Comments
 (0)
Please sign in to comment.