Skip to content

Commit

Permalink
Merge pull request #41 from tbreuss/master
Browse files Browse the repository at this point in the history
Use require-dev for phpcs
  • Loading branch information
tbreuss committed Oct 27, 2018
2 parents 133c990 + fe9bbc4 commit 2347243
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.0] - 2018-10-27
- Remove Composer minimum-stability
- Bump php version requirement to 5.6
- Fix phpcs code issues

## [1.0.1] - 2016-09-24
### Added
- CHANGELOG.md
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"license":"BSD-3-Clause",
"require": {
"php": ">=5.6.0",
"symfony/yaml": "2.7.*",
"squizlabs/php_codesniffer": "^3.0@dev"
"symfony/yaml": "2.7.*"
},
"autoload": {
"psr-4": {
"Herbie\\": "src/system"
}
},
"require-dev": {
"phpunit/phpunit": "^5.0"
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^3.3"
},
"scripts": {
"test": [
Expand Down

0 comments on commit 2347243

Please sign in to comment.