Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman committed May 11, 2017
1 parent e8106a3 commit 87bb107
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
"elasticsearch/elasticsearch": "^2.2"
"php": "^5.6 || ^7.0 || ^7.1",
"illuminate/support": "^5",
"elasticsearch/elasticsearch": "^2"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.4",
"mockery/mockery": "dev-master",
"mockery/mockery": "1.0.0-alpha1",
"orchestra/testbench": "^3.1",
"codeclimate/php-test-reporter": "dev-master"
"codeclimate/php-test-reporter": "^0.4"
},
"suggest": {
"symfony/yaml": "To load settings from a YAML file"
Expand Down

0 comments on commit 87bb107

Please sign in to comment.