Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 20, 2023
1 parent 1dc063c commit ade5592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": "^8.0.2",
"illuminate/console": "^9.0",
"illuminate/support": "^9.0",
"illuminate/routing": "^9.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"intervention/image": "^2.7",
"league/flysystem": "^3.0",
"symfony/http-foundation": "^6.0",
Expand Down

0 comments on commit ade5592

Please sign in to comment.