Skip to content

Instantly share code, notes, and snippets.

@msaari
Created November 17, 2019 04:33
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 msaari/81b653cc0d7ce8a1e2b6053db0ca3f1e to your computer and use it in GitHub Desktop.
Save msaari/81b653cc0d7ce8a1e2b6053db0ca3f1e to your computer and use it in GitHub Desktop.
Relevanssi package test composer.json
{
"repositories": [
{
"type": "package",
"package": {
"name": "relevanssi/relevanssi-premium",
"version": "2.4.4",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.relevanssi.com/update/get_version.php?api_key=123456&version=0"
}
}
},
{
"type": "vcs",
"url": "https://github.com/msaari/relevanssi"
}
],
"require": {
"msaari/relevanssi":"4.3.4",
"relevanssi/relevanssi-premium": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment