Skip to content

Commit

Permalink
Merge pull request #332 from indykoning/patch-1
Browse files Browse the repository at this point in the history
Add support for symfony/finder 7+
  • Loading branch information
shochdoerfer authored Nov 1, 2024
2 parents 831f8fc + e51578e commit 18f756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-dom": "*",
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5 || ^4.10",
"phpstan/phpstan": "~1.12.0",
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"conflict": {
"magento/framework": "<102.0.0"
Expand Down

0 comments on commit 18f756c

Please sign in to comment.