summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 3d77709cdcf4f769e57329652236f91d5031688b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.4"
   },
  "suggest": {
    "ext-openssl": "OpenSSL extension"
  }
}