Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fivetwo/remove-symfony-polyfill

Remove Symfony polyfills
https://github.com/fivetwo/remove-symfony-polyfill

composer php symfony-polyfill-libraries

Last synced: about 2 months ago
JSON representation

Remove Symfony polyfills

Awesome Lists containing this project

README

        

# 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.

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

Alternatively, install from the command line.

```shell
composer require "fivetwo/remove-symfony-polyfill"
```