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

Commit b794aaf

Browse files
committed
Remove CS dependencies and add zend-coding-standard to require-dev
1 parent 8842c7d commit b794aaf

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
"require-dev": {
2121
"phpunit/phpunit": "^4.6 || ^5.2.10",
2222
"ocramius/proxy-manager": "^1.0 || ^2.0",
23-
"squizlabs/php_codesniffer": "^2.5.1",
24-
"phpbench/phpbench": "^0.10.0"
23+
"phpbench/phpbench": "^0.10.0",
24+
"zendframework/zend-coding-standard": "~1.0.0"
2525
},
2626
"suggest": {
2727
"ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",

0 commit comments

Comments
 (0)