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

Commit 2a08547

Browse files
committed
Merge branch 'hotfix/19'
Close #19
2 parents 9eb53e8 + ddcdd5a commit 2a08547

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file, in reverse
1111
which supplies a custom provider for using zend-mvc `Module` classes as
1212
configuration providers.
1313

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

1621
- Nothing.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"suggest": {
3131
"zendframework/zend-config": "Allows loading configuration from XML, INI, YAML, and JSON files",
32-
"zendframework/zend-config-aggregator-modulemanager": "Allows loading configuration from zend-mvc Module classes"
32+
"zendframework/zend-config-aggregator-modulemanager": "Allows loading configuration from zend-mvc Module classes",
33+
"zendframework/zend-config-aggregator-parameters": "Allows usage of templated parameters within your configuration"
3334
},
3435
"autoload": {
3536
"psr-4": {

docs/book/config-post-processors.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,10 @@ array(2) {
129129
}
130130
}
131131
```
132+
133+
There is an extension for this feature available via the package
134+
[zendframework/zend-config-aggregator-parameters](https://docs.zendframework.com/zend-config-aggregator-parameters/):
135+
136+
```bash
137+
$ composer require zendframework/zend-config-aggregator-parameters
138+
```

0 commit comments

Comments
 (0)