Skip to content

Commit

Permalink
Factor out Configuration classes into a separate project (#600)
Browse files Browse the repository at this point in the history
* Factor out Configuration classes into a separate project, consolidation\config.

* Update to new Consolidation\Config\Loader namespace.

* Update for consolidation/config refactoring: Rename InjectConfigForCommand and ApplyConfig to ConfigForCommand and ConfigForSetters, respectively, ane move them to the Consolidation\Config\Inject namespace.

* Use 1.0.0 stable of consolidation/config.
  • Loading branch information
greg-1-anderson committed Jun 29, 2017
1 parent 34e0af0 commit 5c2b629
Show file tree
Hide file tree
Showing 15 changed files with 192 additions and 670 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -26,10 +26,9 @@
"php": ">=5.5.0",
"league/container": "^2.2",
"consolidation/log": "~1",
"consolidation/config": "^1",
"consolidation/annotated-command": "^2.2",
"consolidation/output-formatters": "^3.1.5",
"dflydev/dot-access-data": "^1.1.0",
"grasmash/yaml-expander": "^1.1",
"symfony/finder": "~2.5|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/process": "~2.5|~3.0",
Expand Down

0 comments on commit 5c2b629

Please sign in to comment.