irstea / php-cs-fixer-shim
Shim repository for friendsofphp/php-cs-fixer
v3.0.0
2021-05-04 02:04 UTC
Requires
- php: ^7.1.3 || ^8.0
- ext-json: *
- ext-tokenizer: *
Suggests
- ext-dom: For handling output formats in XML
- ext-mbstring: For handling non-UTF8 characters.
Replaces
- friendsofphp/php-cs-fixer: v3.0.0
- dev-master
- v3.0.0
- v2.19.0
- v2.18.7
- v2.18.6
- v2.18.5
- v2.18.4
- v2.18.3
- v2.18.2
- v2.18.1
- v2.18.0
- v2.17.5
- v2.17.4
- v2.17.3
- v2.17.2
- v2.17.1
- v2.17.0
- v2.16.10
- v2.16.9
- v2.16.8
- v2.16.7
- v2.16.6
- v2.16.5
- v2.16.4
- v2.16.3
- v2.16.2
- v2.16.1
- v2.16.0
- v2.15.10
- v2.15.9
- v2.15.8
- v2.15.7
- v2.15.6
- v2.15.5
- v2.15.4
- v2.15.3
- v2.15.2
- v2.15.1
- v2.15.0
- v2.14.6
- v2.14.5
- v2.14.4
- v2.14.3
- v2.14.2
- v2.14.1
- v2.14.0
This package is auto-updated.
Last update: 2024-11-04 10:10:57 UTC
README
This package is a drop-in replacement for friendsofphp/php-cs-fixer, which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
Installation
composer require irstea/php-cs-fixer-shim
or:
composer require --dev irstea/php-cs-fixer-shim
Usage
As you would use the original package, i.e. something like:
vendor/bin/php-cs-fixer [options] [arguments]
License
This distribution retains the license of the original software: MIT