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

Commit

Permalink
Merge branch 'hotfix/19'
Browse files Browse the repository at this point in the history
Close #19
  • Loading branch information
weierophinney committed Apr 4, 2018
2 parents 9eb53e8 + ddcdd5a commit 2a08547
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file, in reverse
which supplies a custom provider for using zend-mvc `Module` classes as
configuration providers.

- [#19](https://github.com/zendframework/zend-config-aggregator/pull/19) adds
a package suggestion for [zend-config-aggregator-parameters](https://github.com/zendframework/zend-config-aggregator-parameters),
which supplies a post-processor consuming the Symfony DI `ParameterBag` in
order to allow templated configuration parameter values.

### Changed

- Nothing.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"suggest": {
"zendframework/zend-config": "Allows loading configuration from XML, INI, YAML, and JSON files",
"zendframework/zend-config-aggregator-modulemanager": "Allows loading configuration from zend-mvc Module classes"
"zendframework/zend-config-aggregator-modulemanager": "Allows loading configuration from zend-mvc Module classes",
"zendframework/zend-config-aggregator-parameters": "Allows usage of templated parameters within your configuration"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions docs/book/config-post-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,10 @@ array(2) {
}
}
```

There is an extension for this feature available via the package
[zendframework/zend-config-aggregator-parameters](https://docs.zendframework.com/zend-config-aggregator-parameters/):

```bash
$ composer require zendframework/zend-config-aggregator-parameters
```

0 comments on commit 2a08547

Please sign in to comment.