qobo / cakephp-composer-dev
此包已被废弃且不再维护。没有推荐替代包。
CakePHP项目开发者的需求
v1.3.1
2019-03-28 08:06 UTC
Requires
- brianium/paratest: v1.1.0
- cakephp/bake: ^1.1
- cakephp/cakephp-codesniffer: ^3.0
- phpstan/phpstan: ^0.11
- phpstan/phpstan-webmozart-assert: ^0.11
- phpunit/phpunit: ^6.0
- psy/psysh: @stable
- thecodingmachine/phpstan-strict-rules: ^0.11.0
- timeweb/phpstan-enum: ^2.0
Suggests
- ext-xdebug: Allows code coverage reports and advanced debugging
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
This package is auto-updated.
Last update: 2023-04-29 00:54:28 UTC
README
关于
这是一个元包,为CakePHP项目提供开发需求。
主要用于 project-template-cakephp 和相关插件的开发。
安装
将以下内容添加到您的 composer.json
"require-dev": {
"qobo/cakephp-composer-dev": "*"
}