symfony / polyfill

PHP polyfills

Home Page:https://symfony.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make polyfills provide the corresponding extensions to satisfy requirements

stof opened this issue · comments

This must be done only for full polyfills to avoid issues (so not polyfill-intl-*, but polyfill-mbstring and polyfill-iconv are good candidates).

This was submitted in #54 a long time ago but abandoned because Composer 1 would not take those rules into account properly. But according to a comment there, Composer 2 should deal with it properly.
So we should revisit the topic once Composer 2 is widespread.

Help wanted, PR welcome

Hi,

I started to work on that in #374 .

Regards