Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelkins committed Aug 7, 2014
1 parent 04064bf commit a01102c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/auth": "4.1.x",
"illuminate/database": "4.1.x",
"illuminate/filesystem": "4.1.x",
"illuminate/log": "4.1.x",
"illuminate/support": "4.1.x",
"illuminate/view": "4.1.x",
"symfony/http-foundation": "2.4.*",
"symfony/http-kernel": "2.4.*",
"illuminate/auth": "4.2.x",
"illuminate/database": "4.2.x",
"illuminate/filesystem": "4.2.x",
"illuminate/log": "4.2.x",
"illuminate/support": "4.2.x",
"illuminate/view": "4.2.x",
"symfony/http-foundation": "2.5.*",
"symfony/http-kernel": "2.5.*",
"nesbot/carbon": "1.*",
"bllim/datatables": "*",
"intervention/image": "1.5.2"
Expand Down

0 comments on commit a01102c

Please sign in to comment.