summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..b19cf3e
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "robrichards/xmlseclibs",
+ "description": "A PHP library for XML Security",
+ "license": "BSD-3-Clause",
+ "keywords": [
+ "xml",
+ "xmldsig",
+ "signature",
+ "security"
+ ],
+ "homepage": "https://github.com/robrichards/xmlseclibs",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "require": {
+ "php": ">= 5.2"
+ },
+ "suggest": {
+ "ext/openssl": "OpenSSL extension",
+ "ext/mcrypt": "MCrypt extension"
+ }
+}