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