PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Camilo Sperberg   Debug Info   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Debug Info
Output information about variables and other data
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 399 bytes
 

Contents

Class file image Download
{ "name" : "unreal4u/debug-info", "description" : "This class is a collection of functions that aids in debugging your application", "require" : { "php" : ">=5.3.0", "firephp/firephp-core": "@stable" }, "authors" : [ { "name" : "Camilo Sperberg", "email" : "me@unreal4u.com" } ], "autoload" : { "psr-0" : { "unreal4u" : "src/" } }, "license" : "MIT" }