irstea / php-cs-fixer-shim
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-09-04 09:46:00 UTC
README
此包是 friendsofphp/php-cs-fixer 的直接替代品,它提供了一个二进制文件作为其 PHAR 存档。
它是自动从官方 PHAR 构建的。
安装
composer require irstea/php-cs-fixer-shim
或
composer require --dev irstea/php-cs-fixer-shim
使用方法
就像您使用原始包一样,例如
vendor/bin/php-cs-fixer [options] [arguments]
许可证
此发行版保留了原始软件的许可证:MIT