Created
April 9, 2018 04:33
-
-
Save sultann/ee86c250ca85fdae76ada35262760bd3 to your computer and use it in GitHub Desktop.
Install WordPress plugin using composer without composer file in the repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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