Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created February 10, 2017 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellofromtonya/679abc88cce2d69a3b5c19b83ac2da63 to your computer and use it in GitHub Desktop.
Save hellofromtonya/679abc88cce2d69a3b5c19b83ac2da63 to your computer and use it in GitHub Desktop.
Starting Composer File
{
"name" : "",
"description" : "",
"type" : "project",
"keywords" : ["wordpress", "wp", "plugin"],
"homepage" : "https://knowthecode.io",
"license" : "GPL-2.0+",
"authors": [
{
"name" : "hellofromTonya",
"email" : "hellofromtonya@knowthecode.io"
}
],
"require": {
"php" : ">=5.4.0"
},
"require-dev": {
"mockery/mockery" : "~4.9"
},
"autoload" : {},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"config": {
"vendor-dir": "assets/vendor"
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment