summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 79744ceebe2d337a452dd9d879d27e56906a9888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"name": "rmccue/requests",
	"description": "A HTTP library written in PHP, for human beings.",
	"homepage": "http://github.com/rmccue/Requests",
	"license": "ISC",
	"keywords": ["http", "idna", "iri", "ipv6", "curl", "sockets", "fsockopen"],
	"authors": [
		{
			"name": "Ryan McCue",
			"homepage": "http://ryanmccue.info"
		}
	],
	"require": {
		"php": ">=5.2"
	},
	"require-dev": {
		"requests/test-server": "dev-master"
	},
	"type": "library",
	"autoload": {
		"psr-0": {"Requests": "library/"}
	}
}