-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more details to composer.json and README.md
- Loading branch information
Showing
3 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# Remove Symfony Polyfill | ||
Removes Symfony polyfills from a composer project by replacing the ``symfony/polyfill-*`` libraries with no implementation. | ||
This library removes Symfony polyfills from a composer project by replacing the `symfony/polyfill-*` libraries with no implementation. | ||
|
||
To use add ``fivetwo/remove-symfony-polyfill`` to the ``requires`` or ``require-dev`` section of your project's composer.json file. | ||
To install, add `fivetwo/remove-symfony-polyfill` to the `require` or `require-dev` section of your project's composer.json file. | ||
|
||
```json | ||
{ | ||
"requires": { | ||
"php": "~7.4.0", | ||
"vendor/library-requiring-symfony-polyfill": "*", | ||
"require": { | ||
"fivetwo/remove-symfony-polyfill": "~7.4.0" | ||
} | ||
} | ||
``` | ||
|
||
Alternatively, install from the command line. | ||
|
||
```shell | ||
composer require "fivetwo/remove-symfony-polyfill" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.