Skip to content

Commit bf19933

Browse files
committed
Support Composer patches
1 parent c64c420 commit bf19933

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"require-dev": {
2020
"cache/array-adapter": "^1.1",
2121
"composer/semver": "^3.3.2",
22+
"cweagans/composer-patches": "^1.7.3",
2223
"doctrine/annotations": "^1.11 || ^2.0",
2324
"doctrine/collections": "^1.6 || ^2.1",
2425
"doctrine/common": "^2.7 || ^3.0",
@@ -38,7 +39,10 @@
3839
"symfony/cache": "^5.4"
3940
},
4041
"config": {
41-
"sort-packages": true
42+
"sort-packages": true,
43+
"allow-plugins": {
44+
"cweagans/composer-patches": true
45+
}
4246
},
4347
"extra": {
4448
"phpstan": {

0 commit comments

Comments
 (0)