{
  "name": "am/config",
  "type": "library",
  "description": "configuration class for php",
  "keywords": ["php","configuration","yaml","config"],
  "homepage": "https://github.com/arvish15/PHP-Configuration-Loader-Class",
  "license": "MIT",
  "authors": [
    {
      "name": "Arvish K. Mungur",
      "email": " [email protected]",
      "homepage": "https://github.com/arvish15"
    }
  ],
  "require": {
    "php": ">=5.4.0"
  },
  "require-dev": {
    "phpunit/phpunit": ">=6.3",
    "mockery/mockery": "dev-master",
    "phpdocumentor/phpdocumentor": "2.*"
  },
  "autoload": {
    "psr-4": {
  		"Am\\Config\\": "src"
  	}
  }
}
 
  |