Skip to content

Commit

Permalink
Merge pull request #2 from bencorlett/patch-1
Browse files Browse the repository at this point in the history
Allow for Laravel 4.0 and 4.1.
  • Loading branch information
jasonlewis committed Nov 27, 2013
2 parents 829fa4b + 0973d67 commit e136200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"illuminate/filesystem": "4.0.x"
"illuminate/support": ">=4.0,<4.2",
"illuminate/filesystem": ">=4.0,<4.2"
},
"require-dev": {
"mockery/mockery": ">=0.7.2"
Expand All @@ -22,4 +22,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit e136200

Please sign in to comment.