| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| Back | FazBrowse Home | New Git URL |
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.