PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Scott Arciszewski   PHP String Hidden Characters   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP String Hidden Characters
Hide strings to avoid appearing in stack traces
Author: By
Last change: Boyscouting
Merge pull request #9 from Nyholm/sodium

Sodium_compat is not strictly needed
Sodium_compat is not strictly needed
Change error behavior (for PHP 7.4+ only)
Support PHP 8
Date: 7 months ago
Size: 845 bytes
 

Contents

Class file image Download
{ "name": "paragonie/hidden-string", "type": "library", "keywords": [ "hidden", "string", "stack trace" ], "description": "Encapsulate strings in an object to hide them from stack traces", "homepage": "https://github.com/paragonie/hidden-string", "license": "MPL-2.0", "authors": [ { "name": "Paragon Initiative Enterprises", "homepage": "https://paragonie.com", "email": "info@paragonie.com" } ], "require": { "php": "^7.4|^8", "paragonie/constant_time_encoding": "^2|^3" }, "autoload": { "psr-4": { "ParagonIE\\HiddenString\\": "./src" } }, "require-dev": { "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4" }, "config": { "preferred-install": "dist", "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true }