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

Commit

Permalink
Merging develop to master in preparation for 1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 20, 2018
2 parents fb001d5 + 0361651 commit 99c558f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand Down Expand Up @@ -53,7 +51,13 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: nightly
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 1.2.0 - 2018-12-20

### Added

- [#41](https://github.com/zendframework/zend-psr7bridge/pull/41) adds support for PHP 7.3.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- [#41](https://github.com/zendframework/zend-psr7bridge/pull/41) removes support for zend-stdlib v2 releases.

### Fixed

- Nothing.

## 1.1.1 - 2018-12-20

### Added
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"phpunit/phpunit": "^5.7.15 || ^6.5.6",
"zendframework/zend-coding-standard": "~1.0.0"
},
"conflict": {
"zendframework/zend-stdlib": "< 3.2.1"
},
"autoload": {
"psr-4": {
"Zend\\Psr7Bridge\\": "src/"
Expand All @@ -43,8 +46,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99c558f

Please sign in to comment.