installed.json 2.2 KB
{
    "packages": [
        {
            "name": "sunra/php-simple-html-dom-parser",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.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"
            },
            "time": "2013-05-04T14:32:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../sunra/php-simple-html-dom-parser"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "sunra/php-simple-html-dom-parser"
    ]
}