{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "174fc2854c4036b97341ed2a5e74fc03", "packages": [ { "name": "paquettg/php-html-parser", "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/paquettg/php-html-parser.git", "reference": "583d83b4ed29a3db5c99060f612b0ecc3a2804fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/583d83b4ed29a3db5c99060f612b0ecc3a2804fc", "reference": "583d83b4ed29a3db5c99060f612b0ecc3a2804fc", "shasum": "" }, "require": { "paquettg/string-encode": "0.1.0", "php": ">=5.4" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "4.4.*", "satooshi/php-coveralls": "0.6.*" }, "type": "library", "autoload": { "psr-0": { "PHPHtmlParser": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gilles Paquette", "email": "paquettg@gmail.com", "homepage": "http://gillespaquette.ca" } ], "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/paquettg/php-html-parser", "keywords": [ "dom", "html", "parser" ], "time": "2014-12-09 15:03:07" }, { "name": "paquettg/string-encode", "version": "0.1.0", "source": { "type": "git", "url": "https://github.com/paquettg/string-encoder.git", "reference": "f0e6ae7e974287e28fcb6e4e70cd9231a3b62b62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/f0e6ae7e974287e28fcb6e4e70cd9231a3b62b62", "reference": "f0e6ae7e974287e28fcb6e4e70cd9231a3b62b62", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "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" ], "time": "2013-12-13 15:26:20" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }