From c57299d985ac71d1351d153b0d5864800c336883 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 23 Aug 2026 11:05:15 +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 91d4afb0..035f1072 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "symplify/phpstan-extensions": "^12.0", "symplify/phpstan-rules": "^14.12", "symplify/rule-doc-generator": "^12.2", - "symplify/vendor-patches": "^11.5", "tomasvotruba/class-leak": "^2.1", "tomasvotruba/type-coverage": "^2.3", "tomasvotruba/unused-public": "^2.2", @@ -41,15 +40,11 @@ "check-cs": "vendor/bin/ecs check --ansi", "fix-cs": "vendor/bin/ecs check --fix --ansi" }, - "extra": { - "enable-patching": true - }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "allow-plugins": { - "cweagans/composer-patches": true, "rector/extension-installer": true, "phpstan/extension-installer": true }