Skip to content

Commit 878aa56

Browse files
authored
Merge pull request #955 from phalcon/#911-move-out-config-component
#911 - Move out Config component
2 parents a712f2a + 6d5eed6 commit 878aa56

File tree

6 files changed

+140
-553
lines changed

6 files changed

+140
-553
lines changed

Library/Phalcon/Config/Adapter/Xml.php

-105
This file was deleted.

Library/Phalcon/Config/Loader.php

-78
This file was deleted.

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"phalcon/incubator-acl": "^1.0.0-alpha.1",
3434
"phalcon/incubator-session": "^1.0",
3535
"phalcon/incubator-test": "^1.0.0-alpha.1",
36-
"phalcon/incubator-logger": "^1.0"
36+
"phalcon/incubator-logger": "^1.0",
37+
"phalcon/incubator-config": "^1.0"
3738
},
3839
"require-dev": {
3940
"phpdocumentor/reflection-docblock": "2.0.4",

0 commit comments

Comments
 (0)