yiisoft/composer-config-plugin

Switch to opis/closure 4.x

samdark opened this issue · 3 comments

opis/closure#59

That's needed to support PHP 8.

I don't sure that it's possible without breaking BC, specifically Env::get functionality

I don't sure that it's possible without breaking BC, specifically Env::get functionality.

I think it needs to be done to maintain compatibility with PHP 8.0, we also don't use Env::get() in templates.

Not going to do it since we can't require FFI.