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

Commit cc57f66

Browse files
committed
Merge branch 'feature/166' into develop
Close #166
2 parents a370029 + 814ea59 commit cc57f66

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

.travis.yml

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

53
cache:
@@ -54,6 +52,15 @@ matrix:
5452
- php: 7.2
5553
env:
5654
- DEPS=latest
55+
- php: 7.3
56+
env:
57+
- DEPS=lowest
58+
- php: 7.3
59+
env:
60+
- DEPS=locked
61+
- php: 7.3
62+
env:
63+
- DEPS=latest
5764

5865
before_install:
5966
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#166](https://github.com/zendframework/zend-http/pull/166) adds support for PHP 7.3.
1010

1111
### Changed
1212

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

1919
### Removed
2020

21-
- Nothing.
21+
- [#166](https://github.com/zendframework/zend-http/pull/166) removes support for zend-stdlib v2 releases.
2222

2323
### Fixed
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^5.6 || ^7.0",
2222
"zendframework/zend-loader": "^2.5.1",
23-
"zendframework/zend-stdlib": "^3.1 || ^2.7.7",
23+
"zendframework/zend-stdlib": "^3.2.1",
2424
"zendframework/zend-uri": "^2.5.2",
2525
"zendframework/zend-validator": "^2.10.1"
2626
},

composer.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)