Skip to content

Commit bc55e07

Browse files
Update symfony/finder requirement from ^6.4 to ^6.4 || ^6.0
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](https://github.com/symfony/finder/commits) --- updated-dependencies: - dependency-name: symfony/finder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b3224f commit bc55e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimum-stability": "dev",
2020
"require": {
2121
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
22-
"symfony/finder": "^6.4",
22+
"symfony/finder": "^6.4 || ^6.0",
2323
"laminas/laminas-test": "^4.1",
2424
"doctrine/orm": "^2.14 || ^3.0",
2525
"dg/bypass-finals": "^1.5",

0 commit comments

Comments
 (0)