{ "_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": "910f08879af0e54cb4aaa21d1ca5eef2", "packages": [ { "name": "league/plates", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/plates/zipball/c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8", "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8", "shasum": "" }, "require-dev": { "mikey179/vfsstream": "~1.4.0", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "League\\Plates\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Reinink", "email": "jonathan@reinink.ca", "role": "Developer" } ], "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", "homepage": "http://platesphp.com", "keywords": [ "league", "package", "templates", "templating", "views" ], "time": "2014-10-21 12:06:12" }, { "name": "m6w6/merry", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/m6w6/merry.git", "reference": "079ca547531915b0ba0cb6829a89d9c7d4b93408" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/m6w6/merry/zipball/079ca547531915b0ba0cb6829a89d9c7d4b93408", "reference": "079ca547531915b0ba0cb6829a89d9c7d4b93408", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "merry\\": "lib/merry" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Michael Wallner", "email": "mike@php.net" } ], "description": "Merry container and configuration", "homepage": "http://github.com/m6w6/merry", "keywords": [ "config", "configuration", "container", "merry" ], "time": "2015-03-12 13:49:46" }, { "name": "m6w6/pharext", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/m6w6/pharext.git", "reference": "e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/m6w6/pharext/zipball/e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76", "reference": "e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76", "shasum": "" }, "bin": [ "bin/pharext", "bin/pharext.pubkey" ], "type": "project", "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "Package PHP extensions as self-installing PHARs", "keywords": [ "ext", "extension", "install", "package", "phar" ], "time": "2015-05-15 10:52:54" }, { "name": "m6w6/pharext.wiki", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/m6w6/pharext.wiki.git", "reference": "master" }, "type": "library", "time": "2015-04-30 17:39:40" }, { "name": "m6w6/pq-gateway", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/m6w6/pq-gateway.git", "reference": "3aa333045c0bb93b83e87e190b4ed49333d106f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/3aa333045c0bb93b83e87e190b4ed49333d106f0", "reference": "3aa333045c0bb93b83e87e190b4ed49333d106f0", "shasum": "" }, "suggest": { "react/promise": "1.0.*" }, "type": "library", "autoload": { "psr-0": { "pq\\Gateway": "lib", "pq\\Query": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Michael Wallner", "email": "mike@php.net" } ], "description": "Table/row gateway for ext-pq", "homepage": "http://github.com/m6w6/pq-gateway", "keywords": [ "gateway", "orm", "postgres", "postgresql", "pq" ], "time": "2015-05-08 10:10:49" }, { "name": "monolog/monolog", "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "~2.4, >2.4.8", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "phpunit/phpunit": "~4.0", "raven/raven": "~0.5", "ruflin/elastica": "0.90.*", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.13.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2015-03-09 09:58:04" }, { "name": "nikic/fast-route", "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320", "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "time": "2015-02-26 15:33:07" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Psr\\Log\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "keywords": [ "log", "psr", "psr-3" ], "time": "2012-12-21 11:40:51" }, { "name": "rdlowrey/auryn", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/rdlowrey/Auryn.git", "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/be3807b62a6991e61151b55b6974dc1289afabd5", "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Auryn\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dan Ackroyd", "email": "Danack@basereality.com", "homepage": "http://www.basereality.com", "role": "Developer" }, { "name": "Daniel Lowrey", "email": "rdlowrey@gmail.com", "role": "Creator / Main Developer" }, { "name": "Levi Morrison", "email": "levim@php.net", "homepage": "http://morrisonlevi.github.com/", "role": "Developer" } ], "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.", "homepage": "https://github.com/rdlowrey/Auryn", "keywords": [ "dependency injection", "dic", "ioc" ], "time": "2015-05-01 14:20:14" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "m6w6/pharext": 20, "rdlowrey/auryn": 20, "m6w6/pharext.wiki": 20, "m6w6/pq-gateway": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }