-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 961 Bytes
/
composer.json
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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "sndsgd/http",
"description": "Improved HTTP for PHP",
"type": "library",
"homepage": "https://github.com/sndsgd/http",
"license": "MIT",
"authors": [
{
"name": "Russell B",
"homepage": "http://snds.gd/"
}
],
"support": {
"issues": "https://github.com/sndsgd/http/issues",
"source": "https://github.com/sndsgd/http/tree/master"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.1.0",
"sndsgd/util": ">=1.1.0",
"sndsgd/error": "~0.0.4",
"sndsgd/form": ">=0.1.3",
"sndsgd/fs": ">=0.4.0"
},
"require-dev": {
"mikey179/vfsstream": "1.6.4",
"phpunit/phpunit": "^7.5.14",
"php-mock/php-mock-phpunit": "^2.2.0",
"guzzlehttp/psr7": "^1.3",
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {
"sndsgd\\": "src"
}
}
}