Skip to content

Commit cdadd22

Browse files
authored
Revert "Temporary pin symfony/service-contracts to 3.5.1 (#6930)" (#6931)
This reverts commit 65b8b6b.
1 parent 65b8b6b commit cdadd22

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer-dependency-analyser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
// ensure use version ^3.2.0
1818
->ignoreErrorsOnPackage('composer/pcre', [ErrorType::UNUSED_DEPENDENCY])
1919

20-
// temporary pin to avoid downgrade error
21-
->ignoreErrorsOnPackage('symfony/service-contracts', [ErrorType::UNUSED_DEPENDENCY])
22-
2320
->ignoreErrorsOnPaths([
2421
__DIR__ . '/stubs',
2522
__DIR__ . '/tests',

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"symfony/process": "^6.4",
4141
"symplify/easy-parallel": "^11.2.2",
4242
"symplify/rule-doc-generator-contracts": "^11.2",
43-
"webmozart/assert": "^1.11",
44-
"symfony/service-contracts": "3.5.1"
43+
"webmozart/assert": "^1.11"
4544
},
4645
"require-dev": {
4746
"php-parallel-lint/php-parallel-lint": "^1.4",

0 commit comments

Comments
 (0)