Skip to content

Commit 6e24848

Browse files
committed
Laravel 4.1 composer file
1 parent 7d2468b commit 6e24848

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.3.0",
14-
"illuminate/support": "4.0.x",
15-
"illuminate/database": "4.0.x",
16-
"illuminate/events": "4.0.x"
14+
"illuminate/support": "4.1.x",
15+
"illuminate/database": "4.1.x",
16+
"illuminate/events": "4.1.x"
1717
},
1818
"require-dev": {
19-
"illuminate/cache": "4.0.x",
20-
"illuminate/auth": "4.0.x"
19+
"illuminate/cache": "4.1.x",
20+
"illuminate/auth": "4.1.x"
2121
},
2222
"autoload": {
2323
"psr-0": {

0 commit comments

Comments
 (0)