Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Update zend-coding standard #47

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/vendor/
/zf-mkdoc-theme.tgz
/zf-mkdoc-theme/
/.phpcs-cache
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
"container-interop/container-interop": "^1.2.0",
"mikey179/vfsStream": "^1.6",
"phpunit/phpunit": "^7.3",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-servicemanager": "^3.0"
"zendframework/zend-coding-standard": "dev-develop as 2.0.0",
"zendframework/zend-servicemanager": "^3.0",
"webimpress/coding-standard": "dev-master"
},
"conflict": {
"zendframework/zend-servicemanager-di": "*"
Expand Down Expand Up @@ -65,8 +66,8 @@
"@analyse",
"@test"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"cs-check": "phpcs -sp",
"cs-fix": "phpcbf -sp",
"analyse": "phpstan analyse --no-progress -c phpstan.neon",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
Expand Down
Loading