rockero-cz / ci
This is my package ci
Installs: 1 067
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Requires
- php: ^8.1
- rockero-cz/laravel-linter: ^1.0.0
- spatie/laravel-package-tools: ^1.13.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-09 15:33:38 UTC
README
Installation
Install the package via composer:
composer require rockero-cz/ci
You can publish the config file with:
php artisan vendor:publish --tag="ci-config"
This is the contents of the published config file:
return [
];
Helpful commands
# Run all checks: php artisan ci:run # Run tests: php artisan ci:test # Run PHPStan: php artisan ci:phpstan # Run TLint: php artisan ci:lint
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.