fivetwo/remove-symfony-polyfill


README

This library removes Symfony polyfills from a composer project by replacing the symfony/polyfill-* libraries with no implementation.

To install, add fivetwo/remove-symfony-polyfill to the require or require-dev section of your project's composer.json file.

{
    "require": {
        "fivetwo/remove-symfony-polyfill": "~8.1.0"
    }
}

Alternatively, install from the command line.

composer require "fivetwo/remove-symfony-polyfill"