PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Nero PHP Simulate Error   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nero PHP Simulate Error
Throw fatal errors to test your application
Author: By
Last change:
Date: 5 years ago
Size: 542 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/nero", "description": "Crash your application", "homepage": "https://github.com/degraciamathieu/nero", "license": "MIT", "keywords": ["breaker", "crash", "joke", "fatal error"], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "5.7.*", "mockery/mockery": "^0.9.9" }, "autoload": { "psr-4": { "DeGraciaMathieu\\Nero\\": "src/" } } }