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

Commit 95033f0

Browse files
committed
Merge branch 'hotfix/stdlib' into release-2.6
Close #51
2 parents c4e8f97 + 42d759c commit 95033f0

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: php
44

55
branches:
66
except:
7-
- /^release-.*$/
7+
- /^release-\d+\.\d+\.\d+.*$/
88
- /^ghgfk-.*$/
99

1010
cache:

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.6.2 - TBD
5+
## 2.6.3 - 2016-04-20
66

77
### Added
88

@@ -18,8 +18,28 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21+
- [#51](https://github.com/zendframework/zend-code/pull/51) updates the
22+
zend-stdlib dependency to allow either 2.7 or 3.0 releases, as the
23+
functionality consumed maintains its API between releases.
24+
25+
## 2.6.2 - 2016-01-05
26+
27+
### Added
28+
29+
- Nothing.
30+
31+
### Deprecated
32+
2133
- Nothing.
2234

35+
### Removed
36+
37+
- Nothing.
38+
39+
### Fixed
40+
41+
- [#31](https://github.com/zendframework/zend-code/pull/31) updated license year.
42+
2343
## 2.6.1 - 2015-11-24
2444

2545
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=5.5",
17-
"zendframework/zend-eventmanager": "^2.6|^3.0"
16+
"php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
17+
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
1818
},
1919
"require-dev": {
2020
"doctrine/annotations": "~1.0",
21-
"zendframework/zend-stdlib": "~2.7",
21+
"zendframework/zend-stdlib": "^2.7 || ^3.0",
2222
"fabpot/php-cs-fixer": "1.7.*",
23-
"phpunit/PHPUnit": "~4.0"
23+
"phpunit/PHPUnit": "^4.8.21"
2424
},
2525
"suggest": {
2626
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",

0 commit comments

Comments
 (0)