qobo / cakephp-composer-dev
Developer requirements for CakePHP projects
Installs: 34 924
Dependents: 19
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 0
Open Issues: 4
Type:metapackage
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
About
This is a meta-package, providing developer requirements for the CakePHP projects.
Developed by Qobo, used in Qobrix.
It is used mostly for the development of the project-template-cakephp and relevant plugins.
Install
Add the following to your composer.json
:
"require-dev": {
"qobo/cakephp-composer-dev": "*"
}