10000 Temporary pin symfony/service-contracts to 3.5.1 (#6930) · rectorphp/rector-src@65b8b6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 65b8b6b

Browse files
authored
Temporary pin symfony/service-contracts to 3.5.1 (#6930)
1 parent 71fe72d commit 65b8b6b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer-dependency-analyser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
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+
2023
->ignoreErrorsOnPaths([
2124
__DIR__ . '/stubs',
2225
__DIR__ . '/tests',

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
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"
43+
"webmozart/assert": "^1.11",
44+
"symfony/service-contracts": "3.5.1"
4445
},
4546
"require-dev": {
4647
"php-parallel-lint/php-parallel-lint": "^1.4",

0 commit comments

Comments
 (0)
0