Skip to content

Commit

Permalink
Merge pull request #955 from phalcon/#911-move-out-config-component
Browse files Browse the repository at this point in the history
#911 - Move out Config component
  • Loading branch information
Jeckerson authored Sep 2, 2020
2 parents a712f2a + 6d5eed6 commit 878aa56
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 553 deletions.
105 changes: 0 additions & 105 deletions Library/Phalcon/Config/Adapter/Xml.php

This file was deleted.

78 changes: 0 additions & 78 deletions Library/Phalcon/Config/Loader.php

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"phalcon/incubator-acl": "^1.0.0-alpha.1",
"phalcon/incubator-session": "^1.0",
"phalcon/incubator-test": "^1.0.0-alpha.1",
"phalcon/incubator-logger": "^1.0"
"phalcon/incubator-logger": "^1.0",
"phalcon/incubator-config": "^1.0"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "2.0.4",
Expand Down
Loading

0 comments on commit 878aa56

Please sign in to comment.