PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Boss Ibrahim Mussa   hitilafu   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: hitilafu
Error handler that displays the error context
Author: By
Last change:
Date: 3 months ago
Size: 821 bytes
 

Contents

Class file image Download
{ "name": "wepesi/hitilafu", "description": "A beautiful error page for PHP applications.", "type": "library", "license": "apache-2.0", "keywords" : ["error handling", "beautiful error page", "php errors", "debugging"], "autoload": { "psr-4": { "Wepesi\\Hitilafu\\": "src/" } }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "minimum-stability": "dev", "prefer-stable" : true, "require": { "php": ">=8.0" }, "support" : { "issues" : "https://github.com/bim-g/hitilafu/issues", "forum" : "https://github.com/bim-g/hitilafu/wiki", "source" : "https://github.com/bim-g/hitilafu", "docs" : "https://github.com/bim-g/hitilafu/wiki" } }