Skip to content

Commit

Permalink
Composer update (name)
Browse files Browse the repository at this point in the history
  • Loading branch information
Facyla committed Oct 26, 2018
1 parent 133cddb commit 599bfa9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "facyla/cmspages",
"version": "1.0",
"type": "elgg-plugin",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Facyla/cmspages"
}
],
"require": {
"composer/installers": ">=1.0.8"
},
"description": "CMS Pages or Static pages allow site admins to create an unlimited number of pages, templates and reusable modules.",
"homepage": "https://facyla.fr",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Florian DANIEL aka Facyla",
"email": "[email protected]"
}
],
"keywords": [
"elgg", "plugin", "admin", "content"
],
}


0 comments on commit 599bfa9

Please sign in to comment.