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

Commit e92f8c3

Browse files
committed
Merge branch 'hotfix/60-php-7.3'
Close #60
2 parents 5f3a219 + 0500410 commit e92f8c3

File tree

4 files changed

+119
-60
lines changed

4 files changed

+119
-60
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:
@@ -33,6 +31,15 @@ matrix:
3331
- php: 7.2
3432
env:
3533
- DEPS=latest
34+
- php: 7.3
35+
env:
36+
- DEPS=lowest
37+
- php: 7.3
38+
env:
39+
- DEPS=locked
40+
- php: 7.3
41+
env:
42+
- DEPS=latest
3643

3744
before_install:
3845
- 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+
- [#60](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/60) adds support for PHP 7.3.
1010

1111
### Changed
1212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"zendframework/zend-expressive-router": "^3.0",
2828
"zendframework/zend-expressive-template": "^2.0",
2929
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
30-
"zendframework/zend-view": "^2.8.1"
30+
"zendframework/zend-view": "^2.11.1"
3131
},
3232
"require-dev": {
3333
"malukenho/docheader": "^0.1.5",

composer.lock

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

0 commit comments

Comments
 (0)