Skip to content

Commit 26e063c

Browse files
committed
add patch
1 parent 3924387 commit 26e063c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818
"webmozart/assert": "^1.11"
1919
},
2020
"require-dev": {
21+
"symfony/config": "^5.3|^6.4",
22+
"symfony/dependency-injection": "^5.3|^6.4",
2123
"phpstan/extension-installer": "^1.4",
2224
"phpstan/phpstan": "^2.0",
2325
"phpunit/phpunit": "^11.5",
2426
"rector/rector": "^2.0",
2527
"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": "*",
3029
"tomasvotruba/class-leak": "^2.0",
3130
"tracy/tracy": "^2.10"
3231
},
@@ -52,7 +51,6 @@
5251
"sort-packages": true,
5352
"platform-check": false,
5453
"allow-plugins": {
55-
"cweagans/composer-patches": true,
5654
"phpstan/extension-installer": true
5755
}
5856
},

0 commit comments

Comments
 (0)