We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca8fe1 commit 489b5f8Copy full SHA for 489b5f8
1 file changed
composer.json
@@ -69,5 +69,14 @@
69
"cakephp/orm": "self.version",
70
"cakephp/utility": "self.version",
71
"cakephp/validation": "self.version"
72
+ },
73
+ "scripts": {
74
+ "check": [
75
+ "@cs-check",
76
+ "@test"
77
+ ],
78
+ "cs-check": "vendor/bin/phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests",
79
+ "cs-fix": "vendor/bin/phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests",
80
+ "test": "vendor/bin/phpunit --colors=always"
81
}
82
0 commit comments