We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc1cdb commit b8acd21Copy full SHA for b8acd21
1 file changed
composer.json
@@ -39,6 +39,6 @@
39
"unit-tests": "vendor/bin/codecept run unit --coverage",
40
"phpcs": "vendor/bin/phpcs --standard=PSR2 src tests",
41
"phpcbf": "vendor/bin/phpcbf --standard=PSR2 src tests",
42
- "phpcs-object-calisthenics": "vendor/bin/phpcs src -sp --standard=vendor/object-calisthenics/phpcs-calisthenics-rules/src/ObjectCalisthenics/ruleset.xml"
+ "bc-check": "php -dmemory_limit=2G vendor/bin/roave-backward-compatibility-check"
43
}
44
0 commit comments