|
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",
|
|
24 | 28 | "akeneo/phpspec-skip-example-extension": "^1.0",
|
25 | 29 | "coduo/phpspec-data-provider-extension": "^1.0",
|
26 | 30 | "guzzlehttp/psr7": "^1.0",
|
27 |
| - "henrikbjorn/phpspec-code-coverage" : "^1.0", |
| 31 | + "henrikbjorn/phpspec-code-coverage": "^1.0", |
| 32 | + "localheinz/composer-normalize": "^1.2.0", |
28 | 33 | "phpspec/phpspec": "^2.4",
|
29 | 34 | "slim/slim": "^3.0",
|
30 | 35 | "zendframework/zend-diactoros": "^1.0"
|
31 | 36 | },
|
32 | 37 | "suggest": {
|
33 |
| - "zendframework/zend-diactoros": "Used with Diactoros Factories", |
| 38 | + "ext-zlib": "Used with compressor/decompressor streams", |
34 | 39 | "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
|
35 | 40 | "slim/slim": "Used with Slim Framework PSR-7 implementation",
|
36 |
| - "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 | + } |
37 | 50 | },
|
38 | 51 | "autoload": {
|
39 | 52 | "psr-4": {
|
|
51 | 64 | "scripts": {
|
52 | 65 | "test": "vendor/bin/phpspec run",
|
53 | 66 | "test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"
|
54 |
| - }, |
55 |
| - "extra": { |
56 |
| - "branch-alias": { |
57 |
| - "dev-master": "1.8-dev" |
58 |
| - } |
59 |
| - }, |
60 |
| - "config": { |
61 |
| - "sort-packages": true |
62 | 67 | }
|
63 | 68 | }
|
0 commit comments