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

Commit a807b2c

Browse files
Closes #152
1 parent 3c80c55 commit a807b2c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [3.0.1] - 2017-MM-DD
6+
7+
### Fixed
8+
9+
* Fixed [#152](https://github.com/sebastianbergmann/phpcpd/issues/152): Version requirement for `sebastian/version` is too strict
10+
511
## [3.0.0] - 2017-02-05
612

713
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": "^5.6|^7.0",
2626
"sebastian/finder-facade": "^1.1",
27-
"sebastian/version": "^2.0",
27+
"sebastian/version": "^1.0|^2.0",
2828
"symfony/console": "^2.7|^3.0|^4.0",
2929
"phpunit/php-timer": "^1.0.6"
3030
},

0 commit comments

Comments
 (0)