Skip to content

Commit

Permalink
Laravel 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Oct 9, 2019
1 parent 3e7a718 commit 97ea740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.2",
"illuminate/support": "~5.2|^6.0",
"intervention/image": "2.*"
},
"autoload": {
Expand All @@ -19,7 +19,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 97ea740

Please sign in to comment.