This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +166
-251
lines changed Expand file tree Collapse file tree 5 files changed +166
-251
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
global :
11
- - COMPOSER_ARGS="--no-interaction"
11
+ - COMPOSER_ARGS="--no-interaction --no-scripts "
12
12
- COVERAGE_DEPS="php-coveralls/php-coveralls"
13
13
14
14
matrix :
@@ -19,7 +19,7 @@ matrix:
19
19
- php : 5.6
20
20
env :
21
21
- DEPS=locked
22
- - LEGACY_DEPS="phpunit/phpunit"
22
+ - LEGACY_DEPS="phpunit/phpunit symfony/console symfony/finder "
23
23
- php : 5.6
24
24
env :
25
25
- DEPS=latest
@@ -29,7 +29,7 @@ matrix:
29
29
- php : 7
30
30
env :
31
31
- DEPS=locked
32
- - LEGACY_DEPS="phpunit/phpunit"
32
+ - LEGACY_DEPS="phpunit/phpunit symfony/console symfony/finder "
33
33
- php : 7
34
34
env :
35
35
- DEPS=latest
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 2.1.1 - TBD
5
+ ## 2.2.0 - 2018-03-08
6
6
7
7
### Added
8
8
9
9
- Nothing.
10
10
11
11
### Changed
12
12
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.
14
15
15
16
### Deprecated
16
17
Original file line number Diff line number Diff line change 23
23
"php" : " ^5.6 || ^7.0" ,
24
24
"fig/http-message-util" : " ^1.1.2" ,
25
25
"psr/http-message" : " ^1.0.1" ,
26
- "zendframework/zend-expressive-router" : " ^2.1 " ,
26
+ "zendframework/zend-expressive-router" : " ^2.4 " ,
27
27
"zendframework/zend-psr7bridge" : " ^0.2.2 || ^1.0.0" ,
28
28
"zendframework/zend-router" : " ^3.0.2"
29
29
},
You can’t perform that action at this time.
0 commit comments