{ "_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": "14b68b508ad03a466a3793e722141a70", "content-hash": "9a018c5bd0dfb8cff0c7d28668a985a1", "packages": [ { "name": "lichtner/fluentpdo", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/lichtner/fluentpdo.git", "reference": "0092fc16dbef345a61ce2c448f98f75c99886b30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lichtner/fluentpdo/zipball/0092fc16dbef345a61ce2c448f98f75c99886b30", "reference": "0092fc16dbef345a61ce2c448f98f75c99886b30", "shasum": "" }, "type": "library", "autoload": { "files": [ "FluentPDO/FluentPDO.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0", "GPL-2.0+" ], "authors": [ { "name": "Marek Lichtner", "homepage": "http://licht.sk/" } ], "description": "FluentPDO is small PHP library for rapid query building. Killer feature is smart join builder which generates joins automatically.", "homepage": "http://fluentpdo.com/", "keywords": [ "database", "dbal", "pdo" ], "time": "2015-04-19 20:15:02" }, { "name": "ramsey/uuid", "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "805d8e1894c52e5b1582e75ca8803a8d85650df9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/805d8e1894c52e5b1582e75ca8803a8d85650df9", "reference": "805d8e1894c52e5b1582e75ca8803a8d85650df9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "doctrine/dbal": ">=2.3", "jakub-onderka/php-parallel-lint": "^0.9.0", "moontoast/math": "~1.1", "phpunit/phpunit": "~4.1|~5.0", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "^2.3", "symfony/console": "~2.3|~3.0" }, "suggest": { "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", "symfony/console": "Support for use of the bin/uuid command line tool." }, "bin": [ "bin/uuid" ], "type": "library", "autoload": { "psr-4": { "Rhumsaa\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Ben Ramsey", "homepage": "http://benramsey.com" } ], "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "time": "2015-12-17 16:54:24" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "lichtner/fluentpdo": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.2.4" }, "platform-dev": [] }