-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.lock
99 lines (99 loc) · 3.34 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
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "b5cc0f2825483b2a7d924f682c38bda4",
"content-hash": "1741aa7b3480bde664e99c2b3f8185b0",
"packages": [
{
"name": "calderawp/dismissible-notice",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/CalderaWP/dismissible_notice.git",
"reference": "26a0a00cced207464eb005d2eeb3ab93727363d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CalderaWP/dismissible_notice/zipball/26a0a00cced207464eb005d2eeb3ab93727363d3",
"reference": "26a0a00cced207464eb005d2eeb3ab93727363d3",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL v2+"
],
"authors": [
{
"name": "Josh Pollock",
"email": "[email protected]"
}
],
"description": "Creates a dismissible--via AJAX--admin nag.",
"time": "2015-08-24 20:27:16"
},
{
"name": "calderawp/magic-tags",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/CalderaWP/magic-tags.git",
"reference": "60087ab024f166b9a991ea8d76e89295e1aebf80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CalderaWP/magic-tags/zipball/60087ab024f166b9a991ea8d76e89295e1aebf80",
"reference": "60087ab024f166b9a991ea8d76e89295e1aebf80",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"calderawp\\filter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "David Cramer",
"homepage": "http://cramer.co.za",
"role": "Lead Developer"
},
{
"name": "Josh Pollock",
"email": "[email protected]",
"homepage": "http://joshpress.net",
"role": "Developer"
}
],
"description": "Magic Tag rendering system.",
"keywords": [
"magic_tags",
"wordpress"
],
"time": "2015-12-11 23:27:48"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"calderawp/magic-tags": 20,
"calderawp/dismissible-notice": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}