/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
interactive-geo-maps
/
vendor
/
hassankhan
/
config
/
Upload File
HOME
{ "name": "hassankhan/config", "type": "library", "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files", "keywords": ["configuration", "config", "json", "yaml", "yml", "ini", "xml", "unframework", "microphp"], "homepage": "http://hassankhan.me/config/", "license": "MIT", "authors": [ { "name": "Hassan Khan", "role": "Developer", "homepage": "http://hassankhan.me/" } ], "require": { "php": ">=5.5.9" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.5 || ~7.5 || ~8.5", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.2", "symfony/yaml": "~3.4", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "symfony/yaml": "~3.4" }, "autoload": { "psr-4": { "Noodlehaus\\": "src" } }, "autoload-dev": { "psr-4": { "Noodlehaus\\Test\\": "tests" } } }