Skip to content

Commit

Permalink
Update cakephp codesniffer package
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 committed Jul 4, 2020
1 parent 99b3c7a commit 0438dc0
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 102 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"php": ">=5.6",
"ext-json": "*",
"cakephp/cakephp": "3.8.*",
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/migrations": "^2.0.0",
"cakephp/plugin-installer": "^1.0",
"ishanvyas22/asset-mix": "^0.3.0",
Expand All @@ -15,7 +16,6 @@
},
"require-dev": {
"cakephp/bake": "^1.1",
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/debug_kit": "^3.15.0",
"psy/psysh": "@stable"
},
Expand All @@ -40,8 +40,8 @@
"@cs-check",
"@phpstan"
],
"cs-check": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
"cs-check": "phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests",
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests",
"test-setup": "cp composer.json composer.backup && composer require --dev phpunit/phpunit:\"^5.7.14|^6.0\" && mv composer.backup composer.json",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --coverage-clover=clover.xml",
Expand Down
200 changes: 101 additions & 99 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0438dc0

Please sign in to comment.