Skip to content

Commit 0c6861a

Browse files
committed
Add conflict with dependency-injection component since a static property was changed in this release which the easy-coding-standard lib uses
1 parent c1d96d2 commit 0c6861a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
"description": "A pack that installs code quality tools.",
55
"license": "MIT",
66
"require": {
7-
"ergebnis/composer-normalize": "^2.9",
7+
"ergebnis/composer-normalize": "^2.13",
88
"korbeil/phpstan-generic-rules": "^0.2.4",
9-
"phpstan/extension-installer": "^1.0.5",
10-
"phpstan/phpstan": "^0.12.58",
11-
"phpstan/phpstan-doctrine": "^0.12.25",
12-
"phpstan/phpstan-strict-rules": "^0.12.5",
13-
"phpstan/phpstan-webmozart-assert": "^0.12.7",
9+
"phpstan/extension-installer": "^1.1",
10+
"phpstan/phpstan": "^0.12.69",
11+
"phpstan/phpstan-doctrine": "^0.12.30",
12+
"phpstan/phpstan-strict-rules": "^0.12.9",
13+
"phpstan/phpstan-webmozart-assert": "^0.12.9",
1414
"sylius-labs/coding-standard": "^3.2.1",
1515
"thecodingmachine/phpstan-safe-rule": "^1.0.1",
16-
"vimeo/psalm": "^4.2"
16+
"vimeo/psalm": "^4.4"
1717
},
1818
"conflict": {
19+
"symfony/dependency-injection": "4.4.19",
1920
"symplify/package-builder": "8.3.*"
2021
},
2122
"config": {

0 commit comments

Comments
 (0)