Skip to content

Instantly share code, notes, and snippets.

@sultann
Created April 9, 2018 04:33
Show Gist options
  • Select an option

  • Save sultann/ee86c250ca85fdae76ada35262760bd3 to your computer and use it in GitHub Desktop.

Select an option

Save sultann/ee86c250ca85fdae76ada35262760bd3 to your computer and use it in GitHub Desktop.
Install WordPress plugin using composer without composer file in the repository
{
"type": "package",
"package": {
"name": "easydigitaldownloads/edd-free-downloads",
"version": "dev-master",
"type": "WordPress-plugin",
"source": {
"url": "[email protected]:easydigitaldownloads/edd-free-downloads.git",
"type": "git",
"reference": "master"
}
}
}
"require": {
"easydigitaldownloads/edd-free-downloads": "dev-master"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment