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 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 3.0.5 - TBD
5+ ## 3.0.5 - 2018-04-11
66
77### Added
88
99- Nothing.
1010
1111### Changed
1212
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.
1416
1517### Deprecated
1618
Original file line number Diff line number Diff line change 5252 "require-dev" : {
5353 "composer/composer" : " ^1.5" ,
5454 "filp/whoops" : " ^2.1.12" ,
55- "jsoumelidis/zend-sf-di-config" : " ^0.2 " ,
55+ "jsoumelidis/zend-sf-di-config" : " ^0.3 " ,
5656 "mikey179/vfsstream" : " ^1.6.5" ,
5757 "northwoods/container" : " ^1.2" ,
5858 "phpstan/phpstan" : " ^0.9.2" ,
Original file line number Diff line number Diff line change 88 'version ' => '^2.1.12 ' ,
99 ],
1010 'jsoumelidis/zend-sf-di-config ' => [
11- 'version ' => '^0.2 ' ,
11+ 'version ' => '^0.3 ' ,
1212 ],
1313 'northwoods/container ' => [
1414 'version ' => '^1.2 ' ,
You can’t perform that action at this time.
0 commit comments