PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Easy PHP ECC   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP ECC
Encrypt, decrypt and sign messages with PHPECC
Author: By
Last change:
Date: 2 years ago
Size: 1,119 bytes
 

Contents

Class file image Download
{ "name": "paragonie/easy-ecc", "description": "Usabiliy Wrapper for mdanter/ecc", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com", "homepage": "https://paragonie.com", "role": "Development Team" } ], "config": { "preferred-install": "dist", "optimize-autoloader": true }, "license": "ISC", "autoload": { "files": ["autoload-shim.php"], "psr-4": { "ParagonIE\\EasyECC\\": "./src" } }, "autoload-dev": { "psr-4": { "ParagonIE\\EasyECC\\Tests\\": "./tests" } }, "require": { "php": "^7.1|^8", "ext-gmp": "*", "defuse/php-encryption": "^2.1", "mdanter/ecc": "^1", "paragonie/sodium_compat": "^1.16", "paragonie/constant_time_encoding": "^2.1" }, "require-dev": { "phpunit/phpunit": "^7|^8|^9", "vimeo/psalm": "^1|^3|^4" }, "scripts": { "test": ["phpunit", "psalm"] }, "support": { "email": "security@paragonie.com", "issues": "https://github.com/paragonie/ionizer/issues", "source": "https://github.com/paragonie/ionizer" } }