Skip to content

Instantly share code, notes, and snippets.

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 emaildano/8ddd7563efcd6cca1d68de1ebfb4977d to your computer and use it in GitHub Desktop.
Save emaildano/8ddd7563efcd6cca1d68de1ebfb4977d to your computer and use it in GitHub Desktop.
This snippet is used in the following knowledge base article – https://kb.wpbeaverbuilder.com/article/220-installl-beaver-builder-via-composer
{
"type": "package",
"package": {
"name": "beaver-builder/bb-plugin",
"type": "wordpress-plugin",
"version": "<VERSION_NUMBER>",
"dist": {
"type": "zip",
"url": "https://updates.wpbeaverbuilder.com/?fl-api-method=composer_download&download=bb-plugin-<VERSION>.zip&license=<LICENSE_KEY>"
},
"require": {
"composer/installers": "v1.6.5"
}
}
}
{
"type": "package",
"package": {
"name": "beaver-builder/bb-theme",
"type": "wordpress-theme",
"version": "<VERSION_NUMBER>",
"dist": {
"type": "zip",
"url": "https://updates.wpbeaverbuilder.com/?fl-api-method=composer_download&download=bb-theme.zip&license=<LICENSE_KEY>"
},
"require": {
"composer/installers": "v1.6.5"
}
}
}
{
"type": "package",
"package": {
"name": "beaver-builder/bb-theme-builder",
"type": "wordpress-plugin",
"version": "<VERSION_NUMBER>",
"dist": {
"type": "zip",
"url": "https://updates.wpbeaverbuilder.com/?fl-api-method=composer_download&download=bb-theme-builder.zip&license=<LICENSE_KEY>"
},
"require": {
"composer/installers": "v1.6.5"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment