This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed 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
- ## 3.0.5 - TBD
5
+ ## 3.0.5 - 2018-04-11
6
6
7
7
### Added
8
8
9
9
- Nothing.
10
10
11
11
### Changed
12
12
13
- - Nothing.
13
+ - [ #250 ] ( https://github.com/zendframework/zend-expressive-skeleton/pull/250 )
14
+ updates the minimum version of jsoumelidis/zend-sf-di-config to version 0.3.0,
15
+ as that version now passes all DI container configuration compatibility tests.
14
16
15
17
### Deprecated
16
18
Original file line number Diff line number Diff line change 52
52
"require-dev" : {
53
53
"composer/composer" : " ^1.5" ,
54
54
"filp/whoops" : " ^2.1.12" ,
55
- "jsoumelidis/zend-sf-di-config" : " ^0.2 " ,
55
+ "jsoumelidis/zend-sf-di-config" : " ^0.3 " ,
56
56
"mikey179/vfsstream" : " ^1.6.5" ,
57
57
"northwoods/container" : " ^1.2" ,
58
58
"phpstan/phpstan" : " ^0.9.2" ,
Original file line number Diff line number Diff line change 8
8
'version ' => '^2.1.12 ' ,
9
9
],
10
10
'jsoumelidis/zend-sf-di-config ' => [
11
- 'version ' => '^0.2 ' ,
11
+ 'version ' => '^0.3 ' ,
12
12
],
13
13
'northwoods/container ' => [
14
14
'version ' => '^1.2 ' ,
You can’t perform that action at this time.
0 commit comments