-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
110 lines (110 loc) · 3.96 KB
/
composer.lock
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
101
102
103
104
105
106
107
108
109
110
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4bc783949cd0c1f835de276f304e5861",
"packages": [
{
"name": "civicrm/composer-downloads-plugin",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/civicrm/composer-downloads-plugin.git",
"reference": "3aabb6d259a86158d01829fc2c62a2afb9618877"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877",
"reference": "3aabb6d259a86158d01829fc2c62a2afb9618877",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"php": ">=5.6",
"togos/gitignore": "~1.1.1"
},
"require-dev": {
"composer/composer": "~1.0 || ~2.0",
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^5.7",
"totten/process-helper": "^1.0.1"
},
"type": "composer-plugin",
"extra": {
"class": "LastCall\\DownloadsPlugin\\Plugin"
},
"autoload": {
"psr-4": {
"LastCall\\DownloadsPlugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rob Bayliss",
"email": "rob@lastcallmedia.com"
},
{
"name": "Tim Otten",
"email": "totten@civicrm.org"
}
],
"description": "Composer plugin for downloading additional files within any composer package.",
"support": {
"source": "https://github.com/civicrm/composer-downloads-plugin/tree/v3.0.1"
},
"time": "2020-11-02T05:26:23+00:00"
},
{
"name": "togos/gitignore",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/TOGoS/PHPGitIgnore.git",
"reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
"reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"require-dev": {
"togos/simpler-test": "1.1.1"
},
"type": "library",
"autoload": {
"psr-0": {
"TOGoS_GitIgnore_": "src/main/php/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
"support": {
"issues": "https://github.com/TOGoS/PHPGitIgnore/issues",
"source": "https://github.com/TOGoS/PHPGitIgnore/tree/master"
},
"time": "2019-04-19T19:16:58+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}