Skip to content

Commit b3cbb4b

Browse files
Update symfony/finder requirement from ^5.1 to ^5.1 || ^7.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](symfony/finder@v5.1.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/finder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67f6be5 commit b3cbb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"goaop/parser-reflection": "4.x-dev",
1313
"goaop/dissect": "^3.0",
1414
"laminas/laminas-code": "^4.13",
15-
"symfony/finder": "^5.1"
15+
"symfony/finder": "^5.1 || ^7.0"
1616
},
1717

1818
"require-dev": {

0 commit comments

Comments
 (0)