PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Hephaestus Modern and Sophisticated Error Handling for PHP 8   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hephaestus Modern and Sophisticated Error Handling for PHP 8
Handle PHP errors in several ways
Author: By
Last change:
Date: 26 days ago
Size: 1,025 bytes
 

Contents

Class file image Download
{ "name": "cmatosbc/hephaestus", "description": "God-like error handling for modern PHP programmers.", "type": "library", "license": "gpl-3.0-or-later", "authors": [ { "name": "Carlos Matos", "email": "carlosarturmatos1977@gmail.com" } ], "autoload": { "psr-4": { "Hephaestus\\": "src/", "Hephaestus\\Bundle\\": "Bundle/" }, "files": [ "src/functions.php" ] }, "require": { "php": ">=8.1", "symfony/http-kernel": "^6.0|^7.0", "symfony/dependency-injection": "^6.0|^7.0", "symfony/config": "^6.0|^7.0", "symfony/http-foundation": "^6.0|^7.0", "symfony/console": "^7.0", "psr/log": "^3.0" }, "require-dev": { "phpunit/phpunit": "^11.4", "symfony/form": "^6.0|^7.0" }, "suggest": { "symfony/form": "For integration with Symfony forms" }, "bin": [ "bin/hephaestus" ] }