pascal-eberhard / project-tools-php
Tools for project development and tests.
1.0.1
2019-10-28 20:56 UTC
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2025-04-29 01:02:55 UTC
README
Tools for project development and tests.
Collect into one repository to avoid copies in every using repository.
Components
The current goal is support for PHP Versions >= 7.1 .
Code style
See squizlabs.
toCheck:
file: "phpcs.phar"
version: "3.5.2"
toFix:
file: "phpcbf.phar"
version: "3.5.2"
Security
Symfony security checker.
version: "6.0"
Tests
PHPUnit Tests.
version: "7.0.3"
Some shell commands
.. TODO ..
# All checks
composer checks
# One at a time, see composer.json "scripts"