Skip to content

Commit 56ffab2

Browse files
committed
cs
1 parent 26e063c commit 56ffab2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
"webmozart/assert": "^1.11"
1919
},
2020
"require-dev": {
21-
"symfony/config": "^5.3|^6.4",
22-
"symfony/dependency-injection": "^5.3|^6.4",
2321
"phpstan/extension-installer": "^1.4",
2422
"phpstan/phpstan": "^2.0",
2523
"phpunit/phpunit": "^11.5",
2624
"rector/rector": "^2.0",
2725
"shipmonk/composer-dependency-analyser": "^1.8",
26+
"symfony/config": "^5.3|^6.4",
27+
"symfony/dependency-injection": "^5.3|^6.4",
2828
"symplify/easy-coding-standard": "^12.5",
29+
"symplify/vendor-patches": "^11.3",
2930
"tomasvotruba/class-leak": "^2.0",
3031
"tracy/tracy": "^2.10"
3132
},
@@ -51,6 +52,7 @@
5152
"sort-packages": true,
5253
"platform-check": false,
5354
"allow-plugins": {
55+
"cweagans/composer-patches": true,
5456
"phpstan/extension-installer": true
5557
}
5658
},

0 commit comments

Comments
 (0)