Added missing modules, including some as submodules.
[yaffs-website] / vendor / dflydev / dot-access-configuration / composer.json
1 {
2     "name": "dflydev/dot-access-configuration",
3     "type": "library",
4     "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
5     "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
6     "keywords": ["config", "configuration"],
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Dragonfly Development Inc.",
11             "email": "info@dflydev.com",
12             "homepage": "http://dflydev.com"
13         },
14         {
15             "name": "Beau Simensen",
16             "email": "beau@dflydev.com",
17             "homepage": "http://beausimensen.com"
18         }
19     ],
20     "require": {
21         "php": ">=5.3.2",
22         "dflydev/dot-access-data": "1.*",
23         "dflydev/placeholder-resolver": "1.*"
24     },
25     "require-dev": {
26         "symfony/yaml": "~2.1"
27     },
28     "suggest": {
29         "symfony/yaml": "Required for using the YAML Configuration Builders"
30     },
31     "autoload": {
32         "psr-0": {
33             "Dflydev\\DotAccessConfiguration": "src"
34         }
35     },
36     "extra": {
37         "branch-alias": {
38             "dev-master": "1.0-dev"
39         }
40     }
41 }