ringierimu / ringier-code-style
Ringier SA PHP Code Style
Installs: 37 021
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 0
Type:project
Requires
- php: ^8.1
Requires (Dev)
- laravel-zero/framework: ^10.0
- dev-main
- 0.6.65
- 0.6.64
- 0.6.63
- 0.6.62
- 0.6.61
- 0.6.60
- 0.6.58
- 0.6.57
- 0.6.56
- 0.6.55
- 0.6.54
- 0.6.53
- 0.6.52
- 0.6.51
- 0.6.50
- 0.6.49
- 0.6.48
- 0.6.47
- 0.6.46
- 0.6.45
- 0.6.44
- 0.6.42
- 0.6.41
- 0.6.40
- 0.6.39
- 0.6.38
- 0.6.37
- 0.6.36
- 0.6.35
- 0.6.34
- 0.6.33
- 0.6.32
- 0.6.31
- 0.6.30
- 0.6.29
- 0.6.28
- 0.6.27
- 0.6.22
- 0.6.21
- 0.6.20
- 0.6.18
- 0.6.17
- 0.6.16
- 0.6.15
- 0.6.14
- 0.6.13
- 0.6.12
- 0.6.11
- 0.6.10
- 0.6.9
- 0.6.8
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1
- dev-typos
This package is auto-updated.
Last update: 2024-10-09 09:22:17 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