fivetwo/remove-symfony-polyfill

Remove Symfony polyfills

Installs: 61

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/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"