PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP Error Bag   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Error Bag
Handle multiple PHP runtime errors using a bag
Author: By
Last change:
Date: 2 years ago
Size: 572 bytes
 

Contents

Class file image Download
{ "name": "nahid/errorbag", "description": "A PHP package for contains and manage all errors and exceptions", "type": "library", "require": { "php": "^7.4" }, "require-dev": { "phpunit/phpunit": "^8.4|^9.0", "symfony/var-dumper": "5.2.x-dev" }, "license": "MIT", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "autoload": { "psr-4": { "Nahid\\ErrorBag\\": "src/" } }, "minimum-stability": "dev" }