Download the PHP package arispati/phpcs-pre-commit without Composer
On this page you can find all versions of the php package arispati/phpcs-pre-commit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpcs-pre-commit
PHPCS Pre Commit
Run phpcs before git commit
Table of Contents
- Requirement
- Installation
- Uninstall
Requirement
- PHP >= ^8.2 | ^8.3
- Laravel >= ^10.0 | ^11.0
Installation
-
Add this command to your composer.json on script section at
post-install-cmd
andpost-update-cmd
attribute -
Then install the package with composer
- Now when you commit the changes and got an error, its look like this
Uninstall
-
Run this command to remove git hook script
- Remove composer script
@php artisan arispati:phpcs-install
bothpost-install-cmd
andpost-update-cmd
attribute - Then remove the package with composer
All versions of phpcs-pre-commit with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2|^8.3
illuminate/support Version ^10.0|^11.0
illuminate/console Version ^10.0|^11.0
squizlabs/php_codesniffer Version ^3.10
illuminate/support Version ^10.0|^11.0
illuminate/console Version ^10.0|^11.0
squizlabs/php_codesniffer Version ^3.10
The package arispati/phpcs-pre-commit contains the following files
Loading the files please wait ....