PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   iaso PHP JSON Parser Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: iaso PHP JSON Parser Library
Parse JSON strings immune to hash-DoS attacks
Author: By
Last change:
Date: 1 year ago
Size: 570 bytes
 

Contents

Class file image Download
{ "name": "paragonie/iaso", "description": "Powerful JSON Toolkit, includes a JSON parser immune to Hash-DoS attacks", "keywords": ["JSON"], "license": "MIT", "autoload": { "psr-4": { "ParagonIE\\Iaso\\": "src/" } }, "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" } ], "require": { "php": "^7", "paragonie/constant_time_encoding": "^2", "paragonie/sodium_compat": "^0|^1" }, "require-dev": { "phpunit/phpunit": "^6", "vimeo/psalm": "dev-master" } }