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 typex: text/plain
Description: Auxiliary data
Class: Corner
Implements exceptions and errors with more details
Author: By
Last change: enable package auto-sorting for consistency
amending psalm config, checking unit tests, requiring void return type
update minimum psalm version, re-initialising psalm config
amending php versions used for travis
Date: 3 months ago
Size: 613 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": "[email protected]" } ], "config": { "sort-packages": true }, "autoload": { "psr-4": { "ParagonIE\\Corner\\": "src/" } }, "autoload-dev": { "psr-4": { "ParagonIE\\Corner\\Tests\\": "test/" } }, "require": { "php": "^7.1|^8" }, "require-dev": { "phpunit/phpunit": "^7", "psalm/plugin-phpunit": "<1", "vimeo/psalm": "^3" } }