Skip to content

Commit 5d1735e

Browse files
tools(deps-dev): Update symfony/config requirement in /tools/phpmd
Updates the requirements on [symfony/config](https://github.com/symfony/config) to permit the latest version. - [Release notes](https://github.com/symfony/config/releases) - [Changelog](https://github.com/symfony/config/blob/7.1/CHANGELOG.md) - [Commits](symfony/config@v2.0.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/config dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 433f5ff commit 5d1735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/phpmd/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"require-dev": {
99
"phpmd/phpmd": "2.15.0",
10-
"symfony/config": "<7",
10+
"symfony/config": "<8",
1111
"roave/security-advisories": "dev-latest"
1212
},
1313
"prefer-stable": true,

0 commit comments

Comments
 (0)