Skip to content

fivetwo/remove-symfony-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"