Skip to content

Instantly share code, notes, and snippets.

@jeremyzahner
Last active October 13, 2015 17:37
Show Gist options
  • Save jeremyzahner/4c34744af1461a906c81 to your computer and use it in GitHub Desktop.
Save jeremyzahner/4c34744af1461a906c81 to your computer and use it in GitHub Desktop.
Composer repo block for gravityforms.
"repositories": [
{
"type": "package",
"package": {
"name": "gravityforms/gravityforms",
"version": "1.9.5.12",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://github.com/gravityforms/gravityforms/archive/1.9.5.12.zip"
}
}
}
],
"require": {
"gravityforms/gravityforms": "1.9.5.12"
}
@jeremyzahner
Copy link
Author

Just remember that the plugin only gets updated if you do update the version number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment