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 7aaf231 commit 24073bb
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.*",
"intervention/image": "^2.3",
"intervention/imagecache": "~2.1"
},
Expand All @@ -43,6 +43,11 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Someline\\Image\\SomelineImageServiceProvider"
]
}
}
}

0 comments on commit 24073bb

Please sign in to comment.