We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d883ae commit c0f21edCopy full SHA for c0f21ed
composer.json
@@ -20,7 +20,6 @@
20
"rector/rector": "^2.0",
21
"phpecs/phpecs": "^2.0",
22
"symplify/phpstan-extensions": "^12.0",
23
- "symplify/vendor-patches": "^11.3",
24
"tracy/tracy": "^2.10"
25
},
26
"autoload": {
@@ -42,7 +41,6 @@
42
41
"sort-packages": true,
43
"platform-check": false,
44
"allow-plugins": {
45
- "cweagans/composer-patches": true,
46
"phpstan/extension-installer": true
47
}
48
@@ -51,12 +49,5 @@
51
49
"fix-cs": "vendor/bin/ecs check --fix --ansi",
52
50
"phpstan": "vendor/bin/phpstan analyse --ansi",
53
"rector": "vendor/bin/rector process --ansi"
54
- },
55
- "extra": {
56
- "patches": {
57
- "symfony/console": [
58
- "patches/symfony-console-helper-helper-php.patch"
59
- ]
60
- }
61
62
0 commit comments