File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " php-http/message" ,
3
3
"description" : " HTTP Message related tools" ,
4
- "license" : " MIT" ,
5
- "keywords" : [" message" , " http" , " psr-7" ],
4
+ "keywords" : [
5
+ " message" ,
6
+ " http" ,
7
+ " psr-7"
8
+ ],
6
9
"homepage" : " http://php-http.org" ,
10
+ "license" : " MIT" ,
7
11
"authors" : [
8
12
{
9
13
"name" : " Márk Sági-Kazár" ,
31
35
"zendframework/zend-diactoros" : " ^1.0"
32
36
},
33
37
"suggest" : {
34
- "zendframework/zend-diactoros " : " Used with Diactoros Factories " ,
38
+ "ext-zlib " : " Used with compressor/decompressor streams " ,
35
39
"guzzlehttp/psr7" : " Used with Guzzle PSR-7 Factories" ,
36
40
"slim/slim" : " Used with Slim Framework PSR-7 implementation" ,
37
- "ext-zlib" : " Used with compressor/decompressor streams"
41
+ "zendframework/zend-diactoros" : " Used with Diactoros Factories"
42
+ },
43
+ "config" : {
44
+ "sort-packages" : true
45
+ },
46
+ "extra" : {
47
+ "branch-alias" : {
48
+ "dev-master" : " 1.8-dev"
49
+ }
38
50
},
39
51
"autoload" : {
40
52
"psr-4" : {
52
64
"scripts" : {
53
65
"test" : " vendor/bin/phpspec run" ,
54
66
"test-ci" : " vendor/bin/phpspec run -c phpspec.ci.yml"
55
- },
56
- "extra" : {
57
- "branch-alias" : {
58
- "dev-master" : " 1.8-dev"
59
- }
60
- },
61
- "config" : {
62
- "sort-packages" : true
63
67
}
64
68
}
You can’t perform that action at this time.
0 commit comments