Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven von Arx committed Jul 12, 2017
1 parent 3d701c4 commit ae96002
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "cubetech/wpplugin.some-accounts",
"description": "A WordPress plugin to add and display social accounts.",
"keywords": ["wordpress", "plugin"],
"version": "1.0.0",
"homepage": "https://github.com/cubetech/wpplugin.some-accounts",
"license": "GPL-3.0+",
"authors": [{
"name": "Sven von Arx",
"email": "sven.vonarx@cubetech.ch",
"homepage": "http://www.cubetech.ch"
}],
"type": "wordpress-plugin",
"require": {
"php": ">=5.3.2",
"composer/installers": "v1.2.0"
}
}

0 comments on commit ae96002

Please sign in to comment.