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

Commit 1566038

Browse files
committed
Remove CS dependencies and add zend-coding-standard to require-dev
1 parent c6d6392 commit 1566038

File tree

2 files changed

+75
-397
lines changed

2 files changed

+75
-397
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"require-dev": {
2727
"zendframework/zend-json": "^2.6.1 || ^3.0",
2828
"zendframework/zend-psr7bridge": "^0.2",
29-
"fabpot/php-cs-fixer": "1.7.*",
30-
"phpunit/phpunit": "^4.5"
29+
"phpunit/phpunit": "^4.5",
30+
"zendframework/zend-coding-standard": "~1.0.0"
3131
},
3232
"suggest": {
3333
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",

0 commit comments

Comments
 (0)