Skip to content

Commit

Permalink
Fix dependencies for Laravel 4.2.x installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipalaus committed Dec 11, 2014
1 parent af553a2 commit 7bcb6a7
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 @@ -22,7 +22,7 @@
"illuminate/database": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*",
"symfony/process": "2.4.*"
"symfony/process": "2.5.*"
},
"require-dev": {
"mockery/mockery": "0.8.0",
Expand Down

0 comments on commit 7bcb6a7

Please sign in to comment.