{ "_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" ], "hash": "16bb0dc37f5f9efa8c30a4538c6d3fba", "packages": [ ], "packages-dev": [ { "name": "andrewsville/php-token-reflection", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/Andrewsville/PHP-Token-Reflection.git", "reference": "3e3a36de17f32889fd2d4b8108af16d3033ce9bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/3e3a36de17f32889fd2d4b8108af16d3033ce9bf", "reference": "3e3a36de17f32889fd2d4b8108af16d3033ce9bf", "shasum": "" }, "require": { "php": ">=5.3" }, "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": "2012-08-25 21:26:44" }, { "name": "apigen/apigen", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/apigen/apigen", "reference": "2.8.0" }, "dist": { "type": "zip", "url": "https://github.com/apigen/apigen/zipball/2.8.0", "reference": "2.8.0", "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 10:34:02" }, { "name": "dg/texy", "version": "v2.3", "source": { "type": "git", "url": "https://github.com/dg/texy.git", "reference": "11c34e6df7846ff1e02e6ef7c0ef4a1e3af40847" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dg/texy/zipball/11c34e6df7846ff1e02e6ef7c0ef4a1e3af40847", "reference": "11c34e6df7846ff1e02e6ef7c0ef4a1e3af40847", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "nette/tester": "0.9.*" }, "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": "2013-07-19 22:05:37" }, { "name": "guzzle/guzzle", "version": "v3.7.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "b170b028c6bb5799640e46c8803015b0f9a45ed9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b170b028c6bb5799640e46c8803015b0f9a45ed9", "reference": "b170b028c6bb5799640e46c8803015b0f9a45ed9", "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": "*", "monolog/monolog": "1.*", "phpunit/phpunit": "3.7.*", "psr/log": "1.0.*", "symfony/class-loader": "*", "zendframework/zend-cache": "2.0.*", "zendframework/zend-log": "2.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.7-dev" } }, "autoload": { "psr-0": { "Guzzle\\Tests": "tests/", "Guzzle": "src/" } }, "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": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2013-10-02 20:47:00" }, { "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": "nette/nette", "version": "v2.0.13", "source": { "type": "git", "url": "https://github.com/nette/nette.git", "reference": "695f643c26c2326f08424fee138515fa286a0e07" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nette/nette/zipball/695f643c26c2326f08424fee138515fa286a0e07", "reference": "695f643c26c2326f08424fee138515fa286a0e07", "shasum": "" }, "require": { "ext-iconv": "*", "ext-tokenizer": "*", "php": ">=5.3.0" }, "require-dev": { "nette/tester": "0.9.*" }, "suggest": { "ext-fileinfo": "*", "ext-gd": "*", "ext-mbstring": "*", "ext-memcache": "*", "ext-pdo": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "files": [ "Nette/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 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", "dbal", "debugging", "framework", "images", "latte", "mailing", "micro", "mvc", "neon", "templating" ], "time": "2013-11-05 18:47:49" }, { "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" }, { "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.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/466e7cd2554b4e264c9e3f31216d25ac0e5f3d94", "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": ">=1.3.0@stable", "phpunit/php-text-template": ">=1.1.1@stable", "phpunit/php-token-stream": ">=1.1.3@stable" }, "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": "2013-09-10 08:14:32" }, { "name": "phpunit/php-file-iterator", "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "File/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "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": "2013-10-10 15:34:57" }, { "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.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23", "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "Text/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2012-10-31 18:15:28" }, { "name": "phpunit/php-timer", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "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 timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2013-08-02 07:42:54" }, { "name": "phpunit/php-token-stream", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e", "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e", "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": "2013-09-13 04:58:23" }, { "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.3.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-selenium.git", "reference": "e89bfa1080dce9617c9b3e7760d50752974bfbd2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-selenium/zipball/e89bfa1080dce9617c9b3e7760d50752974bfbd2", "reference": "e89bfa1080dce9617c9b3e7760d50752974bfbd2", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "php": ">=5.3.3", "phpunit/phpunit": ">=3.7.0@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" }, { "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": "2013-11-22 08:54:11" }, { "name": "phpunit/phpunit-story", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-story.git", "reference": "b8579ada6ede4fd2f4b49e8549a8a176606cae68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/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": "c95c07e971e4b687718f54fc3447a260fb989e16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/c95c07e971e4b687718f54fc3447a260fb989e16", "reference": "c95c07e971e4b687718f54fc3447a260fb989e16", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzle/guzzle": ">=3.0", "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", "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", "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": "2013-07-25 11:22:39" }, { "name": "symfony/config", "version": "v2.3.7", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", "reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Config/zipball/1ced3d6c88b22df8cd1fe5209dbd6a89df362a29", "reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/filesystem": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "symfony/console", "version": "v2.3.7", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "00848d3e13cf512e77c7498c2b3b0192f61f4b18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/00848d3e13cf512e77c7498c2b3b0192f61f4b18", "reference": "00848d3e13cf512e77c7498c2b3b0192f61f4b18", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/event-dispatcher": "~2.1" }, "suggest": { "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "http://symfony.com", "time": "2013-11-13 21:27:40" }, { "name": "symfony/event-dispatcher", "version": "v2.3.7", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "2d8ece3c610726a73d0c95c885134efea182610e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/2d8ece3c610726a73d0c95c885134efea182610e", "reference": "2d8ece3c610726a73d0c95c885134efea182610e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "~2.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", "time": "2013-10-13 06:32:10" }, { "name": "symfony/filesystem", "version": "v2.3.7", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "2b8995042086c5552c94d33b5553c492e9cfc00e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2b8995042086c5552c94d33b5553c492e9cfc00e", "reference": "2b8995042086c5552c94d33b5553c492e9cfc00e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "symfony/stopwatch", "version": "v2.3.7", "target-dir": "Symfony/Component/Stopwatch", "source": { "type": "git", "url": "https://github.com/symfony/Stopwatch.git", "reference": "2d3491564a1413ea98074c557491b73ae46294ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/2d3491564a1413ea98074c557491b73ae46294ac", "reference": "2d3491564a1413ea98074c557491b73ae46294ac", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Stopwatch\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Stopwatch Component", "homepage": "http://symfony.com", "time": "2013-10-17 11:48:01" }, { "name": "symfony/yaml", "version": "v2.3.7", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "c1bda5b459d792cb253de12c65beba3040163b2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/c1bda5b459d792cb253de12c65beba3040163b2b", "reference": "c1bda5b459d792cb253de12c65beba3040163b2b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Yaml\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", "time": "2013-10-17 11:48:01" } ], "aliases": [ ], "minimum-stability": "stable", "stability-flags": { "satooshi/php-coveralls": 20 }, "platform": { "php": ">=5.3.3", "ext-ctype": "*", "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-spl": "*" }, "platform-dev": { "ext-xdebug": "*" } }