PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mohamed Aymen Ben Slimane   Exceptionizer Bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Exceptionizer Bundle
Throw exceptions that can be caught with listeners
Author: By
Last change:
Date: 8 years ago
Size: 703 bytes
 

Contents

Class file image Download
{ "name": "mabs/exceptionizer-bundle", "description": "This bundle provides a simple way to play with php Exceptions.", "keywords": ["exception", "exceptionizer", "throw", "catch", "php", "symfony", "bundle"], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Mohamed Aymen Ben Slimane", "email": "med.aymen3@gmail.com" } ], "require": { "php": ">=5.3.9", "symfony/framework-bundle": ">=2.1" }, "autoload": { "psr-0": {"Mabs\\ExceptionizerBundle": ""} }, "target-dir": "Mabs/ExceptionizerBundle", "minimum-stability": "dev" }