{ "_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": "fcaf26c5c7d6cd3f177ec06f4ce681e6", "packages": [ { "name": "nickvergessen/phpbb-tool-trimmessage", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/nickvergessen/phpbb-tool-trimmessage.git", "reference": "2a3d8273dc1238dd06454688bcb6496f62f66c3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nickvergessen/phpbb-tool-trimmessage/zipball/2a3d8273dc1238dd06454688bcb6496f62f66c3b", "reference": "2a3d8273dc1238dd06454688bcb6496f62f66c3b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "4.1.*" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Joas Schilling", "email": "nickvergessen@gmx.de", "homepage": "https://github.com/nickvergessen", "role": "Developer" } ], "description": "This tool contains a class, that is able to trim a message from the phpbb message_parser to a maximum length without breaking the bbcodes/smilies and links.", "homepage": "https://github.com/nickvergessen/phpbb-tool-trimmessage", "time": "2014-07-06 19:42:34" } ], "packages-dev": [ { "name": "gitonomy/gitlib", "version": "v0.1.7", "source": { "type": "git", "url": "https://github.com/gitonomy/gitlib.git", "reference": "7a46107cfb8552b312101e0d5906e95d54d7ddc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/7a46107cfb8552b312101e0d5906e95d54d7ddc6", "reference": "7a46107cfb8552b312101e0d5906e95d54d7ddc6", "shasum": "" }, "require": { "symfony/process": "~2.4" }, "require-dev": { "psr/log": "~1" }, "suggest": { "psr/log": "Add some log" }, "type": "library", "autoload": { "psr-0": { "Gitonomy\\Git": [ "src/", "tests/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexandre Salomé", "email": "alexandre.salome@gmail.com", "homepage": "http://alexandre-salome.fr" }, { "name": "Julien DIDIER", "email": "genzo.wm@gmail.com", "homepage": "http://www.jdidier.net" } ], "description": "Library for accessing git", "homepage": "http://gitonomy.com", "time": "2014-07-13 19:02:31" }, { "name": "nikic/php-parser", "version": "v0.9.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb", "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.9-dev" } }, "autoload": { "psr-0": { "PHPParser": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2014-07-23 18:24:17" }, { "name": "phpbb/epv", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpbb/epv.git", "reference": "07e017ea9d92581d5b83066469eb33b4b2a8f6ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpbb/epv/zipball/07e017ea9d92581d5b83066469eb33b4b2a8f6ed", "reference": "07e017ea9d92581d5b83066469eb33b4b2a8f6ed", "shasum": "" }, "require": { "gitonomy/gitlib": "0.1.*@dev", "nikic/php-parser": "0.9.*@dev", "php": ">=5.3.3", "sensiolabs/ansi-to-html": "~1.1", "symfony/console": ">=2.3.0", "symfony/finder": ">=2.3.0", "symfony/yaml": ">=2.3.0|>=2.4.0|>=2.5.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "bin": [ "src/EPV.php" ], "type": "library", "autoload": { "psr-4": { "Phpbb\\Epv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Paul Sohier", "email": "paul@phpbb.com" } ], "description": "A extension validator for phpBB extensions. Extensions are required to pass the validator when submitted to the extension database.", "time": "2014-12-13 10:15:27" }, { "name": "sensiolabs/ansi-to-html", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/sensiolabs/ansi-to-html.git", "reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/92d2ef7ffba5418be060d8ba8adaf7223d741f93", "reference": "92d2ef7ffba5418be060d8ba8adaf7223d741f93", "shasum": "" }, "require": { "php": ">=5.3.0" }, "suggest": { "twig/twig": "Provides nice templating features" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-0": { "SensioLabs\\AnsiConverter": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A library to convert a text with ANSI codes to HTML", "time": "2014-08-01 14:02:39" }, { "name": "symfony/console", "version": "v2.6.3", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1", "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.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Console Component", "homepage": "http://symfony.com", "time": "2015-01-06 17:50:02" }, { "name": "symfony/finder", "version": "v2.6.3", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "16513333bca64186c01609961a2bb1b95b5e1355" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/16513333bca64186c01609961a2bb1b95b5e1355", "reference": "16513333bca64186c01609961a2bb1b95b5e1355", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", "time": "2015-01-03 08:01:59" }, { "name": "symfony/process", "version": "v2.6.3", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "319794f611bd8bdefbac72beb3f05e847f8ebc92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/319794f611bd8bdefbac72beb3f05e847f8ebc92", "reference": "319794f611bd8bdefbac72beb3f05e847f8ebc92", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Process\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Process Component", "homepage": "http://symfony.com", "time": "2015-01-06 22:47:52" }, { "name": "symfony/yaml", "version": "v2.6.3", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "82462a90848a52c2533aa6b598b107d68076b018" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", "reference": "82462a90848a52c2533aa6b598b107d68076b018", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Yaml\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", "time": "2015-01-03 15:33:07" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "phpbb/epv": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3.3" }, "platform-dev": [] }