-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
100 lines (100 loc) · 3.29 KB
/
Copy pathcomposer.lock
File metadata and controls
100 lines (100 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "2202174d602576e715a9e1459acdcb1f",
"packages": [
{
"name": "kbsali/redmine-api",
"version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/kbsali/php-redmine-api.git",
"reference": "a8506cf3e1d2e61c131526091975765892368e73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kbsali/php-redmine-api/zipball/a8506cf3e1d2e61c131526091975765892368e73",
"reference": "a8506cf3e1d2e61c131526091975765892368e73",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Redmine": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Saliou",
"email": "kevin@saliou.name",
"homepage": "http://kevin.saliou.name"
}
],
"description": "Redmine API client",
"homepage": "https://github.com/kbsali/php-redmine-api",
"keywords": [
"api",
"redmine"
],
"time": "2014-08-30 16:32:29"
},
{
"name": "there4/fogbugz-api",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/there4/fogbugz-php-api.git",
"reference": "366e23f68d69b215c99447bdea71153c5620a1da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/there4/fogbugz-php-api/zipball/366e23f68d69b215c99447bdea71153c5620a1da",
"reference": "366e23f68d69b215c99447bdea71153c5620a1da",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"There4": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Craig Davis",
"email": "craig@there4development.com"
}
],
"description": "API interface for FogBugz",
"homepage": "https://github.com/there4/fogbugz-php-api",
"keywords": [
"fogbugz"
],
"time": "2014-09-29 14:57:25"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"platform": [],
"platform-dev": []
}