|
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.3.2", |
25 | | - "ext-curl": "*", |
26 | | - "ext-xml": "*", |
27 | | - "kriswallsmith/buzz": ">=0.7" |
28 | | - }, |
29 | | - "require-dev": { |
30 | | - "phpunit/phpunit": "~4.5" |
31 | | - }, |
32 | | - "autoload": { |
33 | | - "psr-0": { "Gitlab\\": "lib/" } |
34 | | - } |
35 | | -} |
| 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-curl": "*", |
| 26 | + "ext-xml": "*", |
| 27 | + "kriswallsmith/buzz": ">=0.7" |
| 28 | + }, |
| 29 | + "require-dev": { |
| 30 | + "phpunit/phpunit": "~4.5" |
| 31 | + }, |
| 32 | + "autoload": { |
| 33 | + "psr-4": { "Gitlab\\": "lib/Gitlab/" } |
| 34 | + }, |
| 35 | + "autoload-dev": { |
| 36 | + "psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" } |
| 37 | + }, |
| 38 | + "extra": { |
| 39 | + "branch-alias": { |
| 40 | + "dev-master": "9.0.x-dev" |
| 41 | + } |
| 42 | + } |
| 43 | +} |
0 commit comments