Skip to content

Instantly share code, notes, and snippets.

@mircobabini
Created February 2, 2023 18:13
Show Gist options
  • Save mircobabini/edc95235438229c26d753773fb70a422 to your computer and use it in GitHub Desktop.
Save mircobabini/edc95235438229c26d753773fb70a422 to your computer and use it in GitHub Desktop.
{
"name": "vendor_name/site-composer-based",
"description": "description",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "mircobabini",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "strangerstudios/pmpro-multiple-memberships-per-user",
"type": "wordpress-plugin",
"version": "0.8.3",
"dist": {
"type": "zip",
"url": "https://github.com/strangerstudios/pmpro-multiple-memberships-per-user/archive/refs/tags/0.8.3.zip"
},
"require": {
"composer/installers": "*"
}
}
}
],
"require": {
"wecodemore/wpstarter": "~2.0",
"wpackagist-plugin/paid-memberships-pro": "*",
"strangerstudios/pmpro-multiple-memberships-per-user": "*"
},
"config": {
"vendor-dir": "wp-content/vendor",
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"composer/installers": true
}
},
"scripts": {
"post-install-cmd": "WCM\\WPStarter\\Setup::run",
"post-update-cmd": "WCM\\WPStarter\\Setup::run"
},
"extra": {
"wordpress-install-dir": "public",
"installer-paths": {
"wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"wp-content/themes/{$name}/": [
"type:wordpress-theme"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment