This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
executable file
·65 lines (65 loc) · 2.12 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
{
"_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": "9eb610befacfb4a81f750b2a34ea6b71",
"packages": [
{
"name": "nickcernis/html-to-markdown",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nickcernis/html-to-markdown.git",
"reference": "7263d2ce65011b050fa7ecda0cbe09b23e84271d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nickcernis/html-to-markdown/zipball/7263d2ce65011b050fa7ecda0cbe09b23e84271d",
"reference": "7263d2ce65011b050fa7ecda0cbe09b23e84271d",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"php": ">=5.3.3",
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"classmap": [
"HTML_To_Markdown.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nick Cernis",
"email": "[email protected]",
"homepage": "http://modernnerd.net"
}
],
"description": "An HTML-to-markdown conversion helper for PHP",
"homepage": "https://github.com/nickcernis/html-to-markdown",
"keywords": [
"html",
"markdown"
],
"time": "2015-02-22 12:59:02"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"nickcernis/html-to-markdown": 20
},
"prefer-stable": false,
"platform": [],
"platform-dev": []
}