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

Commit 970e979

Browse files
committed
Merging develop to master in preparation for 2.2.0 release
2 parents 5902a60 + 4846b96 commit 970e979

File tree

5 files changed

+166
-251
lines changed

5 files changed

+166
-251
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88

99
env:
1010
global:
11-
- COMPOSER_ARGS="--no-interaction"
11+
- COMPOSER_ARGS="--no-interaction --no-scripts"
1212
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1313

1414
matrix:
@@ -19,7 +19,7 @@ matrix:
1919
- php: 5.6
2020
env:
2121
- DEPS=locked
22-
- LEGACY_DEPS="phpunit/phpunit"
22+
- LEGACY_DEPS="phpunit/phpunit symfony/console symfony/finder"
2323
- php: 5.6
2424
env:
2525
- DEPS=latest
@@ -29,7 +29,7 @@ matrix:
2929
- php: 7
3030
env:
3131
- DEPS=locked
32-
- LEGACY_DEPS="phpunit/phpunit"
32+
- LEGACY_DEPS="phpunit/phpunit symfony/console symfony/finder"
3333
- php: 7
3434
env:
3535
- DEPS=latest

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

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

5-
## 2.1.1 - TBD
5+
## 2.2.0 - 2018-03-08
66

77
### Added
88

99
- Nothing.
1010

1111
### Changed
1212

13-
- Nothing.
13+
- [#42](https://github.com/zendframework/zend-expressive-zendrouter/pull/42)
14+
updates the minimum supported version of zend-expressive-router to 2.4.0.
1415

1516
### Deprecated
1617

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^5.6 || ^7.0",
2424
"fig/http-message-util": "^1.1.2",
2525
"psr/http-message": "^1.0.1",
26-
"zendframework/zend-expressive-router": "^2.1",
26+
"zendframework/zend-expressive-router": "^2.4",
2727
"zendframework/zend-psr7bridge": "^0.2.2 || ^1.0.0",
2828
"zendframework/zend-router": "^3.0.2"
2929
},

0 commit comments

Comments
 (0)