Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nlybe committed Mar 16, 2020
1 parent b7f7720 commit 6898156
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 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"
}
}

0 comments on commit 6898156

Please sign in to comment.