Skip to content

Instantly share code, notes, and snippets.

@tlongren
Created March 29, 2015 03:54
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 tlongren/209fb9c23a9563c94236 to your computer and use it in GitHub Desktop.
Save tlongren/209fb9c23a9563c94236 to your computer and use it in GitHub Desktop.
Composer.json for WordPress Plugin
{
"name": "plugin-name/plugin",
"description": "Your plugin description",
"keywords": ["wordpress", "plugin", "private"],
"homepage": "https://longrendev.io/",
"license": "proprietary",
"authors": [
{
"name": "Tyler Longren",
"email": "tyler@longren.io",
"homepage": "https://longren.io/"
}
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.3.2",
"composer/installers": "v1.0.6",
"mailgun/mailgun-php": "~1.7.2",
"guzzlehttp/guzzle": "~5.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment