Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
upgrade dependencies for Laravel 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
morphatic committed Aug 11, 2014
1 parent 7e9b4b8 commit 0fa96d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"illuminate/support": "4.3.*@dev"
"illuminate/support": "4.2.*@dev"
},
"require-dev": {
"orchestra/testbench": "2.3.*@dev",
"orchestra/testbench": "2.2.*@dev",
"phpdocumentor/phpdocumentor": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 0fa96d3

Please sign in to comment.