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.

Revisions

  1. sultann created this gist Apr 9, 2018.
    16 changes: 16 additions & 0 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "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"
    },