Skip to content

Commit

Permalink
Merge pull request #22 from Codeception/symfony-finder-7
Browse files Browse the repository at this point in the history
Support symfony/finder v7
  • Loading branch information
Naktibalda authored Dec 8, 2023
2 parents 326ef1c + 698cc62 commit 0fd78cf
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 @@ -19,7 +19,7 @@
"require": {
"php": "^8.0",
"codeception/codeception": "*@dev",
"symfony/finder": "^4.4 || ^5.4 || ^6.0"
"symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"codeception/codeception": "<5.0"
Expand Down

0 comments on commit 0fd78cf

Please sign in to comment.