Skip to content

Commit 2347243

Browse files
authored
Merge pull request #41 from tbreuss/master
Use require-dev for phpcs
2 parents 133c990 + fe9bbc4 commit 2347243

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.1.0] - 2018-10-27
7+
- Remove Composer minimum-stability
8+
- Bump php version requirement to 5.6
9+
- Fix phpcs code issues
10+
611
## [1.0.1] - 2016-09-24
712
### Added
813
- CHANGELOG.md

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"license":"BSD-3-Clause",
88
"require": {
99
"php": ">=5.6.0",
10-
"symfony/yaml": "2.7.*",
11-
"squizlabs/php_codesniffer": "^3.0@dev"
10+
"symfony/yaml": "2.7.*"
1211
},
1312
"autoload": {
1413
"psr-4": {
1514
"Herbie\\": "src/system"
1615
}
1716
},
1817
"require-dev": {
19-
"phpunit/phpunit": "^5.0"
18+
"phpunit/phpunit": "^5.0",
19+
"squizlabs/php_codesniffer": "^3.3"
2020
},
2121
"scripts": {
2222
"test": [

0 commit comments

Comments
 (0)