|
1 | 1 | { |
2 | 2 | "name": "intercom/intercom-php", |
3 | 3 | "description": "Intercom API client built on top of Guzzle 6", |
4 | | - "keywords": ["intercom", "intercom.io", "api", "guzzle"], |
| 4 | + "keywords": [ |
| 5 | + "api", |
| 6 | + "guzzle", |
| 7 | + "intercom", |
| 8 | + "intercom.io" |
| 9 | + ], |
5 | 10 | "license": "Apache-2.0", |
6 | 11 | "authors": [ |
7 | 12 | { |
8 | 13 | "name": "Intercom Platform Team", |
9 | | - "homepage": "http://intercom.io" |
| 14 | + "homepage": "https://www.intercom.com" |
10 | 15 | } |
11 | 16 | ], |
| 17 | + "support": { |
| 18 | + "issues": "https://github.com/intercom/intercom-php/issues", |
| 19 | + "source": "https://github.com/intercom/intercom-php" |
| 20 | + }, |
12 | 21 | "autoload": { |
13 | 22 | "psr-4": { |
14 | | - "Intercom\\": ["src"] |
| 23 | + "Intercom\\": [ |
| 24 | + "src" |
| 25 | + ] |
15 | 26 | } |
16 | 27 | }, |
17 | 28 | "autoload-dev": { |
18 | 29 | "psr-4": { |
19 | | - "Intercom\\Test\\": ["test"] |
| 30 | + "Intercom\\Test\\": [ |
| 31 | + "test" |
| 32 | + ] |
20 | 33 | } |
21 | 34 | }, |
22 | 35 | "require": { |
23 | 36 | "php": ">= 7.1", |
24 | 37 | "ext-json": "*", |
25 | | - "php-http/httplug": "^1.0 || ^2.0", |
| 38 | + "php-http/client-common": "^1.9 || ^2.0", |
26 | 39 | "php-http/client-implementation": "*", |
27 | 40 | "php-http/discovery": "^1.4", |
| 41 | + "php-http/httplug": "^1.0 || ^2.0", |
28 | 42 | "php-http/message": "^1.7", |
29 | | - "psr/http-message": "^1.0", |
30 | | - "php-http/client-common": "^1.9 || ^2.0" |
| 43 | + "psr/http-message": "^1.0" |
31 | 44 | }, |
32 | 45 | "require-dev": { |
| 46 | + "php-http/guzzle6-adapter": "^1.0 || ^2.0", |
33 | 47 | "phpunit/phpunit": "^7.0", |
34 | | - "squizlabs/php_codesniffer": "^3.1", |
35 | | - "php-http/guzzle6-adapter": "^1.0 || ^2.0" |
| 48 | + "squizlabs/php_codesniffer": "^3.1" |
| 49 | + }, |
| 50 | + "config": { |
| 51 | + "sort-packages": true |
36 | 52 | } |
37 | 53 | } |
0 commit comments