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 c64c420 commit bf19933Copy full SHA for bf19933
composer.json
@@ -19,6 +19,7 @@
19
"require-dev": {
20
"cache/array-adapter": "^1.1",
21
"composer/semver": "^3.3.2",
22
+ "cweagans/composer-patches": "^1.7.3",
23
"doctrine/annotations": "^1.11 || ^2.0",
24
"doctrine/collections": "^1.6 || ^2.1",
25
"doctrine/common": "^2.7 || ^3.0",
@@ -38,7 +39,10 @@
38
39
"symfony/cache": "^5.4"
40
},
41
"config": {
- "sort-packages": true
42
+ "sort-packages": true,
43
+ "allow-plugins": {
44
+ "cweagans/composer-patches": true
45
+ }
46
47
"extra": {
48
"phpstan": {
0 commit comments