|
1 | 1 | { |
2 | | - "name": "m4tthumphrey/php-gitlab-api", |
3 | | - "type": "library", |
4 | | - "description": "GitLab API client", |
5 | | - "homepage": "https://github.com/m4tthumphrey/php-gitlab-api", |
6 | | - "keywords": ["gitlab", "api"], |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Matt Humphrey", |
11 | | - "homepage": "http://m4tt.io" |
12 | | - }, |
13 | | - { |
14 | | - "name": "KnpLabs Team", |
15 | | - "homepage": "http://knplabs.com" |
16 | | - }, |
17 | | - { |
18 | | - "name": "Thibault Duplessis", |
19 | | - |
20 | | - "homepage": "http://ornicar.github.com" |
21 | | - } |
22 | | - ], |
23 | | - "require": { |
24 | | - "php": "^5.6 || ^7.0", |
25 | | - "ext-xml": "*", |
26 | | - "php-http/client-common": "^1.6 || ^2.0", |
27 | | - "php-http/client-implementation": "^1.0", |
28 | | - "php-http/discovery": "^1.2", |
29 | | - "php-http/httplug": "^1.1 || ^2.0", |
30 | | - "php-http/multipart-stream-builder": "^1.0", |
31 | | - "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0" |
32 | | - }, |
33 | | - "require-dev": { |
34 | | - "guzzlehttp/psr7": "^1.2", |
35 | | - "php-http/guzzle6-adapter": "^1.0 || ^2.0", |
36 | | - "php-http/mock-client": "^1.2", |
37 | | - "phpunit/phpunit": "^5.7.27 || ^7.5.15" |
38 | | - }, |
39 | | - "autoload": { |
40 | | - "psr-4": { "Gitlab\\": "lib/Gitlab/" } |
41 | | - }, |
42 | | - "autoload-dev": { |
43 | | - "psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" } |
44 | | - }, |
45 | | - "extra": { |
46 | | - "branch-alias": { |
47 | | - "dev-master": "9.17-dev" |
48 | | - } |
49 | | - } |
| 2 | + "name": "m4tthumphrey/php-gitlab-api", |
| 3 | + "type": "library", |
| 4 | + "description": "GitLab API client", |
| 5 | + "homepage": "https://github.com/m4tthumphrey/php-gitlab-api", |
| 6 | + "keywords": ["gitlab", "api"], |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Matt Humphrey", |
| 11 | + "homepage": "http://m4tt.io" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "KnpLabs Team", |
| 15 | + "homepage": "http://knplabs.com" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "Thibault Duplessis", |
| 19 | + |
| 20 | + "homepage": "http://ornicar.github.com" |
| 21 | + } |
| 22 | + ], |
| 23 | + "require": { |
| 24 | + "php": "^7.1", |
| 25 | + "ext-xml": "*", |
| 26 | + "php-http/client-common": "^2.2", |
| 27 | + "php-http/cache-plugin": "^1.7", |
| 28 | + "php-http/discovery": "^1.9", |
| 29 | + "php-http/httplug": "^2.1", |
| 30 | + "php-http/multipart-stream-builder": "^1.1", |
| 31 | + "psr/cache": "^1.0", |
| 32 | + "psr/http-client-implementation": "^1.0", |
| 33 | + "psr/http-factory-implementation": "^1.0", |
| 34 | + "psr/http-message": "^1.0", |
| 35 | + "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0" |
| 36 | + }, |
| 37 | + "require-dev": { |
| 38 | + "guzzlehttp/psr7": "^1.5.2", |
| 39 | + "php-http/guzzle6-adapter": "^2.0.1", |
| 40 | + "http-interop/http-factory-guzzle": "^1.0", |
| 41 | + "phpstan/phpstan": "^0.12.32", |
| 42 | + "phpstan/extension-installer": "^1.0.4", |
| 43 | + "phpstan/phpstan-deprecation-rules": "^0.12.4", |
| 44 | + "phpunit/phpunit": "^7.5.15" |
| 45 | + }, |
| 46 | + "autoload": { |
| 47 | + "psr-4": { "Gitlab\\": "lib/Gitlab/" } |
| 48 | + }, |
| 49 | + "autoload-dev": { |
| 50 | + "psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" } |
| 51 | + }, |
| 52 | + "extra": { |
| 53 | + "branch-alias": { |
| 54 | + "dev-master": "10.0-dev" |
| 55 | + } |
| 56 | + } |
50 | 57 | } |
0 commit comments