Skip to content

Commit

Permalink
Merge pull request #183 from Anahkiasen/patch-1
Browse files Browse the repository at this point in the history
Add compatibility with Laravel 4.1
  • Loading branch information
JeffreyWay committed Aug 22, 2013
2 parents 4151a36 + daa27a9 commit 93374af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"illuminate/console": "4.0.x",
"illuminate/filesystem": "4.0.x",
"illuminate/support": "~4",
"illuminate/console": "~4",
"illuminate/filesystem": "~4",
"mustache/mustache": "dev-master",
"way/laravel-test-helpers": "dev-master"
},
Expand All @@ -32,4 +32,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 93374af

Please sign in to comment.