{
"name": "masnathan/config4all",
"type": "library",
"description": "This class helps you load your application configs, it supports php, xml, ini and json files.",
"keywords": [
"config",
"php",
"json",
"xml",
"yaml",
"neon"
],
"homepage": "https://github.com/MASNathan/Config4all",
"license": "MIT",
"authors": [
{
"name": "André Filipe",
"email": "andre.r.flip@gmail.com",
"homepage": "http://masnathan.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"masnathan/parser": "dev-master"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"scrutinizer/ocular": "~1.1",
"symfony/var-dumper": "^2.7",
"symfony/yaml": "^2.7",
"nette/neon": "^2.3"
},
"suggest": {
"symfony/yaml": "For working with YAML files.",
"nette/neon": "For working with NEON files."
},
"autoload": {
"psr-4": {
"MASNathan\\Config\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"MASNathan\\Config\\Test\\": "tests"
}
},
"scripts": {
"test": "bin/phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"config":
{
"bin-dir": "bin"
}
}
|