Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
arjen-mediasoep authored Apr 25, 2024
1 parent 63f56a7 commit 82ff291
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 @@ -18,8 +18,8 @@
"require": {
"composer/composer": "*",
"json-mapper/json-mapper": "^2.2",
"symfony/console": "^4|^5|^6",
"symfony/finder": "^4|^5|^6",
"symfony/console": "^4|^5|^6|^7",
"symfony/finder": "^4|^5|^6|^7",
"league/flysystem": "^2.1|^3.0"
},
"autoload": {
Expand Down

0 comments on commit 82ff291

Please sign in to comment.