{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "16bb0dc37f5f9efa8c30a4538c6d3fba", "packages": [], "packages-dev": [ { "name": "andrewsville/php-token-reflection", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/Andrewsville/PHP-Token-Reflection.git", "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee", "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "TokenReflection": "./" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3" ], "authors": [ { "name": "Ondřej Nešpor", "homepage": "https://github.com/andrewsville" }, { "name": "Jaroslav Hanslík", "homepage": "https://github.com/kukulich" } ], "description": "Library emulating the PHP internal reflection using just the tokenized source code.", "homepage": "http://andrewsville.github.com/PHP-Token-Reflection/", "keywords": [ "library", "reflection", "tokenizer" ], "time": "2014-08-06 16:37:08" }, { "name": "apigen/apigen", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/apigen/ApiGen.git", "reference": "4987551632c3ad3fb7e89cf6dc3fe601e45578c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/apigen/ApiGen/zipball/4987551632c3ad3fb7e89cf6dc3fe601e45578c3", "reference": "4987551632c3ad3fb7e89cf6dc3fe601e45578c3", "shasum": "" }, "require": { "andrewsville/php-token-reflection": ">=1.3.1", "dg/texy": ">=2.1.0", "kukulich/fshl": ">=2.1.0", "nette/nette": ">=2.0.5", "php": ">=5.3.0" }, "suggest": { "ext-bz2": "*", "ext-phar": "*", "ext-zip": "*", "ext-zlib": "*" }, "bin": [ "apigen.php" ], "type": "library", "extra": { "branch-alias": { "dev-develop": "3.0.0-dev" } }, "autoload": { "psr-0": { "ApiGen": "./" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Ondřej Nešpor", "homepage": "https://github.com/andrewsville" }, { "name": "Jaroslav Hanslík", "homepage": "https://github.com/kukulich" } ], "description": "API documentation generator for PHP 5.3+", "homepage": "http://apigen.org/", "keywords": [ "api", "docblock", "documentation", "generator", "phpDocumentor", "phpdoc" ], "time": "2012-09-29 17:34:02" }, { "name": "dg/texy", "version": "v2.6", "source": { "type": "git", "url": "https://github.com/dg/texy.git", "reference": "8213d3646c3ab1a3eca52413a5be26acb29826fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dg/texy/zipball/8213d3646c3ab1a3eca52413a5be26acb29826fc", "reference": "8213d3646c3ab1a3eca52413a5be26acb29826fc", "shasum": "" }, "require": { "php": ">=5.2.0" }, "replace": { "dg/texy": "self.version" }, "require-dev": { "nette/tester": "~1.2" }, "type": "library", "autoload": { "files": [ "src/texy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" } ], "description": "Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.", "homepage": "http://texy.info", "keywords": [ "html", "markdown", "markup language", "plain text", "text", "textile", "texy", "wiki", "xhtml" ], "time": "2014-06-20 18:38:38" }, { "name": "guzzle/guzzle", "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2015-03-18 18:23:50" }, { "name": "kukulich/fshl", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/kukulich/fshl.git", "reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kukulich/fshl/zipball/974c294ade5d76c0c16b6fe3fd3a584ba999b24f", "reference": "974c294ade5d76c0c16b6fe3fd3a584ba999b24f", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "autoload": { "psr-0": { "FSHL": "./" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jaroslav Hanslík", "homepage": "https://github.com/kukulich" } ], "description": "FSHL is a free, open source, universal, fast syntax highlighter written in PHP.", "homepage": "http://fshl.kukulich.cz/", "keywords": [ "highlight", "library", "syntax" ], "time": "2012-09-08 19:00:07" }, { "name": "latte/latte", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/latte.git", "reference": "025883a04b3a5ca48995246e8d82e6ff323d941e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/latte/zipball/025883a04b3a5ca48995246e8d82e6ff323d941e", "reference": "025883a04b3a5ca48995246e8d82e6ff323d941e", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.1" }, "require-dev": { "nette/tester": "~1.3" }, "suggest": { "ext-fileinfo": "to use filter |datastream", "ext-mbstring": "to use filters like lower, upper, capitalize, ..." }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Latte: the amazing template engine for PHP", "homepage": "http://latte.nette.org", "keywords": [ "templating", "twig" ], "time": "2015-07-03 13:37:59" }, { "name": "nette/application", "version": "v2.3.4", "source": { "type": "git", "url": "https://github.com/nette/application.git", "reference": "785801e441ef83fa4d75cc47c292afedee9b3e4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/application/zipball/785801e441ef83fa4d75cc47c292afedee9b3e4e", "reference": "785801e441ef83fa4d75cc47c292afedee9b3e4e", "shasum": "" }, "require": { "nette/component-model": "~2.2", "nette/http": "~2.2", "nette/reflection": "~2.2", "nette/security": "~2.2", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "latte/latte": "~2.3.0", "nette/di": "~2.3", "nette/forms": "~2.2", "nette/robot-loader": "~2.2", "nette/tester": "~1.3" }, "suggest": { "latte/latte": "Allows using Latte in templates", "nette/forms": "Allows to use Nette\\Application\\UI\\Form" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Application MVC Component", "homepage": "http://nette.org", "time": "2015-07-01 15:54:47" }, { "name": "nette/bootstrap", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/bootstrap.git", "reference": "8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/bootstrap/zipball/8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e", "reference": "8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e", "shasum": "" }, "require": { "nette/di": "~2.3", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "latte/latte": "~2.2", "nette/application": "~2.3", "nette/caching": "~2.3", "nette/database": "~2.3", "nette/forms": "~2.3", "nette/http": "~2.3", "nette/mail": "~2.3", "nette/robot-loader": "~2.2", "nette/safe-stream": "~2.2", "nette/security": "~2.3", "nette/tester": "~1.3", "tracy/tracy": "~2.3" }, "suggest": { "nette/robot-loader": "to use Configurator::createRobotLoader()", "tracy/tracy": "to use Configurator::enableDebugger()" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Bootstrap", "homepage": "http://nette.org", "time": "2015-07-11 21:07:11" }, { "name": "nette/caching", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/caching.git", "reference": "d4be13806d70c02d53b72cc63e93de6cf813f50f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/caching/zipball/d4be13806d70c02d53b72cc63e93de6cf813f50f", "reference": "d4be13806d70c02d53b72cc63e93de6cf813f50f", "shasum": "" }, "require": { "nette/finder": "~2.2", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "latte/latte": "~2.3.0", "nette/di": "~2.3", "nette/tester": "~1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Caching Component", "homepage": "http://nette.org", "time": "2015-07-11 21:09:42" }, { "name": "nette/component-model", "version": "v2.2.3", "source": { "type": "git", "url": "https://github.com/nette/component-model.git", "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/component-model/zipball/fe13e630a307ef4585b3573eae0a161dc1c3d428", "reference": "fe13e630a307ef4585b3573eae0a161dc1c3d428", "shasum": "" }, "require": { "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Component Model", "homepage": "http://nette.org", "time": "2015-07-11 21:11:20" }, { "name": "nette/database", "version": "v2.3.4", "source": { "type": "git", "url": "https://github.com/nette/database.git", "reference": "e5163fa150071af0f55518c414e177bc2b4be09d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/database/zipball/e5163fa150071af0f55518c414e177bc2b4be09d", "reference": "e5163fa150071af0f55518c414e177bc2b4be09d", "shasum": "" }, "require": { "ext-pdo": "*", "nette/caching": "~2.2", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "mockery/mockery": "~0.9.1", "nette/di": "~2.3", "nette/tester": "~1.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Database Component", "homepage": "http://nette.org", "time": "2015-07-20 01:20:17" }, { "name": "nette/deprecated", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/deprecated.git", "reference": "169acddcc088bf74eb5b3c14d17f19b26d486b52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/deprecated/zipball/169acddcc088bf74eb5b3c14d17f19b26d486b52", "reference": "169acddcc088bf74eb5b3c14d17f19b26d486b52", "shasum": "" }, "require-dev": { "latte/latte": "~2.2", "nette/application": "~2.2", "nette/bootstrap": "~2.2, >=2.2.1", "nette/caching": "~2.2", "nette/forms": "~2.2", "nette/mail": "~2.2", "nette/robot-loader": "~2.2", "nette/safe-stream": "~2.2", "nette/tester": "~1.1", "nette/utils": "~2.2", "tracy/tracy": "~2.2" }, "type": "library", "autoload": { "classmap": [ "src/" ], "files": [ "src/loader.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "APIs and features removed from Nette Framework", "homepage": "http://nette.org", "time": "2015-07-11 20:57:29" }, { "name": "nette/di", "version": "v2.3.5", "source": { "type": "git", "url": "https://github.com/nette/di.git", "reference": "c3e726f8bef49033ba78efe19e999e5fac63f433" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/di/zipball/c3e726f8bef49033ba78efe19e999e5fac63f433", "reference": "c3e726f8bef49033ba78efe19e999e5fac63f433", "shasum": "" }, "require": { "nette/neon": "~2.3", "nette/php-generator": "~2.3", "nette/utils": "~2.3", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Dependency Injection Component", "homepage": "http://nette.org", "time": "2015-07-13 22:28:49" }, { "name": "nette/finder", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/finder.git", "reference": "38f803a03f4cddf352e28af70294c71f7026e516" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/finder/zipball/38f803a03f4cddf352e28af70294c71f7026e516", "reference": "38f803a03f4cddf352e28af70294c71f7026e516", "shasum": "" }, "require": { "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Finder: Files Searching", "homepage": "http://nette.org", "time": "2015-07-11 21:13:50" }, { "name": "nette/forms", "version": "v2.3.4", "source": { "type": "git", "url": "https://github.com/nette/forms.git", "reference": "e4e3777c7a783f1877eda4a07ff2f128bdd05bf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/forms/zipball/e4e3777c7a783f1877eda4a07ff2f128bdd05bf9", "reference": "e4e3777c7a783f1877eda4a07ff2f128bdd05bf9", "shasum": "" }, "require": { "nette/component-model": "~2.2", "nette/http": "~2.2", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "latte/latte": "~2.3.2", "nette/di": "~2.3", "nette/tester": "~1.3", "tracy/tracy": "~2.2" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Forms: greatly facilitates web forms", "homepage": "http://nette.org", "time": "2015-07-20 01:25:35" }, { "name": "nette/http", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/http.git", "reference": "ff2e4608391bca2444df9af6eaf8666ac853eb02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/http/zipball/ff2e4608391bca2444df9af6eaf8666ac853eb02", "reference": "ff2e4608391bca2444df9af6eaf8666ac853eb02", "shasum": "" }, "require": { "nette/utils": "~2.2, >=2.2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/di": "~2.3", "nette/tester": "~1.4" }, "suggest": { "ext-fileinfo": "to detect type of uploaded files" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette HTTP Component", "homepage": "http://nette.org", "time": "2015-07-19 16:17:50" }, { "name": "nette/mail", "version": "v2.3.2", "source": { "type": "git", "url": "https://github.com/nette/mail.git", "reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/mail/zipball/2c6c64787edf8131ec5e1b514ecc4a80a6477f80", "reference": "2c6c64787edf8131ec5e1b514ecc4a80a6477f80", "shasum": "" }, "require": { "ext-iconv": "*", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/di": "~2.3", "nette/tester": "~1.3" }, "suggest": { "ext-fileinfo": "to detect type of attached files" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Mail: Sending E-mails", "homepage": "http://nette.org", "time": "2015-07-03 13:31:38" }, { "name": "nette/neon", "version": "v2.3.2", "source": { "type": "git", "url": "https://github.com/nette/neon.git", "reference": "48b25e0962d70e9125797e67a144f3e057243d9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/neon/zipball/48b25e0962d70e9125797e67a144f3e057243d9d", "reference": "48b25e0962d70e9125797e67a144f3e057243d9d", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=5.3.1" }, "require-dev": { "nette/tester": "~1.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette NEON: parser & generator for Nette Object Notation", "homepage": "http://ne-on.org", "time": "2015-07-13 22:29:08" }, { "name": "nette/nette", "version": "v2.3.4", "source": { "type": "git", "url": "https://github.com/nette/nette.git", "reference": "7748ab2d7b1a6cd3dda10538758e981c71e5b72d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/nette/zipball/7748ab2d7b1a6cd3dda10538758e981c71e5b72d", "reference": "7748ab2d7b1a6cd3dda10538758e981c71e5b72d", "shasum": "" }, "require": { "latte/latte": "2.3.3", "nette/application": "2.3.4", "nette/bootstrap": "2.3.3", "nette/caching": "2.3.3", "nette/component-model": "2.2.3", "nette/database": "2.3.4", "nette/deprecated": "2.3.1", "nette/di": "2.3.5", "nette/finder": "2.3.1", "nette/forms": "2.3.4", "nette/http": "2.3.3", "nette/mail": "2.3.2", "nette/neon": "2.3.2", "nette/php-generator": "2.3.1", "nette/reflection": "2.3.1", "nette/robot-loader": "2.3.1", "nette/safe-stream": "2.3.1", "nette/security": "2.3.1", "nette/tokenizer": "2.2.1", "nette/utils": "2.3.3", "tracy/tracy": "2.3.3" }, "type": "library", "autoload": { "classmap": [ "Nette/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Framework - innovative framework for fast and easy development of secured web applications in PHP. Write less, have cleaner code and your work will bring you joy.", "homepage": "http://nette.org", "keywords": [ "Forms", "database", "debugging", "framework", "mailing", "mvc", "templating" ], "time": "2015-07-20 01:58:21" }, { "name": "nette/php-generator", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/php-generator.git", "reference": "c47ad59b972e8a5f4bb00299951bd8053a8fc074" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/php-generator/zipball/c47ad59b972e8a5f4bb00299951bd8053a8fc074", "reference": "c47ad59b972e8a5f4bb00299951bd8053a8fc074", "shasum": "" }, "require": { "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette PHP Generator", "homepage": "http://nette.org", "time": "2015-07-11 21:19:33" }, { "name": "nette/reflection", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/reflection.git", "reference": "9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/reflection/zipball/9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6", "reference": "9c2ed2a29f1f58125a0f19ffc987812d6b17d3e6", "shasum": "" }, "require": { "ext-tokenizer": "*", "nette/caching": "~2.2", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/di": "~2.3", "nette/tester": "~1.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette PHP Reflection Component", "homepage": "http://nette.org", "time": "2015-07-11 21:34:53" }, { "name": "nette/robot-loader", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/robot-loader.git", "reference": "69331d359bbc9e5f911c12b82187cac914d983fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/robot-loader/zipball/69331d359bbc9e5f911c12b82187cac914d983fb", "reference": "69331d359bbc9e5f911c12b82187cac914d983fb", "shasum": "" }, "require": { "nette/caching": "~2.2", "nette/finder": "~2.3", "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette RobotLoader: comfortable autoloading", "homepage": "http://nette.org", "time": "2015-07-11 21:20:57" }, { "name": "nette/safe-stream", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/safe-stream.git", "reference": "bf30db367b51a0932c44dcb9a378927644d48b2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/safe-stream/zipball/bf30db367b51a0932c44dcb9a378927644d48b2e", "reference": "bf30db367b51a0932c44dcb9a378927644d48b2e", "shasum": "" }, "require": { "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "files": [ "src/loader.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette SafeStream: Atomic Operations", "homepage": "http://nette.org", "time": "2015-07-11 20:59:15" }, { "name": "nette/security", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/nette/security.git", "reference": "744264a42b506d63009d7e3853ed72b04c99e964" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/security/zipball/744264a42b506d63009d7e3853ed72b04c99e964", "reference": "744264a42b506d63009d7e3853ed72b04c99e964", "shasum": "" }, "require": { "nette/utils": "~2.2", "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/di": "~2.3", "nette/http": "~2.3", "nette/tester": "~1.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Security: Access Control Component", "homepage": "http://nette.org", "time": "2015-07-11 21:22:53" }, { "name": "nette/tokenizer", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/nette/tokenizer.git", "reference": "cbb4920d166af495f83eb213f16512a421d44f63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/tokenizer/zipball/cbb4920d166af495f83eb213f16512a421d44f63", "reference": "cbb4920d166af495f83eb213f16512a421d44f63", "shasum": "" }, "require": { "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Tokenizer", "homepage": "http://nette.org", "time": "2015-07-11 21:24:02" }, { "name": "nette/utils", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/utils.git", "reference": "ff80fce39fdc381e7e0db6cc5ffc82162e59f6bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/utils/zipball/ff80fce39fdc381e7e0db6cc5ffc82162e59f6bb", "reference": "ff80fce39fdc381e7e0db6cc5ffc82162e59f6bb", "shasum": "" }, "require": { "php": ">=5.3.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { "nette/tester": "~1.0" }, "suggest": { "ext-gd": "to use Image", "ext-iconv": "to use Strings::webalize() and toAscii()", "ext-intl": "for script transliteration in Strings::webalize() and toAscii()", "ext-mbstring": "to use Strings::lower() etc..." }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Nette Utility Classes", "homepage": "http://nette.org", "time": "2015-07-13 22:30:00" }, { "name": "phing/phing", "version": "2.4.14", "source": { "type": "git", "url": "https://github.com/phingofficial/phing.git", "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phingofficial/phing/zipball/41075d93ca254f1c90c79ec7ce81be2b2629e138", "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138", "shasum": "" }, "require": { "php": ">=5.2.0" }, "bin": [ "bin/phing" ], "type": "library", "autoload": { "classmap": [ "classes/phing/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "classes" ], "license": [ "LGPL3" ], "authors": [ { "name": "Michiel Rook", "email": "mrook@php.net", "role": "Lead" }, { "name": "Phing Community", "homepage": "http://www.phing.info/trac/wiki/Development/Contributors" } ], "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", "homepage": "http://www.phing.info/", "keywords": [ "build", "task", "tool" ], "time": "2012-11-29 21:23:47" }, { "name": "phpunit/dbunit", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/dbunit.git", "reference": "9d8a28bdb41fbd3c0dc16fa32fc00862d06abace" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9d8a28bdb41fbd3c0dc16fa32fc00862d06abace", "reference": "9d8a28bdb41fbd3c0dc16fa32fc00862d06abace", "shasum": "" }, "require": { "ext-pdo": "*", "ext-simplexml": "*", "php": ">=5.3.3", "phpunit/phpunit": ">=3.7.0@stable", "symfony/yaml": ">=2.1.0" }, "bin": [ "composer/bin/dbunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "", "../../symfony/yaml/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.", "homepage": "https://github.com/sebastianbergmann/dbunit/", "keywords": [ "database", "testing", "xunit" ], "time": "2013-11-04 08:33:33" }, { "name": "phpunit/php-code-coverage", "version": "1.2.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": ">=1.3.0@stable", "phpunit/php-text-template": ">=1.2.0@stable", "phpunit/php-token-stream": ">=1.1.3,<1.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*@dev" }, "suggest": { "ext-dom": "*", "ext-xdebug": ">=2.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2014-09-02 10:13:14" }, { "name": "phpunit/php-file-iterator", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2015-06-21 13:08:43" }, { "name": "phpunit/php-invoker", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", "reference": "8696484458cb43eed025ab46260846de5b74655c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/8696484458cb43eed025ab46260846de5b74655c", "reference": "8696484458cb43eed025ab46260846de5b74655c", "shasum": "" }, "require": { "ext-pcntl": "*", "php": ">=5.2.7", "phpunit/php-timer": ">=1.0.4,<1.1.0" }, "type": "library", "autoload": { "classmap": [ "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for invoking callables with a timeout.", "homepage": "https://github.com/sebastianbergmann/php-invoker/", "keywords": [ "process" ], "time": "2013-07-16 05:20:21" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21 13:50:34" }, { "name": "phpunit/php-timer", "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2015-06-21 08:01:12" }, { "name": "phpunit/php-token-stream", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "classmap": [ "PHP/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "time": "2014-03-03 05:10:30" }, { "name": "phpunit/phpunit", "version": "3.7.28", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", "shasum": "" }, "require": { "ext-dom": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", "phpunit/php-code-coverage": "~1.2.1", "phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-text-template": ">=1.1.1", "phpunit/php-timer": ">=1.0.4", "phpunit/phpunit-mock-objects": "~1.2.0", "symfony/yaml": "~2.0" }, "require-dev": { "pear-pear/pear": "1.9.4" }, "suggest": { "ext-json": "*", "ext-simplexml": "*", "ext-tokenizer": "*", "phpunit/php-invoker": ">=1.1.0,<1.2.0" }, "bin": [ "composer/bin/phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.7.x-dev" } }, "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "", "../../symfony/yaml/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "http://www.phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2013-10-17 07:27:40" }, { "name": "phpunit/phpunit-mock-objects", "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-text-template": ">=1.1.1@stable" }, "suggest": { "ext-soap": "*" }, "type": "library", "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "time": "2013-01-13 10:24:48" }, { "name": "phpunit/phpunit-selenium", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/giorgiosironi/phpunit-selenium.git", "reference": "c84dd7ca214563868ce216123b7ae9c792beb262" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262", "reference": "c84dd7ca214563868ce216123b7ae9c792beb262", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "php": ">=5.3.3", "phpunit/phpunit": "~3.7|~4.0", "sebastian/comparator": "~1.0" }, "type": "library", "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" }, { "name": "Giorgio Sironi", "email": "info@giorgiosironi.com", "role": "developer" } ], "description": "Selenium Server integration for PHPUnit", "homepage": "http://www.phpunit.de/", "keywords": [ "selenium", "testing", "xunit" ], "time": "2014-11-02 09:23:27" }, { "name": "phpunit/phpunit-story", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/phpunit/phpunit-story.git", "reference": "b8579ada6ede4fd2f4b49e8549a8a176606cae68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpunit/phpunit-story/zipball/b8579ada6ede4fd2f4b49e8549a8a176606cae68", "reference": "b8579ada6ede4fd2f4b49e8549a8a176606cae68", "shasum": "" }, "require": { "ext-spl": "*", "php": ">=5.2.7", "phpunit/phpunit": ">=3.6.0RC1@stable" }, "type": "library", "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Story extension for PHPUnit to facilitate Behaviour-Driven Development.", "homepage": "http://www.phpunit.de/", "keywords": [ "BDD", "TDD", "xunit" ], "time": "2013-04-02 16:07:28" }, { "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": "satooshi/php-coveralls", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/satooshi/php-coveralls.git", "reference": "2fbf803803d179ab1082807308a67bbd5a760c70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/2fbf803803d179ab1082807308a67bbd5a760c70", "reference": "2fbf803803d179ab1082807308a67bbd5a760c70", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzle/guzzle": ">=2.7", "php": ">=5.3", "psr/log": "1.0.0", "symfony/config": ">=2.0", "symfony/console": ">=2.0", "symfony/stopwatch": ">=2.2", "symfony/yaml": ">=2.0" }, "require-dev": { "apigen/apigen": "2.8.*@stable", "pdepend/pdepend": "dev-master as 2.0.0", "phpmd/phpmd": "dev-master", "phpunit/php-invoker": ">=1.1.0,<1.2.0", "phpunit/phpunit": "3.7.*@stable", "sebastian/finder-facade": "dev-master", "sebastian/phpcpd": "1.4.*@stable", "squizlabs/php_codesniffer": "1.4.*@stable", "theseer/fdomdocument": "dev-master" }, "suggest": { "symfony/http-kernel": "Allows Symfony integration" }, "bin": [ "composer/bin/coveralls" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.7-dev" } }, "autoload": { "psr-0": { "Satooshi\\Component": "src/", "Satooshi\\Bundle": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kitamura Satoshi", "email": "with.no.parachute@gmail.com", "homepage": "https://www.facebook.com/satooshi.jp" } ], "description": "PHP client library for Coveralls API", "homepage": "https://github.com/satooshi/php-coveralls", "keywords": [ "ci", "coverage", "github", "test" ], "time": "2014-11-11 15:35:34" }, { "name": "sebastian/comparator", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", "sebastian/exporter": "~1.2" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "http://www.github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2015-07-26 15:48:44" }, { "name": "sebastian/diff", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "http://www.github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2015-02-22 15:13:53" }, { "name": "sebastian/exporter", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "7ae5513327cb536431847bcc0c10edba2701064e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", "reference": "7ae5513327cb536431847bcc0c10edba2701064e", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/recursion-context": "~1.0" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2015-06-21 07:55:53" }, { "name": "sebastian/recursion-context", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2015-06-21 08:04:50" }, { "name": "symfony/config", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9", "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/filesystem": "~2.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" } }, "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 Config Component", "homepage": "https://symfony.com", "time": "2015-07-09 16:07:40" }, { "name": "symfony/console", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e", "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1", "symfony/phpunit-bridge": "~2.7", "symfony/process": "~2.1" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" } }, "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 Console Component", "homepage": "https://symfony.com", "time": "2015-07-28 15:18:12" }, { "name": "symfony/event-dispatcher", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3", "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.6", "symfony/expression-language": "~2.6", "symfony/phpunit-bridge": "~2.7", "symfony/stopwatch": "~2.3" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" } }, "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 EventDispatcher Component", "homepage": "https://symfony.com", "time": "2015-06-18 19:21:56" }, { "name": "symfony/filesystem", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8", "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" } }, "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 Filesystem Component", "homepage": "https://symfony.com", "time": "2015-07-09 16:07:40" }, { "name": "symfony/stopwatch", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/Stopwatch.git", "reference": "b07a866719bbac5294c67773340f97b871733310" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b07a866719bbac5294c67773340f97b871733310", "reference": "b07a866719bbac5294c67773340f97b871733310", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" } }, "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 Stopwatch Component", "homepage": "https://symfony.com", "time": "2015-07-01 18:23:16" }, { "name": "symfony/yaml", "version": "v2.7.3", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "71340e996171474a53f3d29111d046be4ad8a0ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff", "reference": "71340e996171474a53f3d29111d046be4ad8a0ff", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" } }, "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": "2015-07-28 14:07:07" }, { "name": "tracy/tracy", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/nette/tracy.git", "reference": "17d15b8dc83cab3bc5022a45d32c681a76cc19e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/tracy/zipball/17d15b8dc83cab3bc5022a45d32c681a76cc19e1", "reference": "17d15b8dc83cab3bc5022a45d32c681a76cc19e1", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "nette/di": "~2.3", "nette/tester": "~1.3" }, "type": "library", "autoload": { "classmap": [ "src" ], "files": [ "src/shortcuts.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0", "GPL-3.0" ], "authors": [ { "name": "David Grudl", "homepage": "http://davidgrudl.com" }, { "name": "Nette Community", "homepage": "http://nette.org/contributors" } ], "description": "Tracy: useful PHP debugger", "homepage": "http://tracy.nette.org", "keywords": [ "debug", "debugger", "nette" ], "time": "2015-07-03 12:52:35" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "satooshi/php-coveralls": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3.3", "ext-ctype": "*", "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-spl": "*" }, "platform-dev": { "ext-xdebug": "*" } }