summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 07:47:27 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 07:47:27 +0200
commit3fca45b81585257bcf027bde6e65efeddcf90b1c (patch)
treef6065d598c07b25299e347964584f1ced27f5d84 /composer.json
parentc15a3b0b37c925bb918f09b58cf8280e9b342380 (diff)
backport
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5a81ccd
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,23 @@
+{
+ "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": {
+ "psr-4": {
+ "RobRichards\\XMLSecLibs\\": "src"
+ }
+ },
+ "require": {
+ "php": ">= 5.6"
+ },
+ "suggest": {
+ "ext-openssl": "OpenSSL extension"
+ }
+}