Skip to content

Instantly share code, notes, and snippets.

@caramelchocolate
Created March 9, 2020 11:41
Show Gist options
  • Save caramelchocolate/f52b234c2ef689ceee008cc3c51963e0 to your computer and use it in GitHub Desktop.
Save caramelchocolate/f52b234c2ef689ceee008cc3c51963e0 to your computer and use it in GitHub Desktop.
sample composer.json for phpunit
{
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment