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

Commit

Permalink
Merge pull request #92 from rvitaliy/update_dependencies
Browse files Browse the repository at this point in the history
update dependencies to php 5.6
  • Loading branch information
Chumper authored Feb 1, 2017
2 parents fb12014 + fd22936 commit 47c2084
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.x",
"illuminate/filesystem": "5.x"
"php": ">=5.6.0",
"illuminate/support": "^5.0",
"illuminate/filesystem": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "^5.7",
"mockery/mockery": "^0.9.4"
},
"autoload": {
Expand All @@ -30,5 +30,6 @@
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 47c2084

Please sign in to comment.