bytic/phpqatools

安装您所需所有PHP QA工具的元包

安装次数: 1,103

依赖者: 106

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:composer-plugin

1.0.18 2024-05-03 14:32 UTC

This package is auto-updated.

Last update: 2024-09-03 15:08:09 UTC


README

本包包含以下内容

  • PHPUnit
  • PHP-Invoker
  • DbUnit
  • PHPLOC
  • PHPCPD
  • PHP_Depend
  • PHPMD
  • PHP_CodeSniffer
  • Fabien Potencier/PHP Coding Standards Fixer
  • Sensiolabs/Security-Checker
  • Behat

安装

要使用此包,使用以下命令将其添加为"dev"依赖项

composer require bytic/phpqatools --dev

或者修改你的composer.json,如下所示

require-dev: {
  "bytic/phpqatools": "*"
}

灵感来源