From f2689b4306b3b59a243fc539f3764023a77724e8 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 23 Aug 2026 11:05:13 +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 5a595088..adb89576 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "rector/rector-src": "dev-main", "rector/swiss-knife": "^2.4", "symplify/phpstan-rules": "^14.12", - "symplify/vendor-patches": "^11.5", "tomasvotruba/class-leak": "^2.1.8", "tomasvotruba/type-coverage": "^2.3", "tracy/tracy": "^2.12" @@ -46,15 +45,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 }