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 11{
22 "name" : " php-http/message" ,
33 "description" : " HTTP Message related tools" ,
4- "license" : " MIT" ,
5- "keywords" : [" message" , " http" , " psr-7" ],
4+ "keywords" : [
5+ " message" ,
6+ " http" ,
7+ " psr-7"
8+ ],
69 "homepage" : " http://php-http.org" ,
10+ "license" : " MIT" ,
711 "authors" : [
812 {
913 "name" : " Márk Sági-Kazár" ,
3135 "zendframework/zend-diactoros" : " ^1.0"
3236 },
3337 "suggest" : {
34- "zendframework/zend-diactoros " : " Used with Diactoros Factories " ,
38+ "ext-zlib " : " Used with compressor/decompressor streams " ,
3539 "guzzlehttp/psr7" : " Used with Guzzle PSR-7 Factories" ,
3640 "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.6-dev"
49+ }
3850 },
3951 "autoload" : {
4052 "psr-4" : {
5264 "scripts" : {
5365 "test" : " vendor/bin/phpspec run" ,
5466 "test-ci" : " vendor/bin/phpspec run -c phpspec.ci.yml"
55- },
56- "extra" : {
57- "branch-alias" : {
58- "dev-master" : " 1.6-dev"
59- }
60- },
61- "config" : {
62- "sort-packages" : true
6367 }
6468}
You can’t perform that action at this time.
0 commit comments