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

Commit f8c3cb7

Browse files
committed
Merging develop to master in preparation for 2.2.0 release.
2 parents ae93f80 + 60f5394 commit f8c3cb7

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
/doc export-ignore
1+
/docs export-ignore
22
/test export-ignore
33
/vendor export-ignore
4+
.coveralls.yml export-ignore
45
.gitattributes export-ignore
56
.gitignore export-ignore
67
.scrutinizer.yml export-ignore
78
.travis.yml export-ignore
9+
composer.lock export-ignore
10+
mkdocs.yml export-ignore
811
phpunit.xml.dist export-ignore
912
phpcs.xml export-ignore

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -32,7 +30,13 @@ matrix:
3230
- php: 7.2
3331
env:
3432
- DEPS=latest
35-
- php: nightly
33+
- php: 7.3
34+
env:
35+
- DEPS=lowest
36+
- php: 7.3
37+
env:
38+
- DEPS=locked
39+
- php: 7.3
3640
env:
3741
- DEPS=latest
3842

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 2.1.0 - 2018-12-20
6+
7+
### Added
8+
9+
- [#345](https://github.com/zendframework/zend-diactoros/pull/345) adds support for PHP 7.3.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 2.0.2 - 2018-12-20
628

729
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"extra": {
2222
"branch-alias": {
23-
"dev-master": "2.0.x-dev",
24-
"dev-develop": "2.1.x-dev",
23+
"dev-master": "2.1.x-dev",
24+
"dev-develop": "2.2.x-dev",
2525
"dev-release-1.8": "1.8.x-dev"
2626
}
2727
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)