Skip to content

Instantly share code, notes, and snippets.

@johnpbloch
Created February 26, 2015 16:49
Show Gist options
  • Save johnpbloch/4209ac47a4652a8e804c to your computer and use it in GitHub Desktop.
Save johnpbloch/4209ac47a4652a8e804c to your computer and use it in GitHub Desktop.

Revisions

  1. johnpbloch created this gist Feb 26, 2015.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    /vendor/
    14 changes: 14 additions & 0 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    {
    "name": "johnpbloch/test-2",
    "type": "wordpress-plugin",
    "license": "MIT",
    "authors": [
    {
    "name": "John P Bloch",
    "email": "[email protected]"
    }
    ],
    "minimum-stability": "dev",
    "require": {},
    "provide": {"johnpbloch/test-3":"dev-master"}
    }