{
    "name": "harlan/easy-development",
    "description": "Common functions for handling the development environment on WordPress sites",
    "type": "wordpress-plugin",
    "authors": [
        {
            "name": "Harlan",
            "email": "harlan103@hotmail.com"
        }
    ],
    "require": {
        "filp/whoops": "^2.1",
        "symfony/var-dumper": "^3.3",
        "wpupdatephp/wp-update-php": "^1.1"
    },
    "autoload": {
        "files": [
            "development-environment.php"
        ]
    }
}
