Download the PHP package nextcloud/coding-standard without Composer
On this page you can find all versions of the php package nextcloud/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nextcloud/coding-standard
More information about nextcloud/coding-standard
Files in nextcloud/coding-standard
Download nextcloud/coding-standard
More information about nextcloud/coding-standard
Files in nextcloud/coding-standard
Vendor nextcloud
Package coding-standard
Short Description Nextcloud coding standards for the php cs fixer
License MIT
Package coding-standard
Short Description Nextcloud coding standards for the php cs fixer
License MIT
Please rate this library. Is it a good library?
Informations about the package coding-standard
Nextcloud Coding Standard
Nextcloud coding standards for the php cs fixer.
Installation
Add the package to your dev dependencies
and create a .php-cs-fixer.dist.php
like
To run the fixer you first have to install it. Then you can run php-cs-fixer fix
to apply all automated fixes.
For convenience you may add it to the scripts
section of your composer.json
:
Note: Don't forget to exclude .php-cs-fixer.dist.php
and .php-cs-fixer.cache
in your build scripts.
Upgrade from v0.x to v1.0
With v1.0 php-cs-fixer was updated from v2 to v3. You'll have to adjust your app slightly:
- Rename
.php_cs.dist
to.php-cs-fixer.dist.php
- Add
.php-cs-fixer.cache
to your ignore files
All versions of coding-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
php-cs-fixer/shim Version ^3.17
kubawerlos/php-cs-fixer-custom-fixers Version ^3.22
php-cs-fixer/shim Version ^3.17
kubawerlos/php-cs-fixer-custom-fixers Version ^3.22
The package nextcloud/coding-standard contains the following files
Loading the files please wait ....