ixocreate / coding-standard
IXOCREATE 编码规范
3.0.0
2022-05-16 15:32 UTC
Requires
- php: ^7.4 || ^8.0
- friendsofphp/php-cs-fixer: ^3.8
This package is auto-updated.
Last update: 2024-09-16 20:49:44 UTC
README
安装
通过composer安装此包
composer require ixocreate/coding-standard
用法
vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config vendor/ixocreate/coding-standard/.php-cs-fixer.php
为方便起见,已添加到 composer.json
脚本中
{ "scripts": { "fix-cs": "vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config vendor/ixocreate/coding-standard/.php_cs" } }
composer fix-cs
文档
通过阅读其文档了解IXOCREATE的更多信息。
更新日志
请参阅更新日志以获取最近更改的更多信息。
安全漏洞
如果您发现安全漏洞,请直接通过电子邮件联系 opensource@ixocreate.com。
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证。