phpro/grumphp
GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically.
The Phpversion task will check if your current php version is still supported.
The date of the php version that is checked, is the end of the security updates that can be found here.
It lives under the phpversion namespace and has following configurable parameters:
# grumphp.yml
grumphp:
tasks:
phpversion:
project: '7.2'
project
Default: null
Manually set a minimum version for your project.
How can I help you explore Laravel packages today?