Login   Register  
PHP Classes
elePHPant
Icontem

File: composer.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andre Roque Filipe  >  MASNathan Curl  >  composer.json  >  Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MASNathan Curl
Send HTTP requests with the Curl extension
Author: By
Last change:
Date: 2013-12-28 07:10
Size: 414 bytes
 

Contents

Class file image Download
{
    "name": "masnathan/curl",
    "type": "library",
    "description": "Another CURL Object.",
    "keywords": ["curl"],
    "license": "MIT",
    "authors": [
        {
            "name": "André Filipe",
            "email": "andre.r.flip@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4"
    },
    "autoload": {
        "psr-0": {
            "MASNathan\\Curl\\": "src/"
        }
    }
}