Skip to content

Commit e136200

Browse files
committed
Merge pull request #2 from bencorlett/patch-1
Allow for Laravel 4.0 and 4.1.
2 parents 829fa4b + 0973d67 commit e136200

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"require": {
1212
"php": ">=5.3.0",
13-
"illuminate/support": "4.0.x",
14-
"illuminate/filesystem": "4.0.x"
13+
"illuminate/support": ">=4.0,<4.2",
14+
"illuminate/filesystem": ">=4.0,<4.2"
1515
},
1616
"require-dev": {
1717
"mockery/mockery": ">=0.7.2"
@@ -22,4 +22,4 @@
2222
}
2323
},
2424
"minimum-stability": "dev"
25-
}
25+
}

0 commit comments

Comments
 (0)