Skip to content

Commit 069dd54

Browse files
authored
build(deps): Remove symfony/deprecation-contracts direct dependency (#1011)
This is achieved by upgrading to `fidry/console` 0.6.10 which fixes theofidry/console#221. Indeed, PHP-Scoper does not use `symfony/deprecation-contracts` directly so it should be left as a transitive dependency. Closes #939.
1 parent eafe8ac commit 069dd54

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
],
1919
"require": {
2020
"php": "^8.2",
21-
"fidry/console": "^0.6.6",
21+
"fidry/console": "^0.6.10",
2222
"fidry/filesystem": "^1.1",
2323
"jetbrains/phpstorm-stubs": "^2022.2",
2424
"nikic/php-parser": "^4.12",
2525
"symfony/console": "^6.4 || ^7.0",
26-
"symfony/deprecation-contracts": "^3.4",
2726
"symfony/filesystem": "^6.4 || ^7.0",
2827
"symfony/finder": "^6.4 || ^7.0",
2928
"thecodingmachine/safe": "^2.0"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)