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

Commit 9604307

Browse files
committed
Merge branch 'fix/#38-move-php-codesniffer-to-dev-requirements' into develop
Forward port #38
2 parents 5fa70ba + 572a650 commit 9604307

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ All notable changes to this project will be documented in this file, in reverse
3838

3939
- [#34](https://github.com/zendframework/zend-code/pull/34) method name cannot be optional when adding a method
4040
to a class generator.
41+
- [#38](https://github.com/zendframework/zend-code/pull/38) PHP_CodeSniffer was moved to dev dependencies
42+
4143

4244
## 3.0.0 - 2016-01-13
4345

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"require": {
1616
"php": "^5.5 || ^7.0",
17-
"zendframework/zend-eventmanager": "^2.6 || ^3.0",
18-
"squizlabs/php_codesniffer": "^2.5"
17+
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
1918
},
2019
"require-dev": {
2120
"ext-phar": "*",
2221
"doctrine/annotations": "~1.0",
2322
"zendframework/zend-stdlib": "~2.7",
23+
"squizlabs/php_codesniffer": "^2.5",
2424
"phpunit/PHPUnit": "^4.8.21"
2525
},
2626
"suggest": {

0 commit comments

Comments
 (0)