diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1acd18f --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "nlybe/egallery", + "description": "Attach photos on Elgg Entities", + "type": "elgg-plugin", + "keywords": [ + "elgg", + "plugin", + "photos", + "gallery" + ], + "homepage": "https://github.com/nlybe/Elgg-EntitiesGallery", + "license": "GPL-2.0", + "authors": [ + { + "name": "Nikos Lyberakis", + "email": "nikos@lyberakis.gr", + "role": "Web Developer" + } + ], + "require": { + "composer/installers": ">=1.0.8" + }, + "extra": { + "installer-name": "egallery" + } +} \ No newline at end of file