forked from license-wp/license-wp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
84 lines (84 loc) · 2.88 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
{
"_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": "16b95dfb17e242378deecf2cc5d5b4c9",
"packages": [
{
"name": "erusev/parsedown",
"version": "1.5.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "0e89e3714bda18973184d30646306bb0a482bd96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/0e89e3714bda18973184d30646306bb0a482bd96",
"reference": "0e89e3714bda18973184d30646306bb0a482bd96",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"time": "2015-08-03 09:24:05"
},
{
"name": "wpupdatephp/wp-update-php",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/WPupdatePHP/wp-update-php.git",
"reference": "d13faa42781d080c1ba122419cfc8df1b9e3e804"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WPupdatePHP/wp-update-php/zipball/d13faa42781d080c1ba122419cfc8df1b9e3e804",
"reference": "d13faa42781d080c1ba122419cfc8df1b9e3e804",
"shasum": ""
},
"require-dev": {
"phpspec/phpspec": "~2.0"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"description": "Library to be bundled with WordPress plugins to enforce users to upgrade to PHP 5.4 hosting",
"time": "2015-02-13 12:00:12"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}