Skip to content

Commit c0f21ed

Browse files
committed
fixup! fixup! fixup! misc
1 parent 8d883ae commit c0f21ed

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"rector/rector": "^2.0",
2121
"phpecs/phpecs": "^2.0",
2222
"symplify/phpstan-extensions": "^12.0",
23-
"symplify/vendor-patches": "^11.3",
2423
"tracy/tracy": "^2.10"
2524
},
2625
"autoload": {
@@ -42,7 +41,6 @@
4241
"sort-packages": true,
4342
"platform-check": false,
4443
"allow-plugins": {
45-
"cweagans/composer-patches": true,
4644
"phpstan/extension-installer": true
4745
}
4846
},
@@ -51,12 +49,5 @@
5149
"fix-cs": "vendor/bin/ecs check --fix --ansi",
5250
"phpstan": "vendor/bin/phpstan analyse --ansi",
5351
"rector": "vendor/bin/rector process --ansi"
54-
},
55-
"extra": {
56-
"patches": {
57-
"symfony/console": [
58-
"patches/symfony-console-helper-helper-php.patch"
59-
]
60-
}
6152
}
6253
}

0 commit comments

Comments
 (0)