-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.lock
91 lines (91 loc) · 3.32 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
{
"_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": "2e56d9c113b97d04ca0f9b8fc990a479",
"packages": [
{
"name": "afragen/wp-dependency-installer",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/afragen/wp-dependency-installer.git",
"reference": "05ba1f94bf8268d1a66ebe6a3d510a78281d6d5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/afragen/wp-dependency-installer/zipball/05ba1f94bf8268d1a66ebe6a3d510a78281d6d5d",
"reference": "05ba1f94bf8268d1a66ebe6a3d510a78281d6d5d",
"shasum": ""
},
"require": {
"collizo4sky/persist-admin-notices-dismissal": "^1",
"php": ">=5.6"
},
"type": "library",
"autoload": {
"classmap": [
"wp-dependency-installer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andy Fragen",
"email": "[email protected]",
"homepage": "https://thefragens.com",
"role": "Developer"
},
{
"name": "Matt Gibbs",
"role": "Developer"
}
],
"description": "Library that helps WordPress plugin dependency management.",
"time": "2019-09-16T15:45:10+00:00"
},
{
"name": "collizo4sky/persist-admin-notices-dismissal",
"version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/collizo4sky/persist-admin-notices-dismissal.git",
"reference": "2d7d8bb3cba631ad227c92296a4b675d7cbc71d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/collizo4sky/persist-admin-notices-dismissal/zipball/2d7d8bb3cba631ad227c92296a4b675d7cbc71d7",
"reference": "2d7d8bb3cba631ad227c92296a4b675d7cbc71d7",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"persist-admin-notices-dismissal.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Collins Agbonghama",
"email": "[email protected]"
}
],
"description": "Simple library to persist dismissal of admin notices across pages in WordPress dashboard.",
"time": "2019-03-12T05:19:51+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}