Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fivetwo/remove-symfony-polyfill
- Owner: fivetwo
- License: mit
- Created: 2022-05-25T14:59:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T15:38:30.000Z (over 2 years ago)
- Last Synced: 2024-10-12T21:44:32.356Z (3 months ago)
- Topics: composer, php, symfony-polyfill-libraries
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```