ghostwriter / coding-standard
PHP Coding Standard
Fund package maintenance!
ghostwriter
Installs: 3 592 424
Dependents: 34
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.2
- composer-plugin-api: ^2.6.0
- composer-runtime-api: ^2.2.2
- composer/composer: ^2.8.2
- mockery/mockery: ^1.6.12
- phpunit/phpunit: ^11.4.3
Requires (Dev)
- ghostwriter/filesystem: ^0.1.1
- ghostwriter/shell: ^0.1.0
Conflicts
- vimeo/psalm: <5.26
This package is auto-updated.
Last update: 2024-11-02 00:16:23 UTC
README
Installation
You can install the package via composer:
composer require ghostwriter/coding-standard:dev-main --dev
Usage
composer ghostwriter:infection:run Run the project's Infection test suite composer ghostwriter:infection:update-config Update the project's Infection configuration file composer ghostwriter:phpunit:migrate Migrate the project's PHPUnit configuration to the latest version composer ghostwriter:phpunit:test Run the project's PHPUnit test suite composer ghostwriter:psalm Run Psalm to analyze the project's codebase composer ghostwriter:psalm:baseline Use Psalm to create a baseline for the project's codebase composer ghostwriter:psalm:update Use Psalm to update the baseline for the project's codebase composer ghostwriter:psalm:security Use Psalm to analyze the project's codebase for security issues
Credits
License
The BSD-3-Clause. Please see License File for more information.