Skip to content

Commit

Permalink
Upgrade to support Laravel 5.5.*
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Sep 1, 2017
1 parent a92bfa0 commit 935f51d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=5.3.0",
"laravel/framework": "5.2.*|5.3.*|5.4.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand All @@ -39,6 +39,11 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Someline\\Rest\\RestClientServiceProvider"
]
}
}
}

0 comments on commit 935f51d

Please sign in to comment.