Skip to content

Commit

Permalink
Update requirements and changelog to resolve #3 and #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Nov 30, 2017
1 parent c39e43c commit 3c8487f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes of the `jean85/pretty-package-versions` package are documented in this file using the
[Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [1.0.3] - 2017-11-30
### Changed
* Require at least `ocramius/package-versions` 1.2 to fix root package version (see [#3](https://github.com/Jean85/pretty-package-versions/issues/3))
### Known issues
* Use this package with Composer >= 1.5.3 to fix root package version when in version-branch (see [#4](https://github.com/Jean85/pretty-package-versions/issues/4))

## [1.0.2] - 2017-09-06
### Added
* Add PHP 7.2 to the build matrix for official support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.0",
"ocramius/package-versions": "^1.1.3"
"ocramius/package-versions": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit 3c8487f

Please sign in to comment.