Skip to content

Commit

Permalink
Move php_codesniffer back to require-dev (moved to require by mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Nov 14, 2016
1 parent 44a17ce commit 0bcb15e
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 84 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,11 @@
# Change Log


### 2.0.1 - 4 October 2016
### 2.0.1 ~ 2.0.3 - 14 November 2016

- Fix version requirement for output-formatters in composer.json
- Use output-formatters ~3
- Move php_codesniffer back to require-dev (moved to require by mistake)


### 2.0.0 - 30 September 2016
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -25,12 +25,12 @@
"symfony/console": "^2.8|~3",
"symfony/event-dispatcher": "^2.5|~3",
"symfony/finder": "^2.5|~3",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"squizlabs/php_codesniffer": "^2.7"
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "^2.7"
},
"scripts": {
"cs": "phpcs --standard=PSR2 -n src",
Expand Down
160 changes: 80 additions & 80 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bcb15e

Please sign in to comment.