Skip to content

Commit eb74716

Browse files
committed
Update composer.json to support laravel 4.1
1 parent 80b7fea commit eb74716

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,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=5.3.0",
14-
"illuminate/support": "4.0.x",
15-
"illuminate/database": "4.0.x"
14+
"illuminate/support": ">=4.0,<4.2",
15+
"illuminate/database": ">=4.0,<4.2"
1616
},
1717

1818
"require-dev": {
19-
"phpunit/phpunit": "3.7.*"
19+
"phpunit/phpunit": "~3.7"
2020
},
2121

2222
"autoload": {

0 commit comments

Comments
 (0)