-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 736 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "max13/rest-manager",
"description": "REST request manager for PHP, using php-curl and aiming at being light and really really really easy to use. Ah BTW, did I mention that it's really easy to use ?",
"keywords": ["rest", "api","json", "laravel"],
"license": "CC-BY-NC-SA-3.0",
"authors": [
{
"name": "Adnan RIHAN",
"email": "adnan@rihan.fr",
"role": "Developer"
}
],
"homepage": "http://github.com/Max13/MXRequestManager-PHP",
"autoload": {
"psr-0" : {
"" : "src/"
}
},
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}