PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP PASeTo   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PASeTo
Encrypt and decrypt data with PaSeTO protocol
Author: By
Last change:
Date: 4 years ago
Size: 794 bytes
 

Contents

Class file image Download
{ "name": "paragonie/paseto", "description": "Platform-Agnostic Security Tokens", "license": "ISC", "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\Paseto\\": "src/" } }, "autoload-dev": { "psr-4": { "ParagonIE\\Paseto\\Tests\\": "tests/" } }, "require": { "php": "^7", "paragonie/constant_time_encoding": "^2", "paragonie/sodium_compat": "^1.7", "phpseclib/phpseclib": "^2" }, "require-dev": { "phpunit/phpunit": "^6|^7", "vimeo/psalm": "^1|^2" }, "scripts": { "full-test": [ "@static-analysis", "@test" ], "static-analysis": "psalm", "test": "phpunit" } }