Skip to content

Commit

Permalink
Allow to install Symfony Finder v7 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Jun 30, 2023
1 parent 6b90e55 commit 2ddc2c1
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 @@ -15,7 +15,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"symfony/finder": "^4.4 || ^5.3 || ^6",
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7",
"composer/pcre": "^2 || ^3"
},
"require-dev": {
Expand Down

0 comments on commit 2ddc2c1

Please sign in to comment.