-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 1.07 KB
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "etconsilium/php-multi-config",
"type": "library",
"description": "lightweight configuration file loader & formatter that supports PHP, Ini, XML, JSON, YAML, Plist files and Array(); based on noodlehaus/config",
"keywords": ["configuration", "config", "json", "yaml", "ini", "xml", "plist", "array", "unframework"],
"homepage": "https://github.com/etconsilium/php-multi-config",
"based-on": "https://github.com/noodlehaus/config",
"license": "MIT",
"copyright": "(cc-by-sa)",
"version": "1.0.1011",
"authors": [
{
"name": "And They Have A Plan",
"role": "Developer",
"homepage": "http://etconsilium.github.io/",
"email": "etconsilium@users.noreply.github.com"
}
],
"require": {
"php": ">= 5.5.0",
"symfony/yaml": "dev-master",
"rodneyrehm/plist": "dev-master",
"etconsilium/php-recursive-array-object": "dev-master",
"etconsilium/php-json-fix": "dev-master"
},
"autoload": {
"psr-4": {
"MultiConfig\\": "src/"
}
}
}