Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Closes #152
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 16, 2017
1 parent 3c80c55 commit a807b2c
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 @@ -2,6 +2,12 @@

All notable changes in PHPCPD are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [3.0.1] - 2017-MM-DD

### Fixed

* Fixed [#152](https://github.com/sebastianbergmann/phpcpd/issues/152): Version requirement for `sebastian/version` is too strict

## [3.0.0] - 2017-02-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^5.6|^7.0",
"sebastian/finder-facade": "^1.1",
"sebastian/version": "^2.0",
"sebastian/version": "^1.0|^2.0",
"symfony/console": "^2.7|^3.0|^4.0",
"phpunit/php-timer": "^1.0.6"
},
Expand Down

0 comments on commit a807b2c

Please sign in to comment.