qobo / cakephp-composer-dev
This package is abandoned and no longer maintained.
No replacement package was suggested.
Developer requirements for CakePHP projects
Package info
github.com/QoboLtd/cakephp-composer-dev
Type:metapackage
pkg:composer/qobo/cakephp-composer-dev
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
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": "*"
}