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

Commit 748524a

Browse files
committed
Remove CS dependencies and add zend-coding-standard to require-dev
1 parent a0176d1 commit 748524a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"zendframework/zendxml": "^1.0.2"
2121
},
2222
"require-dev": {
23-
"squizlabs/php_codesniffer": "^2.3",
24-
"phpunit/PHPUnit": "~4.0"
23+
"phpunit/PHPUnit": "~4.0",
24+
"zendframework/zend-coding-standard": "~1.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)