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

Commit 970d18c

Browse files
committed
Merge branch 'feature/297' into develop
Close #297
2 parents 0c6f520 + 0f07e02 commit 970d18c

File tree

4 files changed

+363
-432
lines changed

4 files changed

+363
-432
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:
@@ -53,6 +51,15 @@ matrix:
5351
- php: 7.2
5452
env:
5553
- DEPS=latest
54+
- php: 7.3
55+
env:
56+
- DEPS=lowest
57+
- php: 7.3
58+
env:
59+
- DEPS=locked
60+
- php: 7.3
61+
env:
62+
- DEPS=latest
5663

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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+
- [#297](https://github.com/zendframework/zend-mvc/pull/297) adds support for PHP 7.3.
1010

1111
### Deprecated
1212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"zendframework/zend-modulemanager": "^2.8",
2424
"zendframework/zend-router": "^3.0.2",
2525
"zendframework/zend-servicemanager": "^3.3",
26-
"zendframework/zend-stdlib": "^3.1",
26+
"zendframework/zend-stdlib": "^3.2.1",
2727
"zendframework/zend-view": "^2.9"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)