We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 133c990 + fe9bbc4 commit 2347243Copy full SHA for 2347243
2 files changed
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
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
+
11
## [1.0.1] - 2016-09-24
12
### Added
13
- CHANGELOG.md
composer.json
@@ -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": {
14
"psr-4": {
15
"Herbie\\": "src/system"
16
}
17
18
"require-dev": {
19
- "phpunit/phpunit": "^5.0"
+ "phpunit/phpunit": "^5.0",
+ "squizlabs/php_codesniffer": "^3.3"
20
21
"scripts": {
22
"test": [
0 commit comments