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

Commit

Permalink
Merge branch 'hotfix/247'
Browse files Browse the repository at this point in the history
Close #247
  • Loading branch information
weierophinney committed Mar 27, 2018
2 parents bc20b12 + 8157972 commit 28e2d86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ All notable changes to this project will be documented in this file, in reverse
from the tree after initial install, allowing users to define appropriate
versions for their own project.

- [#247](https://github.com/zendframework/zend-expressive-skeleton/pull/247)
bumps the minimum supported version of jsoumelidis/zend-sf-di-config package
to `^0.2` (from `^0.1`). If you were using a previous version with a project
you have created, you can update manually using:

```bash
$ composer require "jsoumelidis/zend-sf-di-config:^0.2"
```

### Deprecated

- Nothing.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"require-dev": {
"composer/composer": "^1.5",
"filp/whoops": "^2.1.12",
"jsoumelidis/zend-sf-di-config": "^0.1",
"jsoumelidis/zend-sf-di-config": "^0.2",
"mikey179/vfsstream": "^1.6.5",
"northwoods/container": "^1.2",
"phpstan/phpstan": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressiveInstaller/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'version' => '^2.1.12',
],
'jsoumelidis/zend-sf-di-config' => [
'version' => '^0.1',
'version' => '^0.2',
],
'northwoods/container' => [
'version' => '^1.2',
Expand Down

0 comments on commit 28e2d86

Please sign in to comment.