Skip to content

Commit

Permalink
Merge pull request #187 from eboye/master
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
weotch authored Apr 5, 2020
2 parents b9715b1 + c24818e commit 3ea3c3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ composer.lock
.DS_Store
/node_modules
/yarn.lock
.idea
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "bkwld/croppa",
"name": "eboye/croppa",
"description": "Image thumbnail creation through specially formatted URLs for Laravel",
"authors": [{ "name": "Robert Reinhard" } ],
"authors": [
{
"name": "Robert Reinhard"
}
],
"license": "MIT",
"require": {
"php": ">=5.5.0",
"illuminate/console": "4 - 6",
"illuminate/support": "4 - 6",
"illuminate/routing": "4 - 6",
"php": "^7.2.5",
"illuminate/console": "4 - 7",
"illuminate/support": "4 - 7",
"illuminate/routing": "4 - 7",
"league/flysystem": "~1.0",
"symfony/http-foundation": "2 - 4",
"symfony/http-kernel": "2 - 4",
"symfony/http-foundation": "2 - 5",
"symfony/http-kernel": "2 - 5",
"weotch/PHPThumb": "^1.0.5"
},
"require-dev": {
Expand Down

0 comments on commit 3ea3c3b

Please sign in to comment.