aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
blob: 89e9a04b09522427239d8223ea32a279670e22cd (plain)
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
{
    "_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": "6e4d59c1ab45b11a7233ab1e77f9f0df",
    "packages": [
        {
            "name": "simplehtmldom/simplehtmldom",
            "version": "2.0-RC2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplehtmldom/simplehtmldom.git",
                "reference": "3c87726400e59d8e1bc4709cfe82353abeb0f4d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplehtmldom/simplehtmldom/zipball/3c87726400e59d8e1bc4709cfe82353abeb0f4d1",
                "reference": "3c87726400e59d8e1bc4709cfe82353abeb0f4d1",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^6 || ^7"
            },
            "suggest": {
                "ext-curl": "Needed to support cURL downloads in class HtmlWeb",
                "ext-mbstring": "Allows better decoding for multi-byte documents",
                "ext-openssl": "Allows loading HTTPS pages when using cURL"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ],
                "exclude-from-classmap": [
                    "/example/",
                    "/manual/",
                    "/testcase/",
                    "/tests/",
                    "simple_html_dom.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "S.C. Chen",
                    "role": "Developer"
                },
                {
                    "name": "John Schlick",
                    "role": "Developer"
                },
                {
                    "name": "logmanoriginal",
                    "role": "Developer"
                }
            ],
            "description": "A fast, simple and reliable HTML document parser for PHP.",
            "homepage": "https://simplehtmldom.sourceforge.io/",
            "keywords": [
                "Simple",
                "dom",
                "html",
                "parser",
                "php",
                "simplehtmldom"
            ],
            "support": {
                "issues": "https://sourceforge.net/p/simplehtmldom/bugs/",
                "rss": "https://sourceforge.net/p/simplehtmldom/news/feed.rss",
                "source": "https://sourceforge.net/p/simplehtmldom/repository/",
                "wiki": "https://simplehtmldom.sourceforge.io/docs/"
            },
            "time": "2019-11-09T15:42:50+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "simplehtmldom/simplehtmldom": 5
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.0.0"
}