Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 496 Bytes

Remove Symfony Polyfill

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"