Skip to content

Commit

Permalink
Update symfony/finder requirement from ^6.0 to ^7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/finder](https://github.com/symfony/finder) to permit the latest version.
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.1/CHANGELOG.md)
- [Commits](symfony/finder@v6.0.0...v7.1.1)

---
updated-dependencies:
- dependency-name: symfony/finder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 1326fb4 commit dfac403
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 @@ -38,7 +38,7 @@
"squizlabs/php_codesniffer": "^3.6",
"symfony/console": "^6.0",
"symfony/filesystem": "^6.0",
"symfony/finder": "^6.0",
"symfony/finder": "^7.1",
"symfony/polyfill-php73": "^1.22",
"symfony/process": "^6.0",
"symfony/yaml": "^6.0",
Expand Down

0 comments on commit dfac403

Please sign in to comment.