gmaissa/composer-remove-parameter-handler
Composer 安装命令:
composer require gmaissa/composer-remove-parameter-handler
包简介
Provides Composer script to remove parameters files generated with incenteev/composer-parameter-handler package
README 文档
README
About
This bundle provides tools to remove files generated with Incenteev/ParameterHandler package, from which it uses the configuration.
It provides a script, to be used in composer group of scripts.
Installation
With composer :
php composer.phar require gmaissa/composer-remove-parameter-handler
You can than add the provided script to your composer.json scripts section :
...
"scripts": {
...
"post-install-cmd": [
...,
"GMaissa\\ComposerParameterHandler\\Composer\\ScriptHandler::removeHandledFiles",
...
],
"post-update-cmd": [
...,
"GMaissa\\ComposerParameterHandler\\Composer\\ScriptHandler::removeHandledFiles",
...
]
}
Contributing
In order to be accepted, your contribution needs to pass a few controls :
- PHP files should be valid
- PHP files should follow the PSR-2 standard
- PHP files should be phpmd and phpcpd warning/error free
To ease the validation process, install the pre-commit framework and install the repository pre-commit hook :
pre-commit install
Finally, in order to homogenize commit messages across contributors (and to ease generation of the CHANGELOG), please apply this git commit message hook onto your local repository.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-29