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

Commit f62a95b

Browse files
committed
Merge branch 'hotfix/250'
Close #250
2 parents e4567e0 + 68382ae commit f62a95b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
All 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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",

src/ExpressiveInstaller/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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',

0 commit comments

Comments
 (0)