Skip to content

Commit 23e21f3

Browse files
committed
Switch to Laravel 4.2
1 parent 2b8a37f commit 23e21f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"license" : "MIT",
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "4.2.x-dev",
15-
"illuminate/container": "4.2.x-dev",
16-
"illuminate/database": "4.2.x-dev",
17-
"illuminate/events": "4.2.x-dev"
14+
"illuminate/support": "4.2.*",
15+
"illuminate/container": "4.2.*",
16+
"illuminate/database": "4.2.*",
17+
"illuminate/events": "4.2.*"
1818
},
1919
"require-dev": {
20-
"orchestra/testbench": "*",
20+
"orchestra/testbench": "2.2.x-dev",
2121
"mockery/mockery": "*"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)