composer.lock 2.49 KB
{
    "_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": "93c274f4eed4187c43b9bb3922987c5a",
    "packages": [],
    "packages-dev": [
        {
            "name": "sunra/php-simple-html-dom-parser",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
                "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/a0b80ace086c7e09085669205e1b3c2c9c7a453c",
                "reference": "a0b80ace086c7e09085669205e1b3c2c9c7a453c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sunra",
                    "email": "sunra@yandex.ru",
                    "homepage": "https://github.com/sunra"
                }
            ],
            "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
            "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
            "keywords": [
                "dom",
                "html",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/sunra/php-simple-html-dom-parser/issues",
                "source": "https://github.com/sunra/php-simple-html-dom-parser/tree/v1.5.0"
            },
            "time": "2013-05-04T14:32:03+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.3.0"
}