mez / grumphp-tasks
This package is abandoned and no longer maintained.
No replacement package was suggested.
Tasks for GrumPHP
1.3.1
2019-11-15 13:18 UTC
Requires
- php: ^7.3
- phpro/grumphp: ^0.16.1
- symfony/options-resolver: ^4.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- jakub-onderka/php-parallel-lint: ^1.0
- localheinz/composer-normalize: ^1.3
- maglnet/composer-require-checker: ^2.0
- nikic/php-parser: ^4.2
- phpmd/phpmd: ^2.7
- phpstan/phpstan: ^0.11.16
- povils/phpmnd: ^2.1
- sebastian/phpcpd: ^4.1
- sensiolabs/security-checker: ^6.0
This package is auto-updated.
Last update: 2022-03-31 07:00:15 UTC
README
Requires NPM packages too!
Example package.json
{
"dependencies": {
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}
Example grumphp.yml
parameters: git_dir: . bin_dir: vendor/bin tasks: eslint: ~ services: task.eslint: class: Mez\GrumPHP\ESLint arguments: - '@config' - '@process_builder' - '@formatter.raw_process' tags: - {name: grumphp.task, config: eslint}
Installation
composer require mez/grumphp-tasks
and then either
yarn add eslint eslint-config-standard eslint-plugin-promise eslint-plugin-standard
or
npm install --save eslint eslint-config-standard eslint-plugin-promise eslint-plugin-standard
Contributors
Thanks goes to these wonderful people (emoji key):
Martin Meredith 💻 👀 🤔 📖 | Chris Ivens 💻 👀 🤔 | Mario Steinitz 💻 | Simon Hartcher 💻 🤔 | Dan Lake 💻 | Sergey 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!