Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Mar 3, 2018
1 parent 78a85a6 commit c9f60ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": "^7.0",
"illuminate/config": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"segmentio/analytics-php": "1.3.*"
"php": "^7.1.3",
"illuminate/config": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*",
"segmentio/analytics-php": "~1.5.2"
},
"require-dev": {
"graham-campbell/analyzer": "^2.0",
"graham-campbell/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^6.5"
"graham-campbell/testbench": "^5.0",
"phpunit/phpunit": "^6.5|^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit c9f60ba

Please sign in to comment.