Skip to content

Commit

Permalink
Added: Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed Feb 11, 2019
1 parent 53aaa62 commit 7b62c94
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
@@ -0,0 +1,24 @@
{
"name": "brookinsconsulting/ezgpg",
"description": "eZ Publish Legacy extension eZ GPG is an extension which provides simple, transparent, secure (openpgp compatible) encryption and decryption functionality to eZ Publish using the GNU Privacy Guard, GPG",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "eZ Publish Legacy", "eZ Publish Platform", "encryption", "gpg", "extension", "php", "classes", "script", "security" ],
"homepage": "https://github.com/brookinsconsulting/ezgpg",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"homepage": "http://brookinsconsulting.com",
"email": "info@brookinsconsulting.com",
"role": "Author"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "ezgpg"
}
}

0 comments on commit 7b62c94

Please sign in to comment.