[
    {
        "name": "ee01/php-html-parser",
        "version": "2.0.2.1",
        "version_normalized": "2.0.2.1",
        "source": {
            "type": "git",
            "url": "https://github.com/ee01/php-html-parser.git",
            "reference": "ec901e598e276f5836278b54d3d954e6e9f479f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ee01/php-html-parser/zipball/ec901e598e276f5836278b54d3d954e6e9f479f5",
            "reference": "ec901e598e276f5836278b54d3d954e6e9f479f5",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "paquettg/string-encode": "~1.0.0",
            "php": ">=7.1"
        },
        "require-dev": {
            "mockery/mockery": "^1.2",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^7.5.1"
        },
        "time": "2019-03-26T16:34:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPHtmlParser": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Esone Qiu",
                "email": "01@eexx.me",
                "homepage": "http://it.eexx.me"
            }
        ],
        "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
        "homepage": "https://github.com/ee01/php-html-parser",
        "keywords": [
            "dom",
            "html",
            "parser"
        ]
    },
    {
        "name": "paquettg/string-encode",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paquettg/string-encoder.git",
            "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
            "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.5.1"
        },
        "time": "2018-12-21T02:25:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "stringEncode": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gilles Paquette",
                "email": "paquettg@gmail.com",
                "homepage": "http://gillespaquette.ca"
            }
        ],
        "description": "Facilitating the process of altering string encoding in PHP.",
        "homepage": "https://github.com/paquettg/string-encoder",
        "keywords": [
            "charset",
            "encoding",
            "string"
        ]
    }
]
