{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "c994b2b8ddc0cceee41f2d5c294b6677", "packages": [ { "name": "nickvergessen/phpbb-tool-trimmessage", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/nickv-phpbb/phpbb-tool-trimmessage.git", "reference": "0ed883bc2d473ec2e84cabb9c9395785daeeebcf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nickv-phpbb/phpbb-tool-trimmessage/zipball/0ed883bc2d473ec2e84cabb9c9395785daeeebcf", "reference": "0ed883bc2d473ec2e84cabb9c9395785daeeebcf", "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": "2015-04-17 16:41:50" } ], "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": "75df9936ffbb8f05a1351cf622cf6f41c7d2d9f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpbb/epv/zipball/d837a835dfdfdac233854d9e50d58565542764cb", "reference": "75df9936ffbb8f05a1351cf622cf6f41c7d2d9f2", "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.4.*", "phpunit/phpunit-mock-objects": "2.3.*" }, "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": "2015-02-12 12:13:06" }, { "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.5", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "53f86497ccd01677e22435cfb7262599450a90d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/53f86497ccd01677e22435cfb7262599450a90d1", "reference": "53f86497ccd01677e22435cfb7262599450a90d1", "shasum": "" }, "require": { "php": ">=5.3.3" }, "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.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-03-13 17:37:22" }, { "name": "symfony/finder", "version": "v2.6.5", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "bebc7479c566fa4f14b9bcef9e32e719eabec74e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/bebc7479c566fa4f14b9bcef9e32e719eabec74e", "reference": "bebc7479c566fa4f14b9bcef9e32e719eabec74e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "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-03-12 10:28:44" }, { "name": "symfony/process", "version": "v2.6.5", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "4d717f34f3d1d6ab30fbe79f7132960a27f4a0dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/4d717f34f3d1d6ab30fbe79f7132960a27f4a0dc", "reference": "4d717f34f3d1d6ab30fbe79f7132960a27f4a0dc", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "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-03-12 10:28:44" }, { "name": "symfony/yaml", "version": "v2.6.5", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/0cd8e72071e46e15fc072270ae39ea1b66b10a9d", "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "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-03-12 10:28:44" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "phpbb/epv": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3.3" }, "platform-dev": [] }