{ "_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" ], "content-hash": "59c633cf175f8cb415cfb247ac5cb86f", "packages": [ { "name": "fasterimage/fasterimage", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/willwashburn/fasterimage.git", "reference": "63d93b49d21a94d118a5f77bd85d0a0d60affcc3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willwashburn/fasterimage/zipball/63d93b49d21a94d118a5f77bd85d0a0d60affcc3", "reference": "63d93b49d21a94d118a5f77bd85d0a0d60affcc3", "shasum": "" }, "require": { "php": ">=5.4.0", "willwashburn/stream": ">=1.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Washburn", "email": "will@tailwindapp.com" } ], "description": "FasterImage finds the size or type of a set of images given their uris by fetching as little as needed, in parallel. Originally ported by Tom Moor.", "homepage": "https://github.com/willwashburn/fasterimage", "keywords": [ "fast image", "faster image", "fasterimage", "fastimage", "getimagesize", "image size", "parallel" ], "time": "2016-11-04T15:05:48+00:00" }, { "name": "hassankhan/config", "version": "0.10.0", "source": { "type": "git", "url": "https://github.com/hassankhan/config.git", "reference": "06ac500348af033f1a2e44dc357ca86282626d4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a", "reference": "06ac500348af033f1a2e44dc357ca86282626d4a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.2" }, "suggest": { "symfony/yaml": "~2.5" }, "type": "library", "autoload": { "psr-4": { "Noodlehaus\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Hassan Khan", "homepage": "http://hassankhan.me/", "role": "Developer" } ], "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files", "homepage": "http://hassankhan.me/config/", "keywords": [ "config", "configuration", "ini", "json", "microphp", "unframework", "xml", "yaml", "yml" ], "time": "2016-02-11T16:21:17+00:00" }, { "name": "sunra/php-simple-html-dom-parser", "version": "v1.5.2", "source": { "type": "git", "url": "https://github.com/sunra/php-simple-html-dom-parser.git", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", "shasum": "" }, "require": { "ext-mbstring": "*", "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" }, { "name": "S.C. Chen", "homepage": "http://sourceforge.net/projects/simplehtmldom/" } ], "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" ], "time": "2016-11-22T22:57:47+00:00" }, { "name": "symfony/yaml", "version": "v3.1.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "9da375317228e54f4ea1b013b30fa47417e84943" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/9da375317228e54f4ea1b013b30fa47417e84943", "reference": "9da375317228e54f4ea1b013b30fa47417e84943", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2016-11-18T21:05:29+00:00" }, { "name": "willwashburn/stream", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/willwashburn/stream.git", "reference": "345b3062493e3899d987dbdd1fec1c13ee28c903" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/willwashburn/stream/zipball/345b3062493e3899d987dbdd1fec1c13ee28c903", "reference": "345b3062493e3899d987dbdd1fec1c13ee28c903", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "WillWashburn\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Will Washburn", "email": "will.washburn@gmail.com" } ], "description": "model a sequence of data elements made available over time ", "homepage": "https://github.com/willwashburn/stream", "keywords": [ "peek", "read", "stream", "streamable" ], "time": "2016-03-15T10:54:35+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }