Skip to content

Commit

Permalink
Update symfony/finder requirement from ~4.0 to ~4.0 || ~5.0 (#80)
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/6.1/CHANGELOG.md)
- [Commits](symfony/finder@v4.0.0...v5.4.11)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2022
1 parent 55e80dd commit 5430cb9
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 @@ -27,7 +27,7 @@
"phpstan/phpstan": "^1.7.15",
"phpstan/phpstan-mockery": "^1.1.0",
"phpunit/phpunit": "^9.3",
"symfony/finder": "~4.0"
"symfony/finder": "~4.0 || ~5.0"
},
"suggest": {
"monolog/monolog": "Allows for client-level logging and tracing",
Expand Down

0 comments on commit 5430cb9

Please sign in to comment.