From 93779cb818d6ac03d50d523c20dfdb46fbca68d6 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 23 Aug 2026 11:05:11 +0100 Subject: [PATCH] Remove illuminate/container patch scaffolding rector/rector-src switched its DI container from illuminate/container to entropy/entropy, so the Illuminate container patch it used to declare is gone. Drop the now-dead patch opt-in here: the symplify/vendor-patches dev dep, the extra.enable-patching flag, and the cweagans/composer-patches allow-plugin. --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index b8fb816d..267871b4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "symplify/easy-coding-standard": "^13.2", "symplify/phpstan-extensions": "^12.0", "symplify/phpstan-rules": "^14.12", - "symplify/vendor-patches": "^11.5", "tomasvotruba/class-leak": "^2.1", "tomasvotruba/type-coverage": "^2.3", "tomasvotruba/unused-public": "^2.2", @@ -52,9 +51,6 @@ "fix-cs": "vendor/bin/ecs check --fix --ansi", "rector": "vendor/bin/rector process --ansi" }, - "extra": { - "enable-patching": true - }, "conflict": { "rector/rector": "<2.0" }, @@ -63,7 +59,6 @@ "config": { "sort-packages": true, "allow-plugins": { - "cweagans/composer-patches": true, "rector/extension-installer": true, "phpstan/extension-installer": true }