PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   PHP XML Signature   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP XML Signature
Parse and create XML documents signed digitally
Author: By
Last change:
Date: 4 years ago
Size: 1,332 bytes
 

Contents

Class file image Download
{ "name": "kigkonsult/dsigsdk", "description": "XML Digital Signature recomendation dsig sdk", "keywords": [ "XML", "Digital", "Signature", "recomendation", "dsig", "sdk", "algorithm", "cipher", "digest", "hash", "hmac", "hex", "base64", "OpenSSL", "encrypt", "decrypt" ], "time" : "2019-05-29", "minimum-stability": "stable", "license": "LGPL-3.0-or-later", "homepage": "https://kigkonsult.se", "support": { "issues": "https://github.com/iCalcreator/dsigsdk/issues" }, "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\DsigSdk\\": ["src/"] } }, "require": { "php": "^5.6 || ^7.0", "ext-dom": "*", "ext-libxml": "*", "ext-openssl": "*", "ext-simplexml": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", "kigkonsult/loggerdepot": "dev-master", "psr/log": "1.1.0" }, "require-dev": { "fzaninotto/faker": "^v1.8.0", "katzgrau/klogger": "1.2.1", "phpunit/phpunit": "6.5.14" } }