From 77933296b20948b386613e760f0da4e4f394ac56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 17 Jul 2016 18:27:54 +0200 Subject: php-robrichards-xmlseclibs: backport for remirepo --- composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a604b40 --- /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": { + "psr-4": { + "RobRichards\\XMLSecLibs\\": "src" + } + }, + "require": { + "php": ">= 5.3" + }, + "suggest": { + "ext/openssl": "OpenSSL extension", + "ext/mcrypt": "MCrypt extension" + } +} -- cgit