Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created June 26, 2017 13:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommcfarlin/10eb11312d317cec6b9ad3b116105453 to your computer and use it in GitHub Desktop.
Save tommcfarlin/10eb11312d317cec6b9ad3b116105453 to your computer and use it in GitHub Desktop.
[WordPress] Adding Your WordPress Plugin To Packagist
{
"name": "tommcfarlin/cmb2-featured-mobile-image",
"type": "wordpress-plugin",
"license": "GPL",
"description": "Select an image to display as your featured image in the mobile version of your site.",
"homepage": "https://github.com/tommcfarlin/cmb2-featured-mobile-image",
"authors": [
{
"name": "Tom McFarlin",
"email": "tom@tommcfarlin.com",
"homepage": "https://github.com/tommcfarlin"
}
],
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/tommcfarlin/cmb2-featured-mobile-image/issues"
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"hassankhan/config": "^0.10.0",
"symfony/yaml": "^3.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.9.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment