fivetwo/remove-symfony-polyfill

Remove Symfony polyfills

Maintainers

Package info

github.com/fivetwo/remove-symfony-polyfill

pkg:composer/fivetwo/remove-symfony-polyfill

Statistics

Installs: 64

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0


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"