summaryrefslogtreecommitdiffstats
path: root/vendor/symfony/config/Symfony/Component/Config/README.md
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 19:34:39 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 19:34:39 +0200
commit705c4cb50eea66585cc95c7314001fce9dd197cd (patch)
tree4a448f4e30b117e12306b643121f49da15e6376b /vendor/symfony/config/Symfony/Component/Config/README.md
downloadCatalog-705c4cb50eea66585cc95c7314001fce9dd197cd.tar.gz
Catalog-705c4cb50eea66585cc95c7314001fce9dd197cd.zip
Initial commit
Diffstat (limited to 'vendor/symfony/config/Symfony/Component/Config/README.md')
-rw-r--r--vendor/symfony/config/Symfony/Component/Config/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/symfony/config/Symfony/Component/Config/README.md b/vendor/symfony/config/Symfony/Component/Config/README.md
new file mode 100644
index 0000000..690d7d7
--- /dev/null
+++ b/vendor/symfony/config/Symfony/Component/Config/README.md
@@ -0,0 +1,17 @@
+Config Component
+================
+
+Config provides the infrastructure for loading configurations from different
+data sources and optionally monitoring these data sources for changes. There
+are additional tools for validating, normalizing and handling of defaults that
+can optionally be used to convert from different formats to arrays.
+
+Resources
+---------
+
+You can run the unit tests with the following command:
+
+ $ cd path/to/Symfony/Component/Config/
+ $ composer install
+ $ phpunit
+