Skip to content

Instantly share code, notes, and snippets.

@greg-hellings
Created May 16, 2016 17:56
Show Gist options
  • Save greg-hellings/46bc663d23754b204aee7a300c52e037 to your computer and use it in GitHub Desktop.
Save greg-hellings/46bc663d23754b204aee7a300c52e037 to your computer and use it in GitHub Desktop.
{
"language": "php",
"php" : ["7.0"],
"install": [
"composer self-update",
"composer install"
],
"script": [
"phpunit --bootstrap vendor/autoload.php tests"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment