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

Commit

Permalink
Merge pull request #21 from tomzx/features/support-laravel-4.2
Browse files Browse the repository at this point in the history
Update composer.json for laravel 4.2 and update require-dev dependencies
  • Loading branch information
dimsav committed Jun 2, 2014
2 parents ceb82ad + 64e3682 commit dcfc04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.0.* | 4.1.*"
"illuminate/support": "~4.0"
},
"require-dev": {
"orchestra/testbench": "2.0.* | 2.1.*",
"phpunit/phpunit": "3.7.*"
"orchestra/testbench": "~2.0",
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dcfc04d

Please sign in to comment.