Skip to content

Commit

Permalink
Update symfony/finder requirement from ^6.4 to ^6.4 || ^7.0
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.0/CHANGELOG.md)
- [Commits](symfony/finder@v6.4.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent 0bc6a6b commit 1c78b5f
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 @@ -29,7 +29,7 @@
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
"symfony/finder": "^6.4",
"symfony/finder": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0"
Expand Down

0 comments on commit 1c78b5f

Please sign in to comment.