Skip to content

Commit

Permalink
fix for fix for broken composer update
Browse files Browse the repository at this point in the history
ellipsesynergie/api-response:0.9.x doesn't support Laravel 4. My bad. Sorry.
  • Loading branch information
awkwardusername committed May 27, 2015
1 parent e4f732d commit d763d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/database": "*",
"ellipsesynergie/api-response": "0.9.*"
"ellipsesynergie/api-response": "0.8.*"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit d763d73

Please sign in to comment.