ringierimu/ringier-code-style

Ringier SA PHP 代码风格

安装次数: 34,956

依赖项: 2

建议者: 0

安全性: 0

星标: 0

关注者: 18

分支: 0

类型:项目

0.6.62 2024-08-26 14:59 UTC

README

RingerSA PHP 代码风格

安装

composer require ringierimu/ringier-code-style --dev

用法

修复代码风格

vendor/bin/ringier-code-style fix ...files...

为 styleci 和 IDE 兼容性创建配置文件

vendor/bin/ringier-code-style config:dump --all

贡献

更新依赖项

make update-dependencies

构建新二进制文件(每个发布都需要)

设置环境变量 VERSION 为下一个 GitHub 发布版本。

例如,如果当前版本是 0.6.30,那么调用

make build VERSION=0.6.31