We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b8b6b commit cdadd22Copy full SHA for cdadd22
composer-dependency-analyser.php
@@ -17,9 +17,6 @@
17
// ensure use version ^3.2.0
18
->ignoreErrorsOnPackage('composer/pcre', [ErrorType::UNUSED_DEPENDENCY])
19
20
- // temporary pin to avoid downgrade error
21
- ->ignoreErrorsOnPackage('symfony/service-contracts', [ErrorType::UNUSED_DEPENDENCY])
22
-
23
->ignoreErrorsOnPaths([
24
__DIR__ . '/stubs',
25
__DIR__ . '/tests',
composer.json
@@ -40,8 +40,7 @@
40
"symfony/process": "^6.4",
41
"symplify/easy-parallel": "^11.2.2",
42
"symplify/rule-doc-generator-contracts": "^11.2",
43
- "webmozart/assert": "^1.11",
44
- "symfony/service-contracts": "3.5.1"
+ "webmozart/assert": "^1.11"
45
},
46
"require-dev": {
47
"php-parallel-lint/php-parallel-lint": "^1.4",
0 commit comments