Skip to content

Remove illuminate/container patch scaffolding - #389

Merged
TomasVotruba merged 1 commit into
mainfrom
remove-illuminate-container-patch
Aug 23, 2026
Merged

Remove illuminate/container patch scaffolding#389
TomasVotruba merged 1 commit into
mainfrom
remove-illuminate-container-patch

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

rector/rector-src switched its DI container from illuminate/container to entropy/entropy (rectorphp/rector-src#8362), so the Illuminate container patch it used to declare is gone.

This drops the now-dead patch opt-in that this package carried only to apply that upstream patch:

     "require-dev": {
-        "symplify/vendor-patches": "^11.5",
     },
-    "extra": {
-        "enable-patching": true
-    },
     "config": {
         "allow-plugins": {
-            "cweagans/composer-patches": true,
         }
     }

No patch is declared in this repo and none remains upstream, so the scaffolding is pure dead weight.

Note

Green CI here depends on rectorphp/rector-src#8362 being merged first — this package tracks rector/rector-src: dev-main, which still ships the (now unpatched) Illuminate container until that PR lands.

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.
@TomasVotruba
TomasVotruba merged commit b5f9ce1 into main Aug 23, 2026
9 checks passed
@TomasVotruba
TomasVotruba deleted the remove-illuminate-container-patch branch August 23, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant