-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
66 lines (66 loc) · 2.22 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
{
"_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": "b20f9bf04005c886962aedffbb767ebe",
"packages": [
{
"name": "wbstack/magnustools",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/wbstack/magnustools.git",
"reference": "f657632306dfd1f03305c12bd0fbf9cdba15b954"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wbstack/magnustools/zipball/f657632306dfd1f03305c12bd0fbf9cdba15b954",
"reference": "f657632306dfd1f03305c12bd0fbf9cdba15b954",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Toolforge\\": "classes/"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Magnus Manske",
"email": "magnusmanske@gmail.com",
"homepage": "http://magnusmanske.de",
"role": "Developer"
}
],
"description": "Useful classes for Wikimedia Toolforge",
"homepage": "https://bitbucket.com/magnusmanske/magnustools",
"support": {
"source": "https://github.com/wbstack/magnustools/tree/main",
"issues": "https://github.com/wbstack/magnustools/issues"
},
"time": "2021-03-29T21:01:20+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"wbstack/magnustools": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}