Minor version of Yii Config package was released. There are some new features and improvements:
- added ability to specify recursion depth for recursive modifier;
- references to another configs use reverse and recursive modifiers of root group now;
- prevent incorrect throw "Duplicate key…" exception in some cases when using nested groups;
- remove unnecessary code in
PackagesListBuilder
.