  {
    "require-dev": {
        "phpunit/phpunit": "4.8.*",
        "squizlabs/php_codesniffer": "2.*"
    },
    "autoload": {
    	"psr-4": {
    		"Goldsmiths\\Roomfinder\\": "src"
    	}
    },
    "autoload-dev": {
        "psr-4": {
            "Goldsmiths\\Roomfinder\\Tests\\": "tests"
        }
    }
}
