Skip to content

Instantly share code, notes, and snippets.

@suhag10
Last active May 19, 2024 14:55
Show Gist options
  • Save suhag10/4e960611bcb1563f6de15301f7dee66a to your computer and use it in GitHub Desktop.
Save suhag10/4e960611bcb1563f6de15301f7dee66a to your computer and use it in GitHub Desktop.
{
"name": "yourName/project-name",
"description": "project description.",
"type": "wordpress-plugin",
"license": "GPLv2",
"authors": [
{
"name": "Your Name",
"email": "your-email@domain.com"
}
],
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.0"
},
"scripts": {
"lint": "phpcs",
"lint-fix": "phpcbf"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment