PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PSR-7   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PSR-7
Implements PSR-7 HTTP message interfaces
Author: By
Last change:
Date: 6 years ago
Size: 619 bytes
 

Contents

Class file image Download
{ "name": "poirot/psr7-http" , "type": "library" , "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ] , "target-dir": "Poirot/Psr7" , "require": { "poirot/std": "dev-devel" , "psr/http-message": "1.0" } , "autoload" : { "psr-0": { "Poirot\\Psr7": "." } , "files": [ "_functions.php" ] } , "repositories": [ { "type": "git", "url": "https://github.com/phPoirot/Std.git" } ] }