Skip to content

Commit

Permalink
Merge pull request #102 from arjen-mediasoep/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 11 / Symfony 7
  • Loading branch information
BrianHenryIE authored Apr 25, 2024
2 parents 6d1a86b + 82ff291 commit cedf733
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 cedf733

Please sign in to comment.