Skip to content

Instantly share code, notes, and snippets.

@Yame-
Created August 1, 2018 13:15
Show Gist options
  • Save Yame-/c6866c33e47f2b4a242728a52775622c to your computer and use it in GitHub Desktop.
Save Yame-/c6866c33e47f2b4a242728a52775622c to your computer and use it in GitHub Desktop.
Default WordPress Plugin composer file
{
"name": "demo/demo",
"description": "Demo plugin",
"type": "wordpress-plugin",
"require": {
"composer/installers": "v1.0.6"
},
"authors": [
{
"name": "iValue",
"email": "support@ivalue.be"
}
],
"autoload": {
"psr-4": {
"Demo\\": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment