diff --git a/composer.json b/composer.json index b13fa80..fd27c2f 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Extends symfony console display style", "type": "library", "license": "MIT", - "version": "0.3.0.0", + "version": "0.3.0.1", "authors": [ { "name": "MichaƂ Adamiak", @@ -12,7 +12,7 @@ ], "require": { "php": ">=7.0", - "symfony/console": "3.4.*|4.*" + "symfony/console": "3.4.*|~4.0" }, "require-dev": { "satooshi/php-coveralls": "1.0.*", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 8d5c69b..45f52d4 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.3.0.1 - 2018-10-31 +### Changed +* Symfony console required version changed from 4.* to ~4.0 + ## 0.3.0.0 - 2018-10-23 ### Added * Some example files (./examples)