Skip to content

Commit

Permalink
Changed symfony console library version
Browse files Browse the repository at this point in the history
  • Loading branch information
chajr committed Oct 31, 2018
1 parent d77497f commit 5852e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -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",
Expand All @@ -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.*",
Expand Down
4 changes: 4 additions & 0 deletions 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)
Expand Down

0 comments on commit 5852e61

Please sign in to comment.