PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Corner   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Corner
Implements exceptions and errors with more details
Author: By
Last change:
Date: 4 years ago
Size: 531 bytes
 

Contents

Class file image Download
{ "name": "paragonie/corner", "description": "Generic PHP Exceptions and Errors, made user-friendly.", "license": "ISC", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\Corner\\": "src/" } }, "autoload-dev": { "psr-4": { "ParagonIE\\Corner\\Tests\\": "test/" } }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7", "vimeo/psalm": "^2" } }