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

Commit

Permalink
Merge branch 'feature/46'
Browse files Browse the repository at this point in the history
Close #46
  • Loading branch information
Xerkus committed Jun 18, 2019
2 parents 73d8ac7 + 0adef36 commit 990784e
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 100 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand Down Expand Up @@ -33,6 +31,15 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#46](https://github.com/zendframework/zend-expressive-zendrouter/pull/46) adds support for PHP 7.3

### Changed

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-router": "^3.0",
"zendframework/zend-psr7bridge": "^0.2.2 || ^1.0.0",
"zendframework/zend-router": "^3.0.2"
"zendframework/zend-router": "^3.3.0"
},
"require-dev": {
"malukenho/docheader": "^0.1.6",
Expand Down

0 comments on commit 990784e

Please sign in to comment.