12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "toin0u/http-adapter",
- "type": "library",
- "description": "HttpAdapter PHP 5.3+ library",
- "keywords": ["Http", "Adapter"],
- "homepage": "https://github.com/toin0u/HttpAdapter",
- "license": "MIT",
- "authors": [
- {
- "name": "Antoine Corcy",
- "email": "contact@sbin.dk",
- "homepage": "http://sbin.dk",
- "role": "Developer"
- }
- ],
- "support": {
- "issues": "https://github.com/toin0u/HttpAdapter/issues",
- "source": "https://github.com/toin0u/HttpAdapter"
- },
- "require": {
- "php": ">=5.3.0",
- "ext-curl" : "*"
- },
- "require-dev": {
- "kriswallsmith/buzz": "@stable",
- "guzzle/guzzle": "@stable",
- "zendframework/zendframework": "~2.1",
- "satooshi/php-coveralls": "~0.6"
- },
- "suggest": {
- "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
- "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
- "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
- },
- "autoload": {
- "psr-0": { "HttpAdapter": "src/" }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- }
- }
|