diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ecc0473 --- /dev/null +++ b/composer.json @@ -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" + } +}