guillermoandrae / php-console
dev-master
2018-06-10 01:08 UTC
Requires
- php: ^7.1
- guillermoandrae/php-debug: ^0.1.0
- icanboogie/inflector: ^1.4
- symfony/console: ^4.1
Requires (Dev)
- phpunit/phpunit: ^7.1
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-10-29 05:22:37 UTC
README
Installation
Do this, then relax:
composer require guillermoandrae/php-console
Testing
Run the following command to make sure you don't ruin the code coverage percentage:
composer check-coverage
Run the following command to make sure your code is appropriately styled:
composer check-style
Run the following command to invoke both of the above commands easily:
composer test