ringierimu / ringier-code-style
Ringier SA PHP Code Style
Package info
github.com/RingierIMU/ringier-code-style
Type:project
pkg:composer/ringierimu/ringier-code-style
0.6.85
2026-05-07 17:25 UTC
Requires
- php: ^8.3
Requires (Dev)
- laravel-zero/framework: ^12.0
This package is auto-updated.
Last update: 2026-06-07 17:58:44 UTC
README
RingierSA PHP Code Style
Installation
composer require ringierimu/ringier-code-style --dev
Usage
Fix code style
vendor/bin/ringier-code-style fix ...files...
Create config files for styleci and IDE compatibility
vendor/bin/ringier-code-style config:dump --all
Contriubutions
Update dependencies
make update-dependencies
Build fresh binary (required for each release)
Set the env VERSION to the next GitHub release version.
For example, if the current version is 0.6.30, then call:
make build VERSION=0.6.31