Skip to content

Instantly share code, notes, and snippets.

@aaron-prindle
Last active January 17, 2018 22:31
Show Gist options
  • Save aaron-prindle/3867a81130937b57f8e9fe5ac3240d89 to your computer and use it in GitHub Desktop.
Save aaron-prindle/3867a81130937b57f8e9fe5ac3240d89 to your computer and use it in GitHub Desktop.
{
"autoload": {
"psr-4": {
"Google\\Cloud\\Samples\\Bookshelf\\": ["src", "test/lib"]
}
},
"require": {
"php": ">=5.5",
"silex/silex": "^1.3",
"psr/log": "*",
"monolog/monolog": "*"
},
"require-dev": {
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2",
"phpunit/phpunit": "~4",
"symfony/browser-kit": "^3.0",
"symfony/http-kernel": "^3.0",
"google/cloud-tools": "^0.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment