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

Commit 71626f9

Browse files
committed
Merge branch 'release/2.11.0'
2 parents a4bf66a + aa69381 commit 71626f9

20 files changed

+189
-157
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/.coveralls.yml export-ignore
33
/.gitattributes export-ignore
44
/.gitignore export-ignore
5-
/.php_cs export-ignore
65
/.travis.yml export-ignore
76
/composer.lock export-ignore
87
/docs/ export-ignore
98
/mkdocs.yml export-ignore
9+
/phpcs.xml export-ignore
1010
/phpunit.xml.dist export-ignore
1111
/test/ export-ignore
1212
/Vagrantfile export-ignore

CHANGELOG.md

Lines changed: 1 addition & 23 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.11.0 - TBD
5+
## 2.11.0 - 2019-12-31
66

77
### Added
88

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

2727
- [#146](https://github.com/zendframework/zend-db/pull/146) fixes setting correct value for `lastInsertValue` pre-insert in `SequenceFeature`.
2828

29-
## 2.10.2 - TBD
30-
31-
### Added
32-
33-
- Nothing.
34-
35-
### Changed
36-
37-
- Nothing.
38-
39-
### Deprecated
40-
41-
- Nothing.
42-
43-
### Removed
44-
45-
- Nothing.
46-
47-
### Fixed
48-
49-
- Nothing.
50-
5129
## 2.10.1 - 2019-12-31
5230

5331
- Nothing.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2017, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"issues": "https://github.com/zendframework/zend-db/issues",
1313
"source": "https://github.com/zendframework/zend-db",
1414
"rss": "https://github.com/zendframework/zend-db/releases.atom",
15-
"slack": "https://zendframework-slack.herokuapp.com",
15+
"chat": "https://zendframework-slack.herokuapp.com",
1616
"forum": "https://discourse.zendframework.com/c/questions/components"
1717
},
1818
"require": {
1919
"php": "^5.6 || ^7.0",
2020
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.7.25 || ^6.4.4",
23+
"phpunit/phpunit": "^5.7.27 || ^6.5.14",
2424
"zendframework/zend-coding-standard": "~1.0.0",
2525
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2626
"zendframework/zend-hydrator": "^1.1 || ^2.1 || ^3.0",
@@ -50,8 +50,8 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-master": "2.10.x-dev",
54-
"dev-develop": "2.11.x-dev"
53+
"dev-master": "2.11.x-dev",
54+
"dev-develop": "2.12.x-dev"
5555
},
5656
"zf": {
5757
"component": "Zend\\Db",
@@ -67,7 +67,7 @@
6767
"cs-fix": "phpcbf",
6868
"test": "phpunit --colors=always --testsuite \"unit test\"",
6969
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
70-
"test-integration" : "phpunit --colors=always --testsuite \"integration test\"",
70+
"test-integration": "phpunit --colors=always --testsuite \"integration test\"",
7171
"upload-coverage": "coveralls -v"
7272
}
7373
}

0 commit comments

Comments
 (0)