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

Commit 0325ad0

Browse files
committed
2.9.0 readiness
2 parents 821cb1f + c28cbca commit 0325ad0

File tree

3 files changed

+8
-30
lines changed

3 files changed

+8
-30
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ services:
2727
matrix:
2828
fast_finish: true
2929
include:
30-
- php: 5.5
31-
env:
32-
- EXECUTE_CS_CHECK=true
33-
- php: 5.5
34-
env:
35-
- SERVICE_MANAGER_VERSION='^2.7.5'
3630
- php: 5.6
3731
env:
3832
- EXECUTE_TEST_COVERALLS=true
@@ -42,6 +36,8 @@ matrix:
4236
env:
4337
- SERVICE_MANAGER_VERSION='^2.7.5'
4438
- php: 7
39+
env:
40+
- EXECUTE_CS_CHECK=true
4541
- php: 7
4642
env:
4743
- SERVICE_MANAGER_VERSION='^2.7.5'

CHANGELOG.md

Lines changed: 2 additions & 20 deletions
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.9.0 - TBD
5+
## 2.9.0 - 2016-06-22
66

77
### Added
88

@@ -26,32 +26,14 @@ All notable changes to this project will be documented in this file, in reverse
2626

2727
### Removed
2828

29-
- Nothing.
29+
- Removes support for PHP 5.5.
3030

3131
### Fixed
3232

3333
- [#38](https://github.com/zendframework/zend-log/pull/38) adds the `MongoDb`
3434
writer to the list of available writer plugins; the writer was added in a
3535
previous release, but never enabled within the default set of writers.
3636

37-
## 2.8.4 - TBD
38-
39-
### Added
40-
41-
- Nothing.
42-
43-
### Deprecated
44-
45-
- Nothing.
46-
47-
### Removed
48-
49-
- Nothing.
50-
51-
### Fixed
52-
53-
- Nothing.
54-
5537
## 2.8.3 - 2016-05-25
5638

5739
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^5.5 || ^7.0",
17+
"php": "^5.6 || ^7.0",
1818
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1919
"zendframework/zend-stdlib": "^2.7 || ^3.0",
2020
"psr/log": "^1.0"
@@ -34,7 +34,7 @@
3434
"psr/log-implementation": "1.0.0"
3535
},
3636
"suggest": {
37-
"ext-mongo": "mongodb extension to use MongoDB writer",
37+
"ext-mongodb": "mongodb extension to use MongoDB writer",
3838
"zendframework/zend-console": "Zend\\Console component to use the RequestID log processor",
3939
"zendframework/zend-db": "Zend\\Db component to use the database log writer",
4040
"zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
@@ -45,8 +45,8 @@
4545
"prefer-stable": true,
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "2.8-dev",
49-
"dev-develop": "2.9-dev"
48+
"dev-master": "2.9-dev",
49+
"dev-develop": "2.10-dev"
5050
},
5151
"zf": {
5252
"component": "Zend\\Log",

0 commit comments

Comments
 (0)