PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   Std   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Std
General purpose Web development classes
Author: By
Last change:
Date: 6 years ago
Size: 526 bytes
 

Contents

Class file image Download
{ "name": "poirot/std" , "description": "Poirot Standard Libraries and Base Functionality." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ] , "require": { "php": ">=5.3.0" } , "target-dir": "Poirot/Std" , "autoload" : { "psr-0": { "Poirot\\Std": "." } , "files": [ "_functions.php" ] } }