From 1b581f04c8a6fa4e6f4172a5f16b00d0458f75b4 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Wed, 17 Sep 2014 15:39:22 -0700 Subject: [PATCH 1/4] Adding PHPDocumentor Do not like how many dependencies it requires, but can't find a good alternative. --- .gitignore | 3 +- Gruntfile.js | 30 +- composer.json | 3 +- composer.lock | 3288 ++++++++++++++++++++--- package.json | 12 +- vendor/autoload.php | 2 +- vendor/composer/autoload_classmap.php | 665 +++++ vendor/composer/autoload_namespaces.php | 35 + vendor/composer/autoload_psr4.php | 1 + vendor/composer/autoload_real.php | 8 +- vendor/composer/installed.json | 2594 ++++++++++++++++++ 11 files changed, 6227 insertions(+), 414 deletions(-) diff --git a/.gitignore b/.gitignore index b7b97c3..502df41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ composer.phar vendor/ node_modules/ -config/config.php \ No newline at end of file +config/config.php +docs/main diff --git a/Gruntfile.js b/Gruntfile.js index a6bc334..1cb9d2b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,25 +2,49 @@ module.exports = function(grunt) { // Project configuration. grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), + + clean: ["docs/main"], + phpunit: { + classes: { dir: 'tests/' }, + options: { bin: 'vendor/bin/phpunit', colors: true, followOutput: true } + + }, + + phpdocumentor: { + + src_documentation : { + options: { + directory : 'src/,clicommands/', + target : 'docs/main' + } + } + } + }); + grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-phpunit'); + grunt.loadNpmTasks('grunt-phpdocumentor'); - // Default task(s). - grunt.registerTask('default', ['test']); - // Default task(s). grunt.registerTask('test', ['phpunit']); + grunt.registerTask('doc', ['clean', 'phpdocumentor']); + grunt.registerTask('docs', ['doc']); + + + grunt.registerTask('default', ['test']); + }; diff --git a/composer.json b/composer.json index 289d5fa..1393329 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "symfony/console": "2.5.4" }, "require-dev": { - "phpunit/phpunit": "4.2.*" + "phpunit/phpunit": "4.2.*", + "phpdocumentor/phpdocumentor": "2.*" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index d657a16..308d680 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "2981dd2a18433f31cca7a09bac34d05a", + "hash": "05993435460d282767ae050c7f914cbb", "packages": [ { "name": "bcncommerce/json-stream", @@ -304,39 +304,44 @@ ], "packages-dev": [ { - "name": "ocramius/instantiator", - "version": "1.1.3", + "name": "cilex/cilex", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/Ocramius/Instantiator.git", - "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881" + "url": "https://github.com/Cilex/Cilex.git", + "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/e24a12178906ff2e7471b8aaf3a0eb789b59f881", - "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881", + "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5", + "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5", "shasum": "" }, "require": { - "ocramius/lazy-map": "1.0.*", - "php": "~5.3" + "cilex/console-service-provider": "1.*", + "php": ">=5.3.3", + "pimple/pimple": "~1.0", + "symfony/finder": "~2.1", + "symfony/process": "~2.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", - "ext-pdo": "*", - "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "2.0.*@ALPHA" + "phpunit/phpunit": "3.7.*", + "symfony/validator": "~2.1" + }, + "suggest": { + "monolog/monolog": ">=1.0.0", + "symfony/validator": ">=1.0.0", + "symfony/yaml": ">=1.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { - "Instantiator\\": "src" + "Cilex": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -345,52 +350,50 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" } ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/Ocramius/Instantiator", + "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components", + "homepage": "http://cilex.github.com", "keywords": [ - "constructor", - "instantiate" + "cli", + "microframework" ], - "time": "2014-08-25 14:48:16" + "time": "2014-03-29 14:03:13" }, { - "name": "ocramius/lazy-map", + "name": "cilex/console-service-provider", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/Ocramius/LazyMap.git", - "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752" + "url": "https://github.com/Cilex/console-service-provider.git", + "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752", - "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752", + "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e", + "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.3", + "pimple/pimple": "1.*@dev", + "symfony/console": "~2.1" }, "require-dev": { - "athletic/athletic": "~0.1.6", - "phpmd/phpmd": "1.5.*", - "phpunit/phpunit": ">=3.7", - "satooshi/php-coveralls": "~0.6", - "squizlabs/php_codesniffer": "1.4.*" + "cilex/cilex": "1.*@dev", + "silex/silex": "1.*@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { - "LazyMap\\": "src" + "Cilex\\Provider\\Console": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -399,544 +402,546 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/", - "role": "Developer" + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" } ], - "description": "A library that provides lazy instantiation logic for a map of objects", - "homepage": "https://github.com/Ocramius/LazyMap", + "description": "Console Service Provider", "keywords": [ - "lazy", - "lazy instantiation", - "lazy loading", - "map", - "service location" + "cilex", + "console", + "pimple", + "service-provider", + "silex" ], - "time": "2013-11-09 22:30:54" + "time": "2012-12-19 10:50:58" }, { - "name": "phpunit/php-code-coverage", - "version": "2.0.11", + "name": "doctrine/annotations", + "version": "v1.2.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7" + "url": "https://github.com/doctrine/annotations.git", + "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7", - "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", + "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", "shasum": "" }, "require": { - "php": ">=5.3.3", - "phpunit/php-file-iterator": "~1.3", - "phpunit/php-text-template": "~1.2", - "phpunit/php-token-stream": "~1.3", - "sebastian/environment": "~1.0", - "sebastian/version": "~1.0" + "doctrine/lexer": "1.*", + "php": ">=5.3.2" }, "require-dev": { - "ext-xdebug": ">=2.1.4", - "phpunit/phpunit": "~4.1" - }, - "suggest": { - "ext-dom": "*", - "ext-xdebug": ">=2.2.1", - "ext-xmlwriter": "*" + "doctrine/cache": "1.*", + "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "Doctrine\\Common\\Annotations\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/", + "role": "Creator" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com", + "homepage": "http://www.instaclick.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" } ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "coverage", - "testing", - "xunit" + "annotations", + "docblock", + "parser" ], - "time": "2014-08-31 06:33:04" + "time": "2014-07-06 15:52:21" }, { - "name": "phpunit/php-file-iterator", - "version": "1.3.4", + "name": "doctrine/lexer", + "version": "v1.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" + "url": "https://github.com/doctrine/lexer.git", + "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", - "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", + "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.2" }, "type": "library", "autoload": { - "classmap": [ - "File/" - ] + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com", + "homepage": "http://www.instaclick.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" } ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", "keywords": [ - "filesystem", - "iterator" + "lexer", + "parser" ], - "time": "2013-10-10 15:34:57" + "time": "2013-01-12 18:59:04" }, { - "name": "phpunit/php-text-template", - "version": "1.2.0", + "name": "dompdf/dompdf", + "version": "v0.6.1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" + "url": "https://github.com/dompdf/dompdf.git", + "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cf7d8a0a27270418850cc7d7ea532159e5eeb3eb", + "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb", "shasum": "" }, "require": { - "php": ">=5.3.3" + "phenx/php-font-lib": "0.2.*" }, "type": "library", "autoload": { "classmap": [ - "Text/" + "include/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ - "BSD-3-Clause" + "LGPL" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + }, + { + "name": "Brian Sweeney", + "email": "eclecticgeek@gmail.com" } ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "time": "2014-01-30 17:20:04" + "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", + "homepage": "https://github.com/dompdf/dompdf", + "time": "2014-03-11 01:59:52" }, { - "name": "phpunit/php-timer", - "version": "1.0.5", + "name": "erusev/parsedown", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" + "url": "https://github.com/erusev/parsedown.git", + "reference": "d24439ada0704948deef0d3eda2ea20fd8db1747" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", - "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/d24439ada0704948deef0d3eda2ea20fd8db1747", + "reference": "d24439ada0704948deef0d3eda2ea20fd8db1747", "shasum": "" }, - "require": { - "php": ">=5.3.3" - }, "type": "library", "autoload": { - "classmap": [ - "PHP/" - ] + "psr-0": { + "Parsedown": "" + } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "Emanuil Rusev", + "email": "hello@erusev.com", + "homepage": "http://erusev.com" } ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", + "description": "Parser for Markdown.", + "homepage": "http://parsedown.org", "keywords": [ - "timer" + "markdown", + "parser" ], - "time": "2013-08-02 07:42:54" + "time": "2014-05-21 20:20:46" }, { - "name": "phpunit/php-token-stream", - "version": "1.3.0", + "name": "jms/metadata", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" + "url": "https://github.com/schmittjoh/metadata.git", + "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", - "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", + "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "doctrine/cache": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.5.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "Metadata\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "Apache" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" } ], - "description": "Wrapper around PHP's tokenizer extension.", - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "description": "Class/method/property metadata management in PHP", "keywords": [ - "tokenizer" + "annotations", + "metadata", + "xml", + "yaml" ], - "time": "2014-08-31 06:12:13" + "time": "2014-07-12 07:13:19" }, { - "name": "phpunit/phpunit", - "version": "4.2.6", + "name": "jms/parser-lib", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c" + "url": "https://github.com/schmittjoh/parser-lib.git", + "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c", - "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c", + "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", + "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "php": ">=5.3.3", - "phpunit/php-code-coverage": "~2.0", - "phpunit/php-file-iterator": "~1.3.1", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "~1.0.2", - "phpunit/phpunit-mock-objects": "~2.2", - "sebastian/comparator": "~1.0", - "sebastian/diff": "~1.1", - "sebastian/environment": "~1.0", - "sebastian/exporter": "~1.0", - "sebastian/version": "~1.0", - "symfony/yaml": "~2.0" - }, - "suggest": { - "phpunit/php-invoker": "~1.1" + "phpoption/phpoption": ">=0.9,<2.0-dev" }, - "bin": [ - "phpunit" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2.x-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "JMS\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "", - "../../symfony/yaml/" - ], "license": [ - "BSD-3-Clause" + "Apache2" ], - "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": "2014-09-14 09:31:24" + "description": "A library for easily creating recursive-descent parsers.", + "time": "2012-11-18 18:08:43" }, { - "name": "phpunit/phpunit-mock-objects", - "version": "2.2.1", + "name": "jms/serializer", + "version": "0.16.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a" + "url": "https://github.com/schmittjoh/serializer.git", + "reference": "c8a171357ca92b6706e395c757f334902d430ea9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b241b18d87a47093f20fae8b0ba40379b00bd53a", - "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", + "reference": "c8a171357ca92b6706e395c757f334902d430ea9", "shasum": "" }, "require": { - "ocramius/instantiator": "~1.0", - "php": ">=5.3.3", - "phpunit/php-text-template": "~1.2" + "doctrine/annotations": "1.*", + "jms/metadata": "~1.1", + "jms/parser-lib": "1.*", + "php": ">=5.3.2", + "phpcollection/phpcollection": "~0.1" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "doctrine/orm": "~2.1", + "doctrine/phpcr-odm": "~1.0.1", + "jackalope/jackalope-doctrine-dbal": "1.0.*", + "propel/propel1": "~1.7", + "symfony/filesystem": "2.*", + "symfony/form": "~2.1", + "symfony/translation": "~2.0", + "symfony/validator": "~2.0", + "symfony/yaml": "2.*", + "twig/twig": ">=1.8,<2.0-dev" }, "suggest": { - "ext-soap": "*" + "symfony/yaml": "Required if you'd like to serialize data to YAML format." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "0.15-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "JMS\\Serializer": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "Apache2" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" } ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", + "homepage": "http://jmsyst.com/libs/serializer", "keywords": [ - "mock", - "xunit" + "deserialization", + "jaxb", + "json", + "serialization", + "xml" ], - "time": "2014-09-06 17:32:37" + "time": "2014-03-18 08:39:00" }, { - "name": "sebastian/comparator", - "version": "1.0.0", + "name": "knplabs/knp-menu", + "version": "v1.1.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2" + "url": "https://github.com/KnpLabs/KnpMenu.git", + "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", - "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", + "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873", + "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.1", - "sebastian/exporter": "~1.0" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.1" + "pimple/pimple": "*", + "silex/silex": "1.0.*", + "twig/twig": ">=1.2,<2.0-dev" + }, + "suggest": { + "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", + "silex/silex": "for the integration with your silex application", + "twig/twig": "for the TwigRenderer and the integration with your templates" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "Knp\\Menu\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Christophe Coevoet", + "email": "stof@notk.org" }, { - "name": "Volker Dusch", - "email": "github@wallbash.com" + "name": "Knplabs", + "homepage": "http://knplabs.com" }, { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "Symfony Community", + "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" } ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", + "description": "An object oriented menu library", + "homepage": "http://knplabs.com", "keywords": [ - "comparator", - "compare", - "equality" + "menu", + "tree" ], - "time": "2014-05-02 07:05:58" + "time": "2012-06-10 16:20:40" }, { - "name": "sebastian/diff", - "version": "1.1.0", + "name": "monolog/monolog", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d" + "url": "https://github.com/Seldaek/monolog.git", + "reference": "25b16e801979098cb2f120e697bfce454b18bf23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", - "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23", + "reference": "25b16e801979098cb2f120e697bfce454b18bf23", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "require-dev": { + "aws/aws-sdk-php": "~2.4, >2.4.8", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "phpunit/phpunit": "~3.7.0", + "raven/raven": "~0.5", + "ruflin/elastica": "0.90.*" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "raven/raven": "Allow sending log messages to a Sentry server", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.10.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Monolog\\": "src/Monolog" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be", + "role": "Developer" } ], - "description": "Diff implementation", - "homepage": "http://www.github.com/sebastianbergmann/diff", + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", "keywords": [ - "diff" + "log", + "logging", + "psr-3" ], - "time": "2013-08-03 16:46:33" + "time": "2014-06-04 16:30:04" }, { - "name": "sebastian/environment", - "version": "1.0.0", + "name": "nikic/php-parser", + "version": "v0.9.4", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", - "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1e5e280ae88a27effa2ae4aa2bd088494ed8594f", + "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "4.0.*@dev" + "php": ">=5.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "0.9-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "PHPParser": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -944,168 +949,2653 @@ ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Nikita Popov" } ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "description": "A PHP parser written in PHP", "keywords": [ - "Xdebug", - "environment", - "hhvm" + "parser", + "php" ], - "time": "2014-02-18 16:17:19" + "time": "2013-08-25 17:11:40" }, { - "name": "sebastian/exporter", - "version": "1.0.1", + "name": "ocramius/instantiator", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" + "url": "https://github.com/Ocramius/Instantiator.git", + "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", - "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/e24a12178906ff2e7471b8aaf3a0eb789b59f881", + "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881", "shasum": "" }, "require": { - "php": ">=5.3.3" + "ocramius/lazy-map": "1.0.*", + "php": "~5.3" }, "require-dev": { - "phpunit/phpunit": "4.0.*@dev" + "athletic/athletic": "~0.1.8", + "ext-pdo": "*", + "ext-phar": "*", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "2.0.*@ALPHA" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "Instantiator\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net", - "role": "Lead" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" } ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "http://www.github.com/sebastianbergmann/exporter", + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://github.com/Ocramius/Instantiator", "keywords": [ - "export", - "exporter" + "constructor", + "instantiate" ], - "time": "2014-02-16 08:26:31" + "time": "2014-08-25 14:48:16" }, { - "name": "sebastian/version", - "version": "1.0.3", + "name": "ocramius/lazy-map", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" + "url": "https://github.com/Ocramius/LazyMap.git", + "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", - "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", + "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752", + "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752", "shasum": "" }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "athletic/athletic": "~0.1.6", + "phpmd/phpmd": "1.5.*", + "phpunit/phpunit": ">=3.7", + "satooshi/php-coveralls": "~0.6", + "squizlabs/php_codesniffer": "1.4.*" + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "LazyMap\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/", + "role": "Developer" } ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "time": "2014-03-07 15:35:33" + "description": "A library that provides lazy instantiation logic for a map of objects", + "homepage": "https://github.com/Ocramius/LazyMap", + "keywords": [ + "lazy", + "lazy instantiation", + "lazy loading", + "map", + "service location" + ], + "time": "2013-11-09 22:30:54" }, { - "name": "symfony/yaml", - "version": "v2.5.4", - "target-dir": "Symfony/Component/Yaml", + "name": "phenx/php-font-lib", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "01a7695bcfb013d0a15c6757e15aae120342986f" + "url": "https://github.com/PhenX/php-font-lib.git", + "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/01a7695bcfb013d0a15c6757e15aae120342986f", - "reference": "01a7695bcfb013d0a15c6757e15aae120342986f", + "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82", + "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82", "shasum": "" }, - "require": { - "php": ">=5.3.3" + "type": "library", + "autoload": { + "classmap": [ + "classes/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse, export and make subsets of different types of font files.", + "homepage": "https://github.com/PhenX/php-font-lib", + "time": "2014-02-01 15:22:28" + }, + { + "name": "phpcollection/phpcollection", + "version": "0.4.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-collection.git", + "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", + "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", + "shasum": "" + }, + "require": { + "phpoption/phpoption": "1.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-0": { + "PhpCollection": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "General-Purpose Collection Library for PHP", + "keywords": [ + "collection", + "list", + "map", + "sequence", + "set" + ], + "time": "2014-03-11 13:46:42" + }, + { + "name": "phpdocumentor/fileset", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/Fileset.git", + "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/finder": "~2.1" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Fileset component for collecting a set of files given directories and file paths", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "files", + "fileset", + "phpdoc" + ], + "time": "2013-08-06 21:07:42" + }, + { + "name": "phpdocumentor/graphviz", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/GraphViz.git", + "reference": "aa243118c8a055fc853c02802e8503c5435862f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/aa243118c8a055fc853c02802e8503c5435862f7", + "reference": "aa243118c8a055fc853c02802e8503c5435862f7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "time": "2014-07-19 06:52:59" + }, + { + "name": "phpdocumentor/phpdocumentor", + "version": "v2.7.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/phpDocumentor2.git", + "reference": "98b28ee43b314063e759882d3dcece16afc4d9b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/98b28ee43b314063e759882d3dcece16afc4d9b2", + "reference": "98b28ee43b314063e759882d3dcece16afc4d9b2", + "shasum": "" + }, + "require": { + "cilex/cilex": "~1.0", + "dompdf/dompdf": "~0.6", + "erusev/parsedown": "~1.0", + "jms/serializer": "~0.12", + "knplabs/knp-menu": "~1.1", + "monolog/monolog": "~1.6", + "php": ">=5.3.3", + "phpdocumentor/fileset": "~1.0", + "phpdocumentor/graphviz": "~1.0", + "phpdocumentor/reflection": "~1.0", + "phpdocumentor/reflection-docblock": "~2.0", + "phpdocumentor/template-abstract": "~1.2", + "phpdocumentor/template-checkstyle": "~1.2", + "phpdocumentor/template-clean": "~1.0", + "phpdocumentor/template-new-black": "~1.3", + "phpdocumentor/template-old-ocean": "~1.3", + "phpdocumentor/template-responsive": "~1.3", + "phpdocumentor/template-responsive-twig": "~1.2", + "phpdocumentor/template-xml": "~1.0", + "phpdocumentor/template-zend": "~1.3", + "symfony/config": "~2.3", + "symfony/console": "~2.3", + "symfony/event-dispatcher": "~2.1", + "symfony/process": "~2.0", + "symfony/stopwatch": "~2.3", + "symfony/validator": "~2.2", + "twig/twig": "~1.3", + "zendframework/zend-cache": "2.1.*", + "zendframework/zend-config": "2.1.*", + "zendframework/zend-filter": "2.1.*", + "zendframework/zend-i18n": "2.1.*", + "zendframework/zend-serializer": "2.1.*", + "zendframework/zend-servicemanager": "2.1.*", + "zendframework/zend-stdlib": "2.1.*", + "zetacomponents/document": ">=1.3.1" + }, + "require-dev": { + "behat/behat": "~2.4", + "mikey179/vfsstream": "~1.2", + "mockery/mockery": "dev-master#1b3b265a904cab6f28b72684d7d62abade836e25", + "phpunit/phpunit": "~3.7", + "squizlabs/php_codesniffer": "~1.4", + "symfony/expression-language": "~2.4" + }, + "suggest": { + "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", + "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." + }, + "bin": [ + "bin/phpdoc.php", + "bin/phpdoc" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/" + ], + "Cilex\\Provider": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Documentation Generator for PHP", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "api", + "application", + "dga", + "documentation", + "phpdoc" + ], + "time": "2014-08-20 19:40:09" + }, + { + "name": "phpdocumentor/reflection", + "version": "1.0.6", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/Reflection.git", + "reference": "b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a", + "reference": "b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a", + "shasum": "" + }, + "require": { + "nikic/php-parser": "0.9.4", + "php": ">=5.3.3", + "phpdocumentor/reflection-docblock": "2.*", + "psr/log": "~1.0" + }, + "require-dev": { + "behat/behat": "~2.4", + "mockery/mockery": ">=0.7.0", + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/", + "tests/mocks/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Reflection library to do Static Analysis for PHP Projects", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2014-06-06 20:42:11" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "38743b677965c48a637097b2746a281264ae2347" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/38743b677965c48a637097b2746a281264ae2347", + "reference": "38743b677965c48a637097b2746a281264ae2347", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*@stable" + }, + "suggest": { + "dflydev/markdown": "1.0.*", + "erusev/parsedown": "~0.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "time": "2014-08-09 10:27:07" + }, + { + "name": "phpdocumentor/template-abstract", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.abstract.git", + "reference": "df1d11cf11cf5da433789e2be07f4d2d6e51aaca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.abstract/zipball/df1d11cf11cf5da433789e2be07f4d2d6e51aaca", + "reference": "df1d11cf11cf5da433789e2be07f4d2d6e51aaca", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Simple bright template for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-06-04 19:32:56" + }, + { + "name": "phpdocumentor/template-checkstyle", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.checkstyle.git", + "reference": "cfa86d19327b0d762332787ff2dda0d55226a2e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.checkstyle/zipball/cfa86d19327b0d762332787ff2dda0d55226a2e2", + "reference": "cfa86d19327b0d762332787ff2dda0d55226a2e2", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Checkstyle XML output template for phpDocumentor2", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-08-17 19:32:38" + }, + { + "name": "phpdocumentor/template-clean", + "version": "1.0.6", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.clean.git", + "reference": "6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.clean/zipball/6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45", + "reference": "6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A clean, responsive modern template for phpDocumentor for Twig aimed at usability", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "responsive", + "template" + ], + "time": "2014-08-15 21:45:34" + }, + { + "name": "phpdocumentor/template-new-black", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.new_black.git", + "reference": "d98f84633b94b279582735aecd91015c1e191d98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.new_black/zipball/d98f84633b94b279582735aecd91015c1e191d98", + "reference": "d98f84633b94b279582735aecd91015c1e191d98", + "shasum": "" + }, + "require": { + "phpdocumentor/template-abstract": "1.*", + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Web 2.0 template with dark sidebar for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-06-27 17:00:31" + }, + { + "name": "phpdocumentor/template-old-ocean", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.old_ocean.git", + "reference": "2fdb786038351c0ec88633d4e2aa103e4bbb8655" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.old_ocean/zipball/2fdb786038351c0ec88633d4e2aa103e4bbb8655", + "reference": "2fdb786038351c0ec88633d4e2aa103e4bbb8655", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Blue template with high contrast for the foreground", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-06-27 16:59:35" + }, + { + "name": "phpdocumentor/template-responsive", + "version": "1.3.5", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.responsive.git", + "reference": "949e742f350f70fc8ec7c945b3cf0070a4e1825e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.responsive/zipball/949e742f350f70fc8ec7c945b3cf0070a4e1825e", + "reference": "949e742f350f70fc8ec7c945b3cf0070a4e1825e", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Responsive modern template for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-08-05 20:47:53" + }, + { + "name": "phpdocumentor/template-responsive-twig", + "version": "1.2.5", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.responsive-twig.git", + "reference": "493e204be607583efd2d75f1728cd5210e23cf96" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.responsive-twig/zipball/493e204be607583efd2d75f1728cd5210e23cf96", + "reference": "493e204be607583efd2d75f1728cd5210e23cf96", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Responsive modern template for phpDocumentor for Twig", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-07-30 20:00:37" + }, + { + "name": "phpdocumentor/template-xml", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/mvriel/template.xml.git", + "reference": "a372713be8ee99b16497e2580592e474ff51190c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mvriel/template.xml/zipball/a372713be8ee99b16497e2580592e474ff51190c", + "reference": "a372713be8ee99b16497e2580592e474ff51190c", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Generates an XML representation of the project's structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2013-08-01 20:23:32" + }, + { + "name": "phpdocumentor/template-zend", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.zend.git", + "reference": "75913288bfd73d3bf4c1b1179c3963f3431e7a9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.zend/zipball/75913288bfd73d3bf4c1b1179c3963f3431e7a9d", + "reference": "75913288bfd73d3bf4c1b1179c3963f3431e7a9d", + "shasum": "" + }, + "require": { + "ext-xsl": "*", + "phpdocumentor/template-abstract": "1.*", + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Official Zend Framework Template for phpDocumentor2", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "ZendFramework", + "documentation", + "phpdoc", + "template", + "zend", + "zf" + ], + "time": "2013-12-05 08:51:57" + }, + { + "name": "phpdocumentor/unified-asset-installer", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/UnifiedAssetInstaller.git", + "reference": "241fb036268cd9da7d76da3db66e3eda66259c52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/UnifiedAssetInstaller/zipball/241fb036268cd9da7d76da3db66e3eda66259c52", + "reference": "241fb036268cd9da7d76da3db66e3eda66259c52", + "shasum": "" + }, + "require": { + "composer-plugin-api": "1.0.0" + }, + "require-dev": { + "composer/composer": "~1.0@dev", + "phpunit/phpunit": "~3.7" + }, + "type": "composer-installer", + "extra": { + "class": "\\phpDocumentor\\Composer\\UnifiedAssetInstaller" + }, + "autoload": { + "psr-0": { + "phpDocumentor\\Composer": [ + "src/", + "test/unit/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Asset installer for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "assets", + "installer", + "plugins", + "templates" + ], + "time": "2013-09-09 06:13:02" + }, + { + "name": "phpoption/phpoption", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-0": { + "PhpOption\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "time": "2014-01-09 22:37:17" + }, + { + "name": "phpunit/php-code-coverage", + "version": "2.0.11", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7", + "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "phpunit/php-file-iterator": "~1.3", + "phpunit/php-text-template": "~1.2", + "phpunit/php-token-stream": "~1.3", + "sebastian/environment": "~1.0", + "sebastian/version": "~1.0" + }, + "require-dev": { + "ext-xdebug": ">=2.1.4", + "phpunit/phpunit": "~4.1" + }, + "suggest": { + "ext-dom": "*", + "ext-xdebug": ">=2.2.1", + "ext-xmlwriter": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "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-08-31 06:33:04" + }, + { + "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-text-template", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "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": "2014-01-30 17:20:04" + }, + { + "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.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", + "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "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": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "keywords": [ + "tokenizer" + ], + "time": "2014-08-31 06:12:13" + }, + { + "name": "phpunit/phpunit", + "version": "4.2.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c", + "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "php": ">=5.3.3", + "phpunit/php-code-coverage": "~2.0", + "phpunit/php-file-iterator": "~1.3.1", + "phpunit/php-text-template": "~1.2", + "phpunit/php-timer": "~1.0.2", + "phpunit/phpunit-mock-objects": "~2.2", + "sebastian/comparator": "~1.0", + "sebastian/diff": "~1.1", + "sebastian/environment": "~1.0", + "sebastian/exporter": "~1.0", + "sebastian/version": "~1.0", + "symfony/yaml": "~2.0" + }, + "suggest": { + "phpunit/php-invoker": "~1.1" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.2.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "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": "2014-09-14 09:31:24" + }, + { + "name": "phpunit/phpunit-mock-objects", + "version": "2.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b241b18d87a47093f20fae8b0ba40379b00bd53a", + "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a", + "shasum": "" + }, + "require": { + "ocramius/instantiator": "~1.0", + "php": ">=5.3.3", + "phpunit/php-text-template": "~1.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.2" + }, + "suggest": { + "ext-soap": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2.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": "Mock Object library for PHPUnit", + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "keywords": [ + "mock", + "xunit" + ], + "time": "2014-09-06 17:32:37" + }, + { + "name": "pimple/pimple", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/fabpot/Pimple.git", + "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fabpot/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", + "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-0": { + "Pimple": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + } + ], + "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", + "homepage": "http://pimple.sensiolabs.org", + "keywords": [ + "container", + "dependency injection" + ], + "time": "2013-11-22 08:30:29" + }, + { + "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": "sebastian/comparator", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", + "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "sebastian/diff": "~1.1", + "sebastian/exporter": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.1" + }, + "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": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "http://www.github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "time": "2014-05-02 07:05:58" + }, + { + "name": "sebastian/diff", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", + "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "http://www.github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ], + "time": "2013-08-03 16:46:33" + }, + { + "name": "sebastian/environment", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*@dev" + }, + "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": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2014-02-18 16:17:19" + }, + { + "name": "sebastian/exporter", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "4.0.*@dev" + }, + "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": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net", + "role": "Lead" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "time": "2014-02-16 08:26:31" + }, + { + "name": "sebastian/version", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", + "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", + "shasum": "" + }, + "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": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "time": "2014-03-07 15:35:33" + }, + { + "name": "symfony/config", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Config", + "source": { + "type": "git", + "url": "https://github.com/symfony/Config.git", + "reference": "080eabdc256c1d7a3a7cf6296271edb68eb1ab2b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Config/zipball/080eabdc256c1d7a3a7cf6296271edb68eb1ab2b", + "reference": "080eabdc256c1d7a3a7cf6296271edb68eb1ab2b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/filesystem": "~2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Config\\": "" + } + }, + "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 Config Component", + "homepage": "http://symfony.com", + "time": "2014-08-31 03:22:04" + }, + { + "name": "symfony/filesystem", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Filesystem", + "source": { + "type": "git", + "url": "https://github.com/symfony/Filesystem.git", + "reference": "a765efd199e02ff4001c115c318e219030be9364" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a765efd199e02ff4001c115c318e219030be9364", + "reference": "a765efd199e02ff4001c115c318e219030be9364", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Filesystem\\": "" + } + }, + "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 Filesystem Component", + "homepage": "http://symfony.com", + "time": "2014-09-03 09:00:14" + }, + { + "name": "symfony/finder", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Finder", + "source": { + "type": "git", + "url": "https://github.com/symfony/Finder.git", + "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Finder/zipball/f40854d1a19c339c7f969f8f6d6d6e9153311c4c", + "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-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": "2014-09-03 09:00:14" + }, + { + "name": "symfony/process", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Process", + "source": { + "type": "git", + "url": "https://github.com/symfony/Process.git", + "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Process/zipball/136cf0bdaacea81f779583376d47dd8aef4fc6ba", + "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-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": "2014-08-31 03:22:04" + }, + { + "name": "symfony/stopwatch", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Stopwatch", + "source": { + "type": "git", + "url": "https://github.com/symfony/Stopwatch.git", + "reference": "22ab4f76cdeefd38b00022a6be5709190a2fd046" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/22ab4f76cdeefd38b00022a6be5709190a2fd046", + "reference": "22ab4f76cdeefd38b00022a6be5709190a2fd046", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Stopwatch\\": "" + } + }, + "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 Stopwatch Component", + "homepage": "http://symfony.com", + "time": "2014-08-14 16:10:54" + }, + { + "name": "symfony/translation", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Translation", + "source": { + "type": "git", + "url": "https://github.com/symfony/Translation.git", + "reference": "7526ad65f1961b2422ab33e4d3b05f92be16e5e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Translation/zipball/7526ad65f1961b2422ab33e4d3b05f92be16e5e2", + "reference": "7526ad65f1961b2422ab33e4d3b05f92be16e5e2", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/config": "~2.0", + "symfony/yaml": "~2.2" + }, + "suggest": { + "symfony/config": "", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Translation\\": "" + } + }, + "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 Translation Component", + "homepage": "http://symfony.com", + "time": "2014-09-03 09:00:14" + }, + { + "name": "symfony/validator", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Validator", + "source": { + "type": "git", + "url": "https://github.com/symfony/Validator.git", + "reference": "d23b909823dae2f43b7b6137cafb110fb2df047a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Validator/zipball/d23b909823dae2f43b7b6137cafb110fb2df047a", + "reference": "d23b909823dae2f43b7b6137cafb110fb2df047a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/translation": "~2.0" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "egulias/email-validator": "~1.0", + "symfony/config": "~2.2", + "symfony/expression-language": "~2.4", + "symfony/http-foundation": "~2.1", + "symfony/intl": "~2.3", + "symfony/property-access": "~2.2", + "symfony/yaml": "~2.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "symfony/config": "", + "symfony/expression-language": "For using the 2.4 Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For using the 2.4 Validator API", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Validator\\": "" + } + }, + "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 Validator Component", + "homepage": "http://symfony.com", + "time": "2014-08-31 03:34:15" + }, + { + "name": "symfony/yaml", + "version": "v2.5.4", + "target-dir": "Symfony/Component/Yaml", + "source": { + "type": "git", + "url": "https://github.com/symfony/Yaml.git", + "reference": "01a7695bcfb013d0a15c6757e15aae120342986f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/01a7695bcfb013d0a15c6757e15aae120342986f", + "reference": "01a7695bcfb013d0a15c6757e15aae120342986f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-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": "2014-08-31 03:22:04" + }, + { + "name": "twig/twig", + "version": "v1.16.0", + "source": { + "type": "git", + "url": "https://github.com/fabpot/Twig.git", + "reference": "8ce37115802e257a984a82d38254884085060024" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024", + "reference": "8ce37115802e257a984a82d38254884085060024", + "shasum": "" + }, + "require": { + "php": ">=5.2.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.16-dev" + } + }, + "autoload": { + "psr-0": { + "Twig_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "https://github.com/fabpot/Twig/graphs/contributors", + "role": "Contributors" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ], + "time": "2014-07-05 12:19:05" + }, + { + "name": "zendframework/zend-cache", + "version": "2.1.6", + "target-dir": "Zend/Cache", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendCache.git", + "reference": "560355160f06cdc3ef549a7eef843af3bead7e39" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendCache/zipball/560355160f06cdc3ef549a7eef843af3bead7e39", + "reference": "560355160f06cdc3ef549a7eef843af3bead7e39", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-eventmanager": "self.version", + "zendframework/zend-servicemanager": "self.version", + "zendframework/zend-stdlib": "self.version" + }, + "require-dev": { + "zendframework/zend-serializer": "self.version" + }, + "suggest": { + "ext-apc": "APC >= 3.1.6 to use the APC storage adapter", + "ext-dba": "DBA, to use the DBA storage adapter", + "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", + "ext-wincache": "WinCache, to use the WinCache storage adapter", + "zendframework/zend-serializer": "Zend\\Serializer component", + "zendframework/zend-session": "Zend\\Session component" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides a generic way to cache any data", + "keywords": [ + "cache", + "zf2" + ], + "time": "2014-03-03 23:00:17" + }, + { + "name": "zendframework/zend-config", + "version": "2.1.6", + "target-dir": "Zend/Config", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendConfig.git", + "reference": "a31c3980cf7ec88418a931e9cf4ba21079f47a08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a31c3980cf7ec88418a931e9cf4ba21079f47a08", + "reference": "a31c3980cf7ec88418a931e9cf4ba21079f47a08", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", + "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\Config\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides a nested object property based user interface for accessing this configuration data within application code", + "keywords": [ + "config", + "zf2" + ], + "time": "2014-01-02 18:00:10" + }, + { + "name": "zendframework/zend-eventmanager", + "version": "2.1.6", + "target-dir": "Zend/EventManager", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendEventManager.git", + "reference": "89368704bb37303fba64c3ddd6bce0506aa7187c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendEventManager/zipball/89368704bb37303fba64c3ddd6bce0506aa7187c", + "reference": "89368704bb37303fba64c3ddd6bce0506aa7187c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\EventManager\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "eventmanager", + "zf2" + ], + "time": "2014-01-04 13:00:14" + }, + { + "name": "zendframework/zend-filter", + "version": "2.1.6", + "target-dir": "Zend/Filter", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendFilter.git", + "reference": "8ceece474b29d079e86976dbd3efffe6064b3d72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendFilter/zipball/8ceece474b29d079e86976dbd3efffe6064b3d72", + "reference": "8ceece474b29d079e86976dbd3efffe6064b3d72", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "require-dev": { + "zendframework/zend-crypt": "self.version" + }, + "suggest": { + "zendframework/zend-crypt": "Zend\\Crypt component", + "zendframework/zend-i18n": "Zend\\I18n component", + "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter", + "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev" + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" } }, "autoload": { "psr-0": { - "Symfony\\Component\\Yaml\\": "" + "Zend\\Filter\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" + ], + "description": "provides a set of commonly needed data filters", + "keywords": [ + "filter", + "zf2" + ], + "time": "2014-03-03 21:00:06" + }, + { + "name": "zendframework/zend-i18n", + "version": "2.1.6", + "target-dir": "Zend/I18n", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendI18n.git", + "reference": "10f56e0869761d62699782e4dd04eb77262cc353" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendI18n/zipball/10f56e0869761d62699782e4dd04eb77262cc353", + "reference": "10f56e0869761d62699782e4dd04eb77262cc353", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", + "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", + "zendframework/zend-filter": "You should install this package to use the provided filters", + "zendframework/zend-resources": "Translation resources", + "zendframework/zend-validator": "You should install this package to use the provided validators", + "zendframework/zend-view": "You should install this package to use the provided view helpers" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\I18n\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "i18n", + "zf2" + ], + "time": "2014-01-04 13:00:19" + }, + { + "name": "zendframework/zend-json", + "version": "2.1.6", + "target-dir": "Zend/Json", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendJson.git", + "reference": "dd8a8239a7c08c7449a6ea219da3e2369bd90d92" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendJson/zipball/dd8a8239a7c08c7449a6ea219da3e2369bd90d92", + "reference": "dd8a8239a7c08c7449a6ea219da3e2369bd90d92", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-server": "Zend\\Server component" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\Json\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", + "keywords": [ + "json", + "zf2" + ], + "time": "2014-03-06 18:00:05" + }, + { + "name": "zendframework/zend-math", + "version": "2.1.6", + "target-dir": "Zend/Math", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendMath.git", + "reference": "b982ee2edafd4075b22372596ab2e2fdd0f6424e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendMath/zipball/b982ee2edafd4075b22372596ab2e2fdd0f6424e", + "reference": "b982ee2edafd4075b22372596ab2e2fdd0f6424e", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-bcmath": "If using the bcmath functionality", + "ext-gmp": "If using the gmp functionality", + "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", + "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\Math\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "math", + "zf2" + ], + "time": "2014-03-05 18:00:06" + }, + { + "name": "zendframework/zend-serializer", + "version": "2.1.6", + "target-dir": "Zend/Serializer", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendSerializer.git", + "reference": "d76b931d3ffa842a496c9fa319bbe285b5ddfade" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendSerializer/zipball/d76b931d3ffa842a496c9fa319bbe285b5ddfade", + "reference": "d76b931d3ffa842a496c9fa319bbe285b5ddfade", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-json": "self.version", + "zendframework/zend-math": "self.version", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-servicemanager": "To support plugin manager support" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\Serializer\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", + "keywords": [ + "serializer", + "zf2" + ], + "time": "2014-01-02 18:00:26" + }, + { + "name": "zendframework/zend-servicemanager", + "version": "2.1.6", + "target-dir": "Zend/ServiceManager", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendServiceManager.git", + "reference": "de182a20dfdcf978c49570514103c7477ef16e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/de182a20dfdcf978c49570514103c7477ef16e4f", + "reference": "de182a20dfdcf978c49570514103c7477ef16e4f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "zendframework/zend-di": "Zend\\Di component" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\ServiceManager\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "servicemanager", + "zf2" + ], + "time": "2014-03-03 21:00:04" + }, + { + "name": "zendframework/zend-stdlib", + "version": "2.1.6", + "target-dir": "Zend/Stdlib", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendStdlib.git", + "reference": "e646729f2274f4552b6a92e38d8e458efe08ebc5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/e646729f2274f4552b6a92e38d8e458efe08ebc5", + "reference": "e646729f2274f4552b6a92e38d8e458efe08ebc5", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "zendframework/zend-eventmanager": "To support aggregate hydrator usage", + "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "autoload": { + "psr-0": { + "Zend\\Stdlib\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "stdlib", + "zf2" + ], + "time": "2014-01-04 13:00:28" + }, + { + "name": "zetacomponents/base", + "version": "1.8", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Base.git", + "reference": "52ca69c1de55f3fa4f595779e5bc831da7ee176c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Base/zipball/52ca69c1de55f3fa4f595779e5bc831da7ee176c", + "reference": "52ca69c1de55f3fa4f595779e5bc831da7ee176c", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "apache2" ], "authors": [ { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "name": "Sergey Alexeev" }, { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" } ], - "description": "Symfony Yaml Component", - "homepage": "http://symfony.com", - "time": "2014-08-31 03:22:04" + "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", + "homepage": "https://github.com/zetacomponents", + "time": "2009-12-21 12:14:16" + }, + { + "name": "zetacomponents/document", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Document.git", + "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "shasum": "" + }, + "require": { + "zetacomponents/base": "*" + }, + "require-dev": { + "zetacomponents/unit-test": "dev-master" + }, + "type": "library", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sebastian Bergmann" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", + "homepage": "https://github.com/zetacomponents", + "time": "2013-12-19 11:40:00" } ], "aliases": [ diff --git a/package.json b/package.json index 9174258..714601a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { - "name": "php-druid-ingest", - "devDependencies": { - "grunt": "^0.4.5", - "grunt-phpunit": "^0.3.5" - } + "name": "php-druid-ingest", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-phpunit": "^0.3.5", + "grunt-phpdocumentor": "^0.4.1", + "grunt-contrib-clean": "^0.6.0" + } } diff --git a/vendor/autoload.php b/vendor/autoload.php index 78aea80..d9198b6 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInita1e82e5eb4198b6c8b0794a3907c9da6::getLoader(); +return ComposerAutoloaderInit87abc466a6ebd9363a136079e7cb1b19::getLoader(); diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index f3c3a47..5c7d51a 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -6,9 +6,90 @@ $baseDir = dirname($vendorDir); return array( + 'Absolute_Positioner' => $vendorDir . '/dompdf/dompdf/include/absolute_positioner.cls.php', + 'Abstract_Renderer' => $vendorDir . '/dompdf/dompdf/include/abstract_renderer.cls.php', + 'Adobe_Font_Metrics' => $vendorDir . '/phenx/php-font-lib/classes/Adobe_Font_Metrics.php', + 'Attribute_Translator' => $vendorDir . '/dompdf/dompdf/include/attribute_translator.cls.php', + 'Block_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/block_frame_decorator.cls.php', + 'Block_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/block_frame_reflower.cls.php', + 'Block_Positioner' => $vendorDir . '/dompdf/dompdf/include/block_positioner.cls.php', + 'Block_Renderer' => $vendorDir . '/dompdf/dompdf/include/block_renderer.cls.php', + 'CPDF_Adapter' => $vendorDir . '/dompdf/dompdf/include/cpdf_adapter.cls.php', + 'CSS_Color' => $vendorDir . '/dompdf/dompdf/include/css_color.cls.php', + 'Cached_PDF_Decorator' => $vendorDir . '/dompdf/dompdf/include/cached_pdf_decorator.cls.php', + 'Canvas' => $vendorDir . '/dompdf/dompdf/include/canvas.cls.php', + 'Canvas_Factory' => $vendorDir . '/dompdf/dompdf/include/canvas_factory.cls.php', + 'Cellmap' => $vendorDir . '/dompdf/dompdf/include/cellmap.cls.php', + 'DOMPDF' => $vendorDir . '/dompdf/dompdf/include/dompdf.cls.php', + 'DOMPDF_Exception' => $vendorDir . '/dompdf/dompdf/include/dompdf_exception.cls.php', + 'DOMPDF_Image_Exception' => $vendorDir . '/dompdf/dompdf/include/dompdf_image_exception.cls.php', + 'Encoding_Map' => $vendorDir . '/phenx/php-font-lib/classes/Encoding_Map.php', 'File_Iterator' => $vendorDir . '/phpunit/php-file-iterator/File/Iterator.php', 'File_Iterator_Facade' => $vendorDir . '/phpunit/php-file-iterator/File/Iterator/Facade.php', 'File_Iterator_Factory' => $vendorDir . '/phpunit/php-file-iterator/File/Iterator/Factory.php', + 'Fixed_Positioner' => $vendorDir . '/dompdf/dompdf/include/fixed_positioner.cls.php', + 'Font' => $vendorDir . '/phenx/php-font-lib/classes/Font.php', + 'Font_Binary_Stream' => $vendorDir . '/phenx/php-font-lib/classes/Font_Binary_Stream.php', + 'Font_EOT' => $vendorDir . '/phenx/php-font-lib/classes/Font_EOT.php', + 'Font_EOT_Header' => $vendorDir . '/phenx/php-font-lib/classes/Font_EOT_Header.php', + 'Font_Glyph_Outline' => $vendorDir . '/phenx/php-font-lib/classes/Font_Glyph_Outline.php', + 'Font_Glyph_Outline_Component' => $vendorDir . '/phenx/php-font-lib/classes/Font_Glyph_Outline_Component.php', + 'Font_Glyph_Outline_Composite' => $vendorDir . '/phenx/php-font-lib/classes/Font_Glyph_Outline_Composite.php', + 'Font_Glyph_Outline_Simple' => $vendorDir . '/phenx/php-font-lib/classes/Font_Glyph_Outline_Simple.php', + 'Font_Header' => $vendorDir . '/phenx/php-font-lib/classes/Font_Header.php', + 'Font_Metrics' => $vendorDir . '/dompdf/dompdf/include/font_metrics.cls.php', + 'Font_OpenType' => $vendorDir . '/phenx/php-font-lib/classes/Font_OpenType.php', + 'Font_OpenType_Table_Directory_Entry' => $vendorDir . '/phenx/php-font-lib/classes/Font_OpenType_Table_Directory_Entry.php', + 'Font_Table' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table.php', + 'Font_Table_Directory_Entry' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_Directory_Entry.php', + 'Font_Table_cmap' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_cmap.php', + 'Font_Table_glyf' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_glyf.php', + 'Font_Table_head' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_head.php', + 'Font_Table_hhea' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_hhea.php', + 'Font_Table_hmtx' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_hmtx.php', + 'Font_Table_kern' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_kern.php', + 'Font_Table_loca' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_loca.php', + 'Font_Table_maxp' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_maxp.php', + 'Font_Table_name' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_name.php', + 'Font_Table_name_Record' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_name_Record.php', + 'Font_Table_os2' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_os2.php', + 'Font_Table_post' => $vendorDir . '/phenx/php-font-lib/classes/Font_Table_post.php', + 'Font_TrueType' => $vendorDir . '/phenx/php-font-lib/classes/Font_TrueType.php', + 'Font_TrueType_Collection' => $vendorDir . '/phenx/php-font-lib/classes/Font_TrueType_Collection.php', + 'Font_TrueType_Header' => $vendorDir . '/phenx/php-font-lib/classes/Font_TrueType_Header.php', + 'Font_TrueType_Table_Directory_Entry' => $vendorDir . '/phenx/php-font-lib/classes/Font_TrueType_Table_Directory_Entry.php', + 'Font_WOFF' => $vendorDir . '/phenx/php-font-lib/classes/Font_WOFF.php', + 'Font_WOFF_Header' => $vendorDir . '/phenx/php-font-lib/classes/Font_WOFF_Header.php', + 'Font_WOFF_Table_Directory_Entry' => $vendorDir . '/phenx/php-font-lib/classes/Font_WOFF_Table_Directory_Entry.php', + 'Frame' => $vendorDir . '/dompdf/dompdf/include/frame.cls.php', + 'FrameList' => $vendorDir . '/dompdf/dompdf/include/frame.cls.php', + 'FrameListIterator' => $vendorDir . '/dompdf/dompdf/include/frame.cls.php', + 'FrameTreeIterator' => $vendorDir . '/dompdf/dompdf/include/frame.cls.php', + 'FrameTreeList' => $vendorDir . '/dompdf/dompdf/include/frame.cls.php', + 'Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/frame_decorator.cls.php', + 'Frame_Factory' => $vendorDir . '/dompdf/dompdf/include/frame_factory.cls.php', + 'Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/frame_reflower.cls.php', + 'Frame_Tree' => $vendorDir . '/dompdf/dompdf/include/frame_tree.cls.php', + 'GD_Adapter' => $vendorDir . '/dompdf/dompdf/include/gd_adapter.cls.php', + 'Image_Cache' => $vendorDir . '/dompdf/dompdf/include/image_cache.cls.php', + 'Image_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/image_frame_decorator.cls.php', + 'Image_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/image_frame_reflower.cls.php', + 'Image_Renderer' => $vendorDir . '/dompdf/dompdf/include/image_renderer.cls.php', + 'Inline_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/inline_frame_decorator.cls.php', + 'Inline_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/inline_frame_reflower.cls.php', + 'Inline_Positioner' => $vendorDir . '/dompdf/dompdf/include/inline_positioner.cls.php', + 'Inline_Renderer' => $vendorDir . '/dompdf/dompdf/include/inline_renderer.cls.php', + 'Javascript_Embedder' => $vendorDir . '/dompdf/dompdf/include/javascript_embedder.cls.php', + 'Line_Box' => $vendorDir . '/dompdf/dompdf/include/line_box.cls.php', + 'List_Bullet_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/list_bullet_frame_decorator.cls.php', + 'List_Bullet_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/list_bullet_frame_reflower.cls.php', + 'List_Bullet_Image_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/list_bullet_image_frame_decorator.cls.php', + 'List_Bullet_Positioner' => $vendorDir . '/dompdf/dompdf/include/list_bullet_positioner.cls.php', + 'List_Bullet_Renderer' => $vendorDir . '/dompdf/dompdf/include/list_bullet_renderer.cls.php', + 'Null_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/null_frame_decorator.cls.php', + 'Null_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/null_frame_reflower.cls.php', + 'Null_Positioner' => $vendorDir . '/dompdf/dompdf/include/null_positioner.cls.php', + 'PDFLib_Adapter' => $vendorDir . '/dompdf/dompdf/include/pdflib_adapter.cls.php', 'PHPUnit_Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', 'PHPUnit_Extensions_GroupTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/GroupTestSuite.php', 'PHPUnit_Extensions_PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestCase.php', @@ -201,6 +282,7 @@ 'PHP_CodeCoverage_Report_XML_Totals' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php', 'PHP_CodeCoverage_Util' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Util.php', 'PHP_CodeCoverage_Util_InvalidArgumentHelper' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php', + 'PHP_Evaluator' => $vendorDir . '/dompdf/dompdf/include/php_evaluator.cls.php', 'PHP_Timer' => $vendorDir . '/phpunit/php-timer/PHP/Timer.php', 'PHP_Token' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_TokenWithScope' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', @@ -370,6 +452,11 @@ 'PHP_Token_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XOR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_YIELD' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', + 'Page_Cache' => $vendorDir . '/dompdf/dompdf/include/page_cache.cls.php', + 'Page_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/page_frame_decorator.cls.php', + 'Page_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/page_frame_reflower.cls.php', + 'Positioner' => $vendorDir . '/dompdf/dompdf/include/positioner.cls.php', + 'Renderer' => $vendorDir . '/dompdf/dompdf/include/renderer.cls.php', 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php', 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php', 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', @@ -395,5 +482,583 @@ 'SebastianBergmann\\Exporter\\Exception' => $vendorDir . '/sebastian/exporter/src/Exception.php', 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', + 'Style' => $vendorDir . '/dompdf/dompdf/include/style.cls.php', + 'Stylesheet' => $vendorDir . '/dompdf/dompdf/include/stylesheet.cls.php', + 'TCPDF_Adapter' => $vendorDir . '/dompdf/dompdf/include/tcpdf_adapter.cls.php', + 'Table_Cell_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/table_cell_frame_decorator.cls.php', + 'Table_Cell_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/table_cell_frame_reflower.cls.php', + 'Table_Cell_Positioner' => $vendorDir . '/dompdf/dompdf/include/table_cell_positioner.cls.php', + 'Table_Cell_Renderer' => $vendorDir . '/dompdf/dompdf/include/table_cell_renderer.cls.php', + 'Table_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/table_frame_decorator.cls.php', + 'Table_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/table_frame_reflower.cls.php', + 'Table_Row_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/table_row_frame_decorator.cls.php', + 'Table_Row_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/table_row_frame_reflower.cls.php', + 'Table_Row_Group_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/table_row_group_frame_decorator.cls.php', + 'Table_Row_Group_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/table_row_group_frame_reflower.cls.php', + 'Table_Row_Group_Renderer' => $vendorDir . '/dompdf/dompdf/include/table_row_group_renderer.cls.php', + 'Table_Row_Positioner' => $vendorDir . '/dompdf/dompdf/include/table_row_positioner.cls.php', + 'Text_Frame_Decorator' => $vendorDir . '/dompdf/dompdf/include/text_frame_decorator.cls.php', + 'Text_Frame_Reflower' => $vendorDir . '/dompdf/dompdf/include/text_frame_reflower.cls.php', + 'Text_Renderer' => $vendorDir . '/dompdf/dompdf/include/text_renderer.cls.php', 'Text_Template' => $vendorDir . '/phpunit/php-text-template/Text/Template.php', + 'ezcBase' => $vendorDir . '/zetacomponents/base/src/base.php', + 'ezcBaseAutoloadException' => $vendorDir . '/zetacomponents/base/src/exceptions/autoload.php', + 'ezcBaseAutoloadOptions' => $vendorDir . '/zetacomponents/base/src/options/autoload.php', + 'ezcBaseConfigurationInitializer' => $vendorDir . '/zetacomponents/base/src/interfaces/configuration_initializer.php', + 'ezcBaseDoubleClassRepositoryPrefixException' => $vendorDir . '/zetacomponents/base/src/exceptions/double_class_repository_prefix.php', + 'ezcBaseException' => $vendorDir . '/zetacomponents/base/src/exceptions/exception.php', + 'ezcBaseExportable' => $vendorDir . '/zetacomponents/base/src/interfaces/exportable.php', + 'ezcBaseExtensionNotFoundException' => $vendorDir . '/zetacomponents/base/src/exceptions/extension_not_found.php', + 'ezcBaseFeatures' => $vendorDir . '/zetacomponents/base/src/features.php', + 'ezcBaseFile' => $vendorDir . '/zetacomponents/base/src/file.php', + 'ezcBaseFileException' => $vendorDir . '/zetacomponents/base/src/exceptions/file_exception.php', + 'ezcBaseFileFindContext' => $vendorDir . '/zetacomponents/base/src/structs/file_find_context.php', + 'ezcBaseFileIoException' => $vendorDir . '/zetacomponents/base/src/exceptions/file_io.php', + 'ezcBaseFileNotFoundException' => $vendorDir . '/zetacomponents/base/src/exceptions/file_not_found.php', + 'ezcBaseFilePermissionException' => $vendorDir . '/zetacomponents/base/src/exceptions/file_permission.php', + 'ezcBaseFunctionalityNotSupportedException' => $vendorDir . '/zetacomponents/base/src/exceptions/functionality_not_supported.php', + 'ezcBaseInit' => $vendorDir . '/zetacomponents/base/src/init.php', + 'ezcBaseInitCallbackConfiguredException' => $vendorDir . '/zetacomponents/base/src/exceptions/init_callback_configured.php', + 'ezcBaseInitInvalidCallbackClassException' => $vendorDir . '/zetacomponents/base/src/exceptions/invalid_callback_class.php', + 'ezcBaseInvalidParentClassException' => $vendorDir . '/zetacomponents/base/src/exceptions/invalid_parent_class.php', + 'ezcBaseMetaData' => $vendorDir . '/zetacomponents/base/src/metadata.php', + 'ezcBaseMetaDataPearReader' => $vendorDir . '/zetacomponents/base/src/metadata/pear.php', + 'ezcBaseMetaDataTarballReader' => $vendorDir . '/zetacomponents/base/src/metadata/tarball.php', + 'ezcBaseOptions' => $vendorDir . '/zetacomponents/base/src/options.php', + 'ezcBasePersistable' => $vendorDir . '/zetacomponents/base/src/interfaces/persistable.php', + 'ezcBasePropertyNotFoundException' => $vendorDir . '/zetacomponents/base/src/exceptions/property_not_found.php', + 'ezcBasePropertyPermissionException' => $vendorDir . '/zetacomponents/base/src/exceptions/property_permission.php', + 'ezcBaseRepositoryDirectory' => $vendorDir . '/zetacomponents/base/src/structs/repository_directory.php', + 'ezcBaseSettingNotFoundException' => $vendorDir . '/zetacomponents/base/src/exceptions/setting_not_found.php', + 'ezcBaseSettingValueException' => $vendorDir . '/zetacomponents/base/src/exceptions/setting_value.php', + 'ezcBaseStruct' => $vendorDir . '/zetacomponents/base/src/struct.php', + 'ezcBaseValueException' => $vendorDir . '/zetacomponents/base/src/exceptions/value.php', + 'ezcBaseWhateverException' => $vendorDir . '/zetacomponents/base/src/exceptions/whatever.php', + 'ezcDocument' => $vendorDir . '/zetacomponents/document/src/interfaces/document.php', + 'ezcDocumentAlnumListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator/alnum.php', + 'ezcDocumentAlphaListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator/alpha.php', + 'ezcDocumentBBCode' => $vendorDir . '/zetacomponents/document/src/document/bbcode.php', + 'ezcDocumentBBCodeBlockLevelNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/block.php', + 'ezcDocumentBBCodeBulletListNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/bullet_list.php', + 'ezcDocumentBBCodeClosingTagNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/tag_close.php', + 'ezcDocumentBBCodeDocbookVisitor' => $vendorDir . '/zetacomponents/document/src/document/bbcode/visitor/docbook.php', + 'ezcDocumentBBCodeDocumentNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/document.php', + 'ezcDocumentBBCodeEmailPlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugins/email.php', + 'ezcDocumentBBCodeEmphasisPlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugins/emphasis.php', + 'ezcDocumentBBCodeEndOfFileToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/end_of_file.php', + 'ezcDocumentBBCodeEnumeratedListNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/enumerated_list.php', + 'ezcDocumentBBCodeImagePlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugins/image.php', + 'ezcDocumentBBCodeInlineLiteralNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/inline_literal.php', + 'ezcDocumentBBCodeLineBreakToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/line_break.php', + 'ezcDocumentBBCodeListEndNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/list_end.php', + 'ezcDocumentBBCodeListItemNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/list_item.php', + 'ezcDocumentBBCodeListItemToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/list_item.php', + 'ezcDocumentBBCodeListNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/list.php', + 'ezcDocumentBBCodeLiteralBlockNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/literal_block.php', + 'ezcDocumentBBCodeLiteralBlockToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/literal_block.php', + 'ezcDocumentBBCodeNewLineToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/new_line.php', + 'ezcDocumentBBCodeNoMarkupPlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugins/no.php', + 'ezcDocumentBBCodeNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/node.php', + 'ezcDocumentBBCodeOptions' => $vendorDir . '/zetacomponents/document/src/options/document_bbcode.php', + 'ezcDocumentBBCodeParagraphNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/paragraph.php', + 'ezcDocumentBBCodeParser' => $vendorDir . '/zetacomponents/document/src/document/bbcode/parser.php', + 'ezcDocumentBBCodePlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugin.php', + 'ezcDocumentBBCodeQuotePlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugins/quote.php', + 'ezcDocumentBBCodeSpecialCharsToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/special_chars.php', + 'ezcDocumentBBCodeTagCloseToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/tag_clsoe.php', + 'ezcDocumentBBCodeTagNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/tag.php', + 'ezcDocumentBBCodeTagOpenToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/tag_open.php', + 'ezcDocumentBBCodeTextLineToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/text_line.php', + 'ezcDocumentBBCodeTextNode' => $vendorDir . '/zetacomponents/document/src/document/bbcode/nodes/text.php', + 'ezcDocumentBBCodeToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token.php', + 'ezcDocumentBBCodeTokenizer' => $vendorDir . '/zetacomponents/document/src/document/bbcode/tokenizer.php', + 'ezcDocumentBBCodeUrlPlugin' => $vendorDir . '/zetacomponents/document/src/document/bbcode/plugins/url.php', + 'ezcDocumentBBCodeVisitor' => $vendorDir . '/zetacomponents/document/src/document/bbcode/visitor.php', + 'ezcDocumentBBCodeWhitespaceToken' => $vendorDir . '/zetacomponents/document/src/document/bbcode/token/whitespace.php', + 'ezcDocumentBulletListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator/bullet.php', + 'ezcDocumentConfluenceWiki' => $vendorDir . '/zetacomponents/document/src/document/wiki/confluence.php', + 'ezcDocumentConversionException' => $vendorDir . '/zetacomponents/document/src/exceptions/conversion.php', + 'ezcDocumentConverter' => $vendorDir . '/zetacomponents/document/src/interfaces/converter.php', + 'ezcDocumentConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter.php', + 'ezcDocumentCreoleWiki' => $vendorDir . '/zetacomponents/document/src/document/wiki/creole.php', + 'ezcDocumentDocbook' => $vendorDir . '/zetacomponents/document/src/document/xml/docbook.php', + 'ezcDocumentDocbookOptions' => $vendorDir . '/zetacomponents/document/src/options/document_docbook.php', + 'ezcDocumentDocbookToEzXmlAnchorHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/anchor.php', + 'ezcDocumentDocbookToEzXmlCommentHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/comment.php', + 'ezcDocumentDocbookToEzXmlConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook_ezxml.php', + 'ezcDocumentDocbookToEzXmlConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_docbook_ezxml.php', + 'ezcDocumentDocbookToEzXmlEmphasisHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/emphasis.php', + 'ezcDocumentDocbookToEzXmlExternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/external_link.php', + 'ezcDocumentDocbookToEzXmlFootnoteHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/footnote.php', + 'ezcDocumentDocbookToEzXmlIgnoreHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/ignore.php', + 'ezcDocumentDocbookToEzXmlInternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/internal_link.php', + 'ezcDocumentDocbookToEzXmlItemizedListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/itemized_list.php', + 'ezcDocumentDocbookToEzXmlLiteralLayoutHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/literal_layout.php', + 'ezcDocumentDocbookToEzXmlMappingHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/mapper.php', + 'ezcDocumentDocbookToEzXmlOrderedListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/ordered_list.php', + 'ezcDocumentDocbookToEzXmlParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/paragraph.php', + 'ezcDocumentDocbookToEzXmlRecurseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/recurse.php', + 'ezcDocumentDocbookToEzXmlSectionHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/section.php', + 'ezcDocumentDocbookToEzXmlTableCellHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/table_cell.php', + 'ezcDocumentDocbookToEzXmlTableHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/table.php', + 'ezcDocumentDocbookToEzXmlTitleHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/ezxml/title.php', + 'ezcDocumentDocbookToHtmlAnchorHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/anchor.php', + 'ezcDocumentDocbookToHtmlBaseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/handler.php', + 'ezcDocumentDocbookToHtmlBlockquoteHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/blockquote.php', + 'ezcDocumentDocbookToHtmlCommentHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/comment.php', + 'ezcDocumentDocbookToHtmlConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook_html.php', + 'ezcDocumentDocbookToHtmlConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_docbook_html.php', + 'ezcDocumentDocbookToHtmlDefinitionListEntryHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/definition_list_entry.php', + 'ezcDocumentDocbookToHtmlEmphasisHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/emphasis.php', + 'ezcDocumentDocbookToHtmlExternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/external_link.php', + 'ezcDocumentDocbookToHtmlFootnoteHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/footnote.php', + 'ezcDocumentDocbookToHtmlHeadHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/head.php', + 'ezcDocumentDocbookToHtmlIgnoreHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/ignore.php', + 'ezcDocumentDocbookToHtmlInternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/internal_link.php', + 'ezcDocumentDocbookToHtmlLiteralLayoutHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/literal_layout.php', + 'ezcDocumentDocbookToHtmlMappingHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/mapper.php', + 'ezcDocumentDocbookToHtmlMediaObjectHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/mediaobject.php', + 'ezcDocumentDocbookToHtmlParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/paragraph.php', + 'ezcDocumentDocbookToHtmlSectionHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/section.php', + 'ezcDocumentDocbookToHtmlSpecialParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/special_paragraph.php', + 'ezcDocumentDocbookToHtmlTableCellHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/xhtml/table_cell.php', + 'ezcDocumentDocbookToHtmlXsltConverter' => $vendorDir . '/zetacomponents/document/src/converters/xslt/docbook_html.php', + 'ezcDocumentDocbookToHtmlXsltConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_docbook_html_xslt.php', + 'ezcDocumentDocbookToOdtAnchorHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/anchor.php', + 'ezcDocumentDocbookToOdtBaseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/handler.php', + 'ezcDocumentDocbookToOdtCommentHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/comment.php', + 'ezcDocumentDocbookToOdtConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook_odt.php', + 'ezcDocumentDocbookToOdtConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_docbook_odt.php', + 'ezcDocumentDocbookToOdtFootnoteHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/footnote.php', + 'ezcDocumentDocbookToOdtIgnoreHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/ignore.php', + 'ezcDocumentDocbookToOdtInlineHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/inline.php', + 'ezcDocumentDocbookToOdtLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/link.php', + 'ezcDocumentDocbookToOdtListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/list.php', + 'ezcDocumentDocbookToOdtLiteralLayoutHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/literal_layout.php', + 'ezcDocumentDocbookToOdtMappingHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/mapper.php', + 'ezcDocumentDocbookToOdtMediaObjectHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/media_object.php', + 'ezcDocumentDocbookToOdtPageBreakHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/page_break.php', + 'ezcDocumentDocbookToOdtParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/paragraph.php', + 'ezcDocumentDocbookToOdtSectionHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/section.php', + 'ezcDocumentDocbookToOdtTableHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/table.php', + 'ezcDocumentDocbookToOdtUlinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/element_handlers/ulink.php', + 'ezcDocumentDocbookToRstBaseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/handler.php', + 'ezcDocumentDocbookToRstBeginPageHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/begin_page.php', + 'ezcDocumentDocbookToRstBlockquoteHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/blockquote.php', + 'ezcDocumentDocbookToRstCitationHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/citation.php', + 'ezcDocumentDocbookToRstCommentHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/comment.php', + 'ezcDocumentDocbookToRstConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook_rst.php', + 'ezcDocumentDocbookToRstConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_docbook_rst.php', + 'ezcDocumentDocbookToRstEmphasisHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/emphasis.php', + 'ezcDocumentDocbookToRstExternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/external_link.php', + 'ezcDocumentDocbookToRstFootnoteHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/footnote.php', + 'ezcDocumentDocbookToRstHeadHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/head.php', + 'ezcDocumentDocbookToRstIgnoreHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/ignore.php', + 'ezcDocumentDocbookToRstInlineMediaObjectHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/inlinemediaobject.php', + 'ezcDocumentDocbookToRstInternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/internal_link.php', + 'ezcDocumentDocbookToRstItemizedListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/itemized_list.php', + 'ezcDocumentDocbookToRstLiteralHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/literal.php', + 'ezcDocumentDocbookToRstLiteralLayoutHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/literal_layout.php', + 'ezcDocumentDocbookToRstMediaObjectHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/mediaobject.php', + 'ezcDocumentDocbookToRstOrderedListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/ordered_list.php', + 'ezcDocumentDocbookToRstParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/paragraph.php', + 'ezcDocumentDocbookToRstRecurseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/recurse.php', + 'ezcDocumentDocbookToRstSectionHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/section.php', + 'ezcDocumentDocbookToRstSpecialParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/special_paragraph.php', + 'ezcDocumentDocbookToRstTableHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/table.php', + 'ezcDocumentDocbookToRstVariableListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/rst/variable_list.php', + 'ezcDocumentDocbookToWikiBaseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/handler.php', + 'ezcDocumentDocbookToWikiBeginPageHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/begin_page.php', + 'ezcDocumentDocbookToWikiConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook_wiki.php', + 'ezcDocumentDocbookToWikiConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_docbook_wiki.php', + 'ezcDocumentDocbookToWikiEmphasisHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/emphasis.php', + 'ezcDocumentDocbookToWikiExternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/external_link.php', + 'ezcDocumentDocbookToWikiIgnoreHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/ignore.php', + 'ezcDocumentDocbookToWikiInlineMediaObjectHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/inlinemediaobject.php', + 'ezcDocumentDocbookToWikiInternalLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/internal_link.php', + 'ezcDocumentDocbookToWikiItemizedListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/itemized_list.php', + 'ezcDocumentDocbookToWikiLiteralHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/literal.php', + 'ezcDocumentDocbookToWikiLiteralLayoutHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/literal_layout.php', + 'ezcDocumentDocbookToWikiMediaObjectHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/mediaobject.php', + 'ezcDocumentDocbookToWikiOrderedListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/ordered_list.php', + 'ezcDocumentDocbookToWikiParagraphHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/paragraph.php', + 'ezcDocumentDocbookToWikiRecurseHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/recurse.php', + 'ezcDocumentDocbookToWikiSectionHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/section.php', + 'ezcDocumentDocbookToWikiTableHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/wiki/table.php', + 'ezcDocumentDokuwikiWiki' => $vendorDir . '/zetacomponents/document/src/document/wiki/dokuwiki.php', + 'ezcDocumentElementVisitorConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor.php', + 'ezcDocumentElementVisitorHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor_handler.php', + 'ezcDocumentErroneousXmlException' => $vendorDir . '/zetacomponents/document/src/exceptions/erroneous_xml.php', + 'ezcDocumentErrorReporting' => $vendorDir . '/zetacomponents/document/src/interfaces/error_reporting.php', + 'ezcDocumentException' => $vendorDir . '/zetacomponents/document/src/exceptions/exception.php', + 'ezcDocumentEzXml' => $vendorDir . '/zetacomponents/document/src/document/xml/ezxml.php', + 'ezcDocumentEzXmlDummyLinkConverter' => $vendorDir . '/zetacomponents/document/src/document/xml/ezxml/dummy_link_converter.php', + 'ezcDocumentEzXmlDummyLinkProvider' => $vendorDir . '/zetacomponents/document/src/document/xml/ezxml/dummy_link_provider.php', + 'ezcDocumentEzXmlLinkConverter' => $vendorDir . '/zetacomponents/document/src/interfaces/ezxml_link_converter.php', + 'ezcDocumentEzXmlLinkProvider' => $vendorDir . '/zetacomponents/document/src/interfaces/ezxml_link_provider.php', + 'ezcDocumentEzXmlOptions' => $vendorDir . '/zetacomponents/document/src/options/document_ezxml.php', + 'ezcDocumentEzXmlToDocbookAnchorHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/anchor.php', + 'ezcDocumentEzXmlToDocbookConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml_docbook.php', + 'ezcDocumentEzXmlToDocbookConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_ezxml_docbook.php', + 'ezcDocumentEzXmlToDocbookEmphasisHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/emphasis.php', + 'ezcDocumentEzXmlToDocbookHeaderHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/header.php', + 'ezcDocumentEzXmlToDocbookLineHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/line.php', + 'ezcDocumentEzXmlToDocbookLinkHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/link.php', + 'ezcDocumentEzXmlToDocbookListHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/list.php', + 'ezcDocumentEzXmlToDocbookLiteralHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/literal.php', + 'ezcDocumentEzXmlToDocbookMappingHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/mapper.php', + 'ezcDocumentEzXmlToDocbookTableCellHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/table_cell.php', + 'ezcDocumentEzXmlToDocbookTableHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/table.php', + 'ezcDocumentEzXmlToDocbookTableRowHandler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/ezxml/docbook/table_row.php', + 'ezcDocumentHtmlConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/html_rendering.php', + 'ezcDocumentInvalidDocbookException' => $vendorDir . '/zetacomponents/document/src/exceptions/invalid_docbook.php', + 'ezcDocumentInvalidFontException' => $vendorDir . '/zetacomponents/document/src/exceptions/unknown_font.php', + 'ezcDocumentInvalidOdtException' => $vendorDir . '/zetacomponents/document/src/exceptions/invalid_odt.php', + 'ezcDocumentListBulletGuesser' => $vendorDir . '/zetacomponents/document/src/tools/list_bullet_guesser.php', + 'ezcDocumentListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator.php', + 'ezcDocumentLocateable' => $vendorDir . '/zetacomponents/document/src/interfaces/locateable.php', + 'ezcDocumentLocateableDomElement' => $vendorDir . '/zetacomponents/document/src/dom_elements/locateable.php', + 'ezcDocumentMissingVisitorException' => $vendorDir . '/zetacomponents/document/src/exceptions/missing_visitor.php', + 'ezcDocumentNoListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator/no.php', + 'ezcDocumentNumberedListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator/number.php', + 'ezcDocumentOdt' => $vendorDir . '/zetacomponents/document/src/document/xml/odt.php', + 'ezcDocumentOdtBaseFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/base.php', + 'ezcDocumentOdtDefaultPcssConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/default.php', + 'ezcDocumentOdtElementBaseFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/base.php', + 'ezcDocumentOdtElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element.php', + 'ezcDocumentOdtElementFootnoteFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/footnote.php', + 'ezcDocumentOdtElementFrameFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/frame.php', + 'ezcDocumentOdtElementHeaderFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/header.php', + 'ezcDocumentOdtElementHtmlTableFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/html_table.php', + 'ezcDocumentOdtElementImageFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/image.php', + 'ezcDocumentOdtElementLinkFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/link.php', + 'ezcDocumentOdtElementListFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/list.php', + 'ezcDocumentOdtElementParagraphFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/paragraph.php', + 'ezcDocumentOdtElementTableFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/table.php', + 'ezcDocumentOdtElementWhitespaceFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/element/whitespace.php', + 'ezcDocumentOdtEmphasisStyleFilterRule' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/style/rule/emphasis.php', + 'ezcDocumentOdtFormattingProperties' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/formatting/properties.php', + 'ezcDocumentOdtFormattingPropertiesExistException' => $vendorDir . '/zetacomponents/document/src/exceptions/odt/formatting_properties_exist.php', + 'ezcDocumentOdtFormattingPropertyCollection' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/formatting/property_collection.php', + 'ezcDocumentOdtImageFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/image.php', + 'ezcDocumentOdtImageLocator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/image_locator.php', + 'ezcDocumentOdtListLevelStyle' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/list_level_style.php', + 'ezcDocumentOdtListLevelStyleBullet' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/list_level_style/bullet.php', + 'ezcDocumentOdtListLevelStyleFilterRule' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/style/rule/list_level.php', + 'ezcDocumentOdtListLevelStyleNumber' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/list_level_style/number.php', + 'ezcDocumentOdtListStyle' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/list_style.php', + 'ezcDocumentOdtListStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator/list.php', + 'ezcDocumentOdtMetaGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/meta_generator.php', + 'ezcDocumentOdtOptions' => $vendorDir . '/zetacomponents/document/src/options/document_odt.php', + 'ezcDocumentOdtParagraphStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator/paragraph.php', + 'ezcDocumentOdtPcssBorderConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/border.php', + 'ezcDocumentOdtPcssColorConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/color.php', + 'ezcDocumentOdtPcssConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter.php', + 'ezcDocumentOdtPcssConverterManager' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter_manager.php', + 'ezcDocumentOdtPcssConverterTools' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter_tools.php', + 'ezcDocumentOdtPcssFontConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/font.php', + 'ezcDocumentOdtPcssFontNameConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/font_name.php', + 'ezcDocumentOdtPcssFontSizeConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/font_size.php', + 'ezcDocumentOdtPcssFontStylePreprocessor' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/preprocessor/font.php', + 'ezcDocumentOdtPcssListStylePreprocessor' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/preprocessor/list.php', + 'ezcDocumentOdtPcssMarginConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/margin.php', + 'ezcDocumentOdtPcssParagraphStylePreprocessor' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/preprocessor/paragraph.php', + 'ezcDocumentOdtPcssPreprocessor' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/preprocessor.php', + 'ezcDocumentOdtPcssStyler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss.php', + 'ezcDocumentOdtPcssTextDecorationConverter' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/converter/text_decoration.php', + 'ezcDocumentOdtStyle' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/style.php', + 'ezcDocumentOdtStyleExtractor' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/style/extractor.php', + 'ezcDocumentOdtStyleFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/style.php', + 'ezcDocumentOdtStyleFilterRule' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/filter/style/rule.php', + 'ezcDocumentOdtStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator.php', + 'ezcDocumentOdtStyleInferencer' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/style/inferencer.php', + 'ezcDocumentOdtStyleInformation' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/style_information.php', + 'ezcDocumentOdtStyleListPropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator/list.php', + 'ezcDocumentOdtStyleParagraphPropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator/paragraph.php', + 'ezcDocumentOdtStyleParser' => $vendorDir . '/zetacomponents/document/src/document/xml/odt/style/parser.php', + 'ezcDocumentOdtStylePropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator.php', + 'ezcDocumentOdtStyleTableCellPropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator/table_cell.php', + 'ezcDocumentOdtStyleTablePropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator/table.php', + 'ezcDocumentOdtStyleTableRowPropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator/table_row.php', + 'ezcDocumentOdtStyleTextPropertyGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/property_generator/text.php', + 'ezcDocumentOdtStyler' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler.php', + 'ezcDocumentOdtTableCellStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator/table_cell.php', + 'ezcDocumentOdtTableRowStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator/table_row.php', + 'ezcDocumentOdtTableStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator/table.php', + 'ezcDocumentOdtTextProcessor' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/text_processor.php', + 'ezcDocumentOdtTextStyleGenerator' => $vendorDir . '/zetacomponents/document/src/converters/element_visitor/docbook/odt/styler/pcss/generator/text.php', + 'ezcDocumentOptions' => $vendorDir . '/zetacomponents/document/src/options/document.php', + 'ezcDocumentParser' => $vendorDir . '/zetacomponents/document/src/interfaces/parser.php', + 'ezcDocumentParserException' => $vendorDir . '/zetacomponents/document/src/exceptions/parser.php', + 'ezcDocumentParserOptions' => $vendorDir . '/zetacomponents/document/src/options/document_parser.php', + 'ezcDocumentPcssDeclarationDirective' => $vendorDir . '/zetacomponents/document/src/pcss/declaration_directive.php', + 'ezcDocumentPcssDirective' => $vendorDir . '/zetacomponents/document/src/pcss/directive.php', + 'ezcDocumentPcssLayoutDirective' => $vendorDir . '/zetacomponents/document/src/pcss/layout_directive.php', + 'ezcDocumentPcssMeasure' => $vendorDir . '/zetacomponents/document/src/pcss/measure.php', + 'ezcDocumentPcssParser' => $vendorDir . '/zetacomponents/document/src/pcss/parser.php', + 'ezcDocumentPcssStyleBorderBoxValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/border_box_value.php', + 'ezcDocumentPcssStyleBorderValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/border_value.php', + 'ezcDocumentPcssStyleBoxValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/box_value.php', + 'ezcDocumentPcssStyleColorBoxValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/color_box_value.php', + 'ezcDocumentPcssStyleColorValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/color_value.php', + 'ezcDocumentPcssStyleInferencer' => $vendorDir . '/zetacomponents/document/src/pcss/style_inferencer.php', + 'ezcDocumentPcssStyleIntValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/int_value.php', + 'ezcDocumentPcssStyleLineBoxValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/line_box_value.php', + 'ezcDocumentPcssStyleLineValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/line_value.php', + 'ezcDocumentPcssStyleListValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/list_value.php', + 'ezcDocumentPcssStyleMeasureBoxValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/measure_box_value.php', + 'ezcDocumentPcssStyleMeasureValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/measure_value.php', + 'ezcDocumentPcssStyleSrcValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/src_value.php', + 'ezcDocumentPcssStyleStringValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/string_value.php', + 'ezcDocumentPcssStyleValue' => $vendorDir . '/zetacomponents/document/src/pcss/style/value.php', + 'ezcDocumentPdf' => $vendorDir . '/zetacomponents/document/src/document/pdf.php', + 'ezcDocumentPdfBlockRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/block.php', + 'ezcDocumentPdfBlockquoteRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/blockquote.php', + 'ezcDocumentPdfBoundingBox' => $vendorDir . '/zetacomponents/document/src/document/pdf/box.php', + 'ezcDocumentPdfDefaultHyphenator' => $vendorDir . '/zetacomponents/document/src/document/pdf/hyphenator/default.php', + 'ezcDocumentPdfDefaultTableColumnWidthCalculator' => $vendorDir . '/zetacomponents/document/src/document/pdf/default_table_column_width_calculator.php', + 'ezcDocumentPdfDefaultTokenizer' => $vendorDir . '/zetacomponents/document/src/document/pdf/tokenizer/default.php', + 'ezcDocumentPdfDriver' => $vendorDir . '/zetacomponents/document/src/document/pdf/driver.php', + 'ezcDocumentPdfFooterOptions' => $vendorDir . '/zetacomponents/document/src/options/document_pdf_footer.php', + 'ezcDocumentPdfFooterPdfPart' => $vendorDir . '/zetacomponents/document/src/document/pdf/part/footer.php', + 'ezcDocumentPdfHaruDriver' => $vendorDir . '/zetacomponents/document/src/document/pdf/driver/haru.php', + 'ezcDocumentPdfHeaderPdfPart' => $vendorDir . '/zetacomponents/document/src/document/pdf/part/header.php', + 'ezcDocumentPdfHyphenator' => $vendorDir . '/zetacomponents/document/src/document/pdf/hyphenator.php', + 'ezcDocumentPdfImage' => $vendorDir . '/zetacomponents/document/src/document/pdf/image.php', + 'ezcDocumentPdfImageHandler' => $vendorDir . '/zetacomponents/document/src/document/pdf/image/handler.php', + 'ezcDocumentPdfListItemRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/list_item.php', + 'ezcDocumentPdfListRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/list.php', + 'ezcDocumentPdfLiteralBlockRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/literal_block.php', + 'ezcDocumentPdfLiteralTokenizer' => $vendorDir . '/zetacomponents/document/src/document/pdf/tokenizer/literal.php', + 'ezcDocumentPdfMainRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/main.php', + 'ezcDocumentPdfMediaObjectRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/mediaobject.php', + 'ezcDocumentPdfOptions' => $vendorDir . '/zetacomponents/document/src/options/document_pdf.php', + 'ezcDocumentPdfPage' => $vendorDir . '/zetacomponents/document/src/document/pdf/page.php', + 'ezcDocumentPdfPart' => $vendorDir . '/zetacomponents/document/src/document/pdf/part.php', + 'ezcDocumentPdfPhpImageHandler' => $vendorDir . '/zetacomponents/document/src/document/pdf/image/php.php', + 'ezcDocumentPdfRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer.php', + 'ezcDocumentPdfSvgDriver' => $vendorDir . '/zetacomponents/document/src/document/pdf/driver/svg.php', + 'ezcDocumentPdfTableColumnWidthCalculator' => $vendorDir . '/zetacomponents/document/src/document/pdf/table_column_width_calculator.php', + 'ezcDocumentPdfTableRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/table.php', + 'ezcDocumentPdfTcpdfDriver' => $vendorDir . '/zetacomponents/document/src/document/pdf/driver/tcpdf.php', + 'ezcDocumentPdfTextBlockRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/text_block.php', + 'ezcDocumentPdfTextBoxRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/text_box.php', + 'ezcDocumentPdfTitleRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/title.php', + 'ezcDocumentPdfTokenizer' => $vendorDir . '/zetacomponents/document/src/document/pdf/tokenizer.php', + 'ezcDocumentPdfTransactionalDriverWrapper' => $vendorDir . '/zetacomponents/document/src/document/pdf/driver/wrapper.php', + 'ezcDocumentPdfTransactionalDriverWrapperState' => $vendorDir . '/zetacomponents/document/src/document/pdf/driver/wrapper_state.php', + 'ezcDocumentPdfWrappingTextBoxRenderer' => $vendorDir . '/zetacomponents/document/src/document/pdf/renderer/paragraph.php', + 'ezcDocumentPropertyContainerDomElement' => $vendorDir . '/zetacomponents/document/src/dom_elements/property_container.php', + 'ezcDocumentRomanListItemGenerator' => $vendorDir . '/zetacomponents/document/src/document/pdf/item_generator/roman.php', + 'ezcDocumentRst' => $vendorDir . '/zetacomponents/document/src/document/rst.php', + 'ezcDocumentRstAnonymousLinkNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/link_anonymous.php', + 'ezcDocumentRstAnonymousReferenceNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/anon_reference.php', + 'ezcDocumentRstAttentionDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/attention.php', + 'ezcDocumentRstBlockNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/block.php', + 'ezcDocumentRstBlockquoteAnnotationNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/blockquote_annotation.php', + 'ezcDocumentRstBlockquoteNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/blockquote.php', + 'ezcDocumentRstBulletListListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/bullet_list_list.php', + 'ezcDocumentRstBulletListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/bullet_list.php', + 'ezcDocumentRstCommentNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/comment.php', + 'ezcDocumentRstContentsDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/contents.php', + 'ezcDocumentRstDangerDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/danger.php', + 'ezcDocumentRstDefinitionListListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/definition_list_list.php', + 'ezcDocumentRstDefinitionListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/definition_list.php', + 'ezcDocumentRstDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive.php', + 'ezcDocumentRstDirectiveNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/directive.php', + 'ezcDocumentRstDocbookVisitor' => $vendorDir . '/zetacomponents/document/src/document/rst/visitor/docbook.php', + 'ezcDocumentRstDocumentNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/document.php', + 'ezcDocumentRstEmphasisTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role/emphasis.php', + 'ezcDocumentRstEnumeratedListListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/enumerated_list_list.php', + 'ezcDocumentRstEnumeratedListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/enumerated_list.php', + 'ezcDocumentRstExternalReferenceNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/link_reference.php', + 'ezcDocumentRstFieldListNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/field_list.php', + 'ezcDocumentRstFigureDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/figure.php', + 'ezcDocumentRstFootnoteNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/footnote.php', + 'ezcDocumentRstImageDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/image.php', + 'ezcDocumentRstIncludeDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/include.php', + 'ezcDocumentRstLineBlockLineNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/line_block_line.php', + 'ezcDocumentRstLineBlockNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/line_block.php', + 'ezcDocumentRstLinkNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/link.php', + 'ezcDocumentRstLiteralBlockNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/literal_block.php', + 'ezcDocumentRstLiteralNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/literal.php', + 'ezcDocumentRstLiteralTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role/literal.php', + 'ezcDocumentRstMarkupEmphasisNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/markup_emphasis.php', + 'ezcDocumentRstMarkupInlineLiteralNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/markup_inline_literal.php', + 'ezcDocumentRstMarkupInterpretedTextNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/markup_interpreted_text.php', + 'ezcDocumentRstMarkupNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/markup.php', + 'ezcDocumentRstMarkupStrongEmphasisNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/markup_strong_emphasis.php', + 'ezcDocumentRstMarkupSubstitutionNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/markup_substitution.php', + 'ezcDocumentRstMissingDirectiveHandlerException' => $vendorDir . '/zetacomponents/document/src/exceptions/missing_directive_handler.php', + 'ezcDocumentRstMissingTextRoleHandlerException' => $vendorDir . '/zetacomponents/document/src/exceptions/missing_text_role_handler.php', + 'ezcDocumentRstNamedReferenceNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/named_reference.php', + 'ezcDocumentRstNode' => $vendorDir . '/zetacomponents/document/src/document/rst/node.php', + 'ezcDocumentRstNoteDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/note.php', + 'ezcDocumentRstNoticeDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/notice.php', + 'ezcDocumentRstOptions' => $vendorDir . '/zetacomponents/document/src/options/document_rst.php', + 'ezcDocumentRstParagraphNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/paragraph.php', + 'ezcDocumentRstParser' => $vendorDir . '/zetacomponents/document/src/document/rst/parser.php', + 'ezcDocumentRstReferenceNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/reference.php', + 'ezcDocumentRstSectionNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/section.php', + 'ezcDocumentRstStack' => $vendorDir . '/zetacomponents/document/src/document/rst/document_stack.php', + 'ezcDocumentRstStrongTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role/strong.php', + 'ezcDocumentRstSubscriptTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role/subscript.php', + 'ezcDocumentRstSubstitutionNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/substitution.php', + 'ezcDocumentRstSuperscriptTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role/superscript.php', + 'ezcDocumentRstTableBodyNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/table_body.php', + 'ezcDocumentRstTableCellNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/table_cell.php', + 'ezcDocumentRstTableHeadNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/table_head.php', + 'ezcDocumentRstTableNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/table.php', + 'ezcDocumentRstTableRowNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/table_row.php', + 'ezcDocumentRstTargetNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/target.php', + 'ezcDocumentRstTextLineNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/text_line.php', + 'ezcDocumentRstTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role.php', + 'ezcDocumentRstTitleNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/title.php', + 'ezcDocumentRstTitleReferenceTextRole' => $vendorDir . '/zetacomponents/document/src/document/rst/role/title_reference.php', + 'ezcDocumentRstToken' => $vendorDir . '/zetacomponents/document/src/document/rst/token.php', + 'ezcDocumentRstTokenizer' => $vendorDir . '/zetacomponents/document/src/document/rst/tokenizer.php', + 'ezcDocumentRstTokenizerException' => $vendorDir . '/zetacomponents/document/src/exceptions/rst_tokenizer.php', + 'ezcDocumentRstTransitionNode' => $vendorDir . '/zetacomponents/document/src/document/rst/nodes/transition.php', + 'ezcDocumentRstVisitor' => $vendorDir . '/zetacomponents/document/src/document/rst/visitor.php', + 'ezcDocumentRstWarningDirective' => $vendorDir . '/zetacomponents/document/src/document/rst/directive/warning.php', + 'ezcDocumentRstXhtmlBodyVisitor' => $vendorDir . '/zetacomponents/document/src/document/rst/visitor/xhtml_body.php', + 'ezcDocumentRstXhtmlDirective' => $vendorDir . '/zetacomponents/document/src/interfaces/rst_xhtml_directive.php', + 'ezcDocumentRstXhtmlTextRole' => $vendorDir . '/zetacomponents/document/src/interfaces/rst_xhtml_role.php', + 'ezcDocumentRstXhtmlVisitor' => $vendorDir . '/zetacomponents/document/src/document/rst/visitor/xhtml.php', + 'ezcDocumentValidation' => $vendorDir . '/zetacomponents/document/src/interfaces/validation.php', + 'ezcDocumentValidationError' => $vendorDir . '/zetacomponents/document/src/validation_error.php', + 'ezcDocumentVisitException' => $vendorDir . '/zetacomponents/document/src/exceptions/visitor.php', + 'ezcDocumentWiki' => $vendorDir . '/zetacomponents/document/src/document/wiki.php', + 'ezcDocumentWikiBlockLevelNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/block.php', + 'ezcDocumentWikiBlockMarkupToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/block_markup.php', + 'ezcDocumentWikiBlockquoteNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/blockquote.php', + 'ezcDocumentWikiBoldNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/bold.php', + 'ezcDocumentWikiBoldToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/bold.php', + 'ezcDocumentWikiBulletListItemNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/bullet_list_item.php', + 'ezcDocumentWikiBulletListItemToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/bullet_list.php', + 'ezcDocumentWikiBulletListNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/bullet_list.php', + 'ezcDocumentWikiCodePlugin' => $vendorDir . '/zetacomponents/document/src/document/wiki/plugin/code.php', + 'ezcDocumentWikiConfluenceLinkStartToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/confluence_link_start.php', + 'ezcDocumentWikiConfluenceTokenizer' => $vendorDir . '/zetacomponents/document/src/document/wiki/tokenizer/confluence.php', + 'ezcDocumentWikiCreoleTokenizer' => $vendorDir . '/zetacomponents/document/src/document/wiki/tokenizer/creole.php', + 'ezcDocumentWikiDefinitionListItemToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/definition_list.php', + 'ezcDocumentWikiDeletedNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/deleted.php', + 'ezcDocumentWikiDeletedToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/deleted.php', + 'ezcDocumentWikiDocbookVisitor' => $vendorDir . '/zetacomponents/document/src/document/wiki/visitor/docbook.php', + 'ezcDocumentWikiDocumentNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/document.php', + 'ezcDocumentWikiDokuwikiTokenizer' => $vendorDir . '/zetacomponents/document/src/document/wiki/tokenizer/dokuwiki.php', + 'ezcDocumentWikiEndOfFileToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/end_of_file.php', + 'ezcDocumentWikiEnumeratedListItemNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/enumerated_list_item.php', + 'ezcDocumentWikiEnumeratedListItemToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/enumerated_list.php', + 'ezcDocumentWikiEnumeratedListNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/enumerated_list.php', + 'ezcDocumentWikiEscapeCharacterToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/escape_character.php', + 'ezcDocumentWikiExternalLinkNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/external_link.php', + 'ezcDocumentWikiExternalLinkToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/external_link.php', + 'ezcDocumentWikiFootnoteEndNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/footnote_end.php', + 'ezcDocumentWikiFootnoteEndToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/footnote_end.php', + 'ezcDocumentWikiFootnoteNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/footnote.php', + 'ezcDocumentWikiFootnoteStartToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/footnote_start.php', + 'ezcDocumentWikiImageEndNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/image_end.php', + 'ezcDocumentWikiImageEndToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/image_end.php', + 'ezcDocumentWikiImageNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/image.php', + 'ezcDocumentWikiImageStartToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/image_start.php', + 'ezcDocumentWikiInlineLiteralNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/inline_literal.php', + 'ezcDocumentWikiInlineLiteralToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/inline_literal.php', + 'ezcDocumentWikiInlineMarkupToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/inline_markup.php', + 'ezcDocumentWikiInlineNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/inline.php', + 'ezcDocumentWikiInlineQuoteNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/inline_quote.php', + 'ezcDocumentWikiInlineQuoteToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/inline_quote.php', + 'ezcDocumentWikiInterWikiLinkNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/inter_wiki_link.php', + 'ezcDocumentWikiInterWikiLinkToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/inter_wiki_link.php', + 'ezcDocumentWikiInternalLinkNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/internal_link.php', + 'ezcDocumentWikiInternalLinkToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/internal_link.php', + 'ezcDocumentWikiInvisibleBreakNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/invisible_break.php', + 'ezcDocumentWikiItalicNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/italic.php', + 'ezcDocumentWikiItalicToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/italic.php', + 'ezcDocumentWikiLineBreakNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/line_break.php', + 'ezcDocumentWikiLineBreakToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/line_break.php', + 'ezcDocumentWikiLineLevelNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/line.php', + 'ezcDocumentWikiLineMarkupToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/line_markup.php', + 'ezcDocumentWikiLinkEndNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/link_end.php', + 'ezcDocumentWikiLinkEndToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/link_end.php', + 'ezcDocumentWikiLinkNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/link.php', + 'ezcDocumentWikiLinkStartToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/link_start.php', + 'ezcDocumentWikiListNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/list.php', + 'ezcDocumentWikiLiteralBlockNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/literal_block.php', + 'ezcDocumentWikiLiteralBlockToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/literal_block.php', + 'ezcDocumentWikiLiteralLineToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/literal_line.php', + 'ezcDocumentWikiMatchingInlineNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/matching_inline.php', + 'ezcDocumentWikiMediawikiEmphasisToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/mediawiki_emphasis.php', + 'ezcDocumentWikiMediawikiTokenizer' => $vendorDir . '/zetacomponents/document/src/document/wiki/tokenizer/mediawiki.php', + 'ezcDocumentWikiMissingPluginHandlerException' => $vendorDir . '/zetacomponents/document/src/exceptions/missing_plugin_handler.php', + 'ezcDocumentWikiMonospaceNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/monospace.php', + 'ezcDocumentWikiMonospaceToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/monospace.php', + 'ezcDocumentWikiNewLineToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/new_line.php', + 'ezcDocumentWikiNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/node.php', + 'ezcDocumentWikiOptions' => $vendorDir . '/zetacomponents/document/src/options/document_wiki.php', + 'ezcDocumentWikiPageBreakNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/page_break.php', + 'ezcDocumentWikiPageBreakToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/page_break.php', + 'ezcDocumentWikiParagraphIndentationToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/indentation.php', + 'ezcDocumentWikiParagraphNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/paragraph.php', + 'ezcDocumentWikiParser' => $vendorDir . '/zetacomponents/document/src/document/wiki/parser.php', + 'ezcDocumentWikiPlugin' => $vendorDir . '/zetacomponents/document/src/document/wiki/plugin.php', + 'ezcDocumentWikiPluginNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/plugin.php', + 'ezcDocumentWikiPluginToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/plugin.php', + 'ezcDocumentWikiQuoteToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/quote.php', + 'ezcDocumentWikiSectionNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/section.php', + 'ezcDocumentWikiSeparatorNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/separator.php', + 'ezcDocumentWikiSeparatorToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/separator.php', + 'ezcDocumentWikiSpecialCharsToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/special_chars.php', + 'ezcDocumentWikiStrikeToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/strike.php', + 'ezcDocumentWikiSubscriptNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/subscript.php', + 'ezcDocumentWikiSubscriptToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/subscript.php', + 'ezcDocumentWikiSuperscriptNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/superscript.php', + 'ezcDocumentWikiSuperscriptToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/superscript.php', + 'ezcDocumentWikiTableCellNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/table_cell.php', + 'ezcDocumentWikiTableHeaderSeparatorNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/table_header_separator.php', + 'ezcDocumentWikiTableHeaderToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/table_header.php', + 'ezcDocumentWikiTableNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/table.php', + 'ezcDocumentWikiTableRowNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/table_row.php', + 'ezcDocumentWikiTableRowToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/table_row.php', + 'ezcDocumentWikiTextLineToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/text_line.php', + 'ezcDocumentWikiTextNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/text.php', + 'ezcDocumentWikiTitleNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/title.php', + 'ezcDocumentWikiTitleToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/title.php', + 'ezcDocumentWikiToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token.php', + 'ezcDocumentWikiTokenizer' => $vendorDir . '/zetacomponents/document/src/document/wiki/tokenizer.php', + 'ezcDocumentWikiTokenizerException' => $vendorDir . '/zetacomponents/document/src/exceptions/wiki_tokenizer.php', + 'ezcDocumentWikiUnderlineNode' => $vendorDir . '/zetacomponents/document/src/document/wiki/nodes/underline.php', + 'ezcDocumentWikiUnderlineToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/underline.php', + 'ezcDocumentWikiVisitor' => $vendorDir . '/zetacomponents/document/src/document/wiki/visitor.php', + 'ezcDocumentWikiWhitespaceToken' => $vendorDir . '/zetacomponents/document/src/document/wiki/token/whitespace.php', + 'ezcDocumentXhtml' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml.php', + 'ezcDocumentXhtmlBaseFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/base.php', + 'ezcDocumentXhtmlBlockquoteElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/blockquote.php', + 'ezcDocumentXhtmlContentLocatorFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/content_locator.php', + 'ezcDocumentXhtmlConversion' => $vendorDir . '/zetacomponents/document/src/interfaces/conversions/xhtml.php', + 'ezcDocumentXhtmlDefinitionListElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/definitionlist.php', + 'ezcDocumentXhtmlElementBaseFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/base.php', + 'ezcDocumentXhtmlElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element.php', + 'ezcDocumentXhtmlElementMappingFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/mapping.php', + 'ezcDocumentXhtmlEnumeratedElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/enumerated.php', + 'ezcDocumentXhtmlFootnoteElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/footnote.php', + 'ezcDocumentXhtmlHeaderElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/header.php', + 'ezcDocumentXhtmlImageElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/image.php', + 'ezcDocumentXhtmlLineBlockElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/lineblock.php', + 'ezcDocumentXhtmlLinkElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/link.php', + 'ezcDocumentXhtmlLiteralElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/literal.php', + 'ezcDocumentXhtmlMetadataFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/metadata.php', + 'ezcDocumentXhtmlOptions' => $vendorDir . '/zetacomponents/document/src/options/document_xhtml.php', + 'ezcDocumentXhtmlParagraphElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/paragraph.php', + 'ezcDocumentXhtmlSpecialParagraphElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/special_paragraph.php', + 'ezcDocumentXhtmlStrongElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/strong.php', + 'ezcDocumentXhtmlTableCellElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/tablecell.php', + 'ezcDocumentXhtmlTableElementFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/table.php', + 'ezcDocumentXhtmlTablesFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/tables.php', + 'ezcDocumentXhtmlTextToParagraphFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/element/text.php', + 'ezcDocumentXhtmlXpathFilter' => $vendorDir . '/zetacomponents/document/src/document/xml/xhtml/filter/xpath.php', + 'ezcDocumentXmlBase' => $vendorDir . '/zetacomponents/document/src/document/xml_base.php', + 'ezcDocumentXmlOptions' => $vendorDir . '/zetacomponents/document/src/options/document_xml.php', + 'ezcDocumentXsltConverter' => $vendorDir . '/zetacomponents/document/src/converters/xslt.php', + 'ezcDocumentXsltConverterOptions' => $vendorDir . '/zetacomponents/document/src/options/converter_xslt.php', ); diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php index b8ca364..90c8734 100644 --- a/vendor/composer/autoload_namespaces.php +++ b/vendor/composer/autoload_namespaces.php @@ -6,13 +6,48 @@ $baseDir = dirname($vendorDir); return array( + 'phpDocumentor\\Composer' => array($vendorDir . '/phpdocumentor/unified-asset-installer/src', $vendorDir . '/phpdocumentor/unified-asset-installer/test/unit'), + 'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/reflection/src', $vendorDir . '/phpdocumentor/reflection/tests/unit', $vendorDir . '/phpdocumentor/reflection/tests/mocks', $vendorDir . '/phpdocumentor/fileset/src', $vendorDir . '/phpdocumentor/fileset/tests/unit', $vendorDir . '/phpdocumentor/graphviz/src', $vendorDir . '/phpdocumentor/graphviz/tests/unit', $vendorDir . '/phpdocumentor/phpdocumentor/src', $vendorDir . '/phpdocumentor/phpdocumentor/tests/unit'), + 'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib'), + 'Zend\\ServiceManager\\' => array($vendorDir . '/zendframework/zend-servicemanager'), + 'Zend\\Serializer\\' => array($vendorDir . '/zendframework/zend-serializer'), + 'Zend\\Math\\' => array($vendorDir . '/zendframework/zend-math'), + 'Zend\\Json\\' => array($vendorDir . '/zendframework/zend-json'), + 'Zend\\I18n\\' => array($vendorDir . '/zendframework/zend-i18n'), + 'Zend\\Filter\\' => array($vendorDir . '/zendframework/zend-filter'), + 'Zend\\EventManager\\' => array($vendorDir . '/zendframework/zend-eventmanager'), + 'Zend\\Config\\' => array($vendorDir . '/zendframework/zend-config'), + 'Zend\\Cache\\' => array($vendorDir . '/zendframework/zend-cache'), + 'Twig_' => array($vendorDir . '/twig/twig/lib'), 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), + 'Symfony\\Component\\Validator\\' => array($vendorDir . '/symfony/validator'), + 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), + 'Symfony\\Component\\Stopwatch\\' => array($vendorDir . '/symfony/stopwatch'), + 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'), + 'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'), + 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'), 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'), 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), + 'Symfony\\Component\\Config\\' => array($vendorDir . '/symfony/config'), 'React\\Promise' => array($vendorDir . '/react/promise/src'), + 'Psr\\Log\\' => array($vendorDir . '/psr/log'), + 'Pimple' => array($vendorDir . '/pimple/pimple/lib'), + 'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src'), + 'PhpCollection' => array($vendorDir . '/phpcollection/phpcollection/src'), + 'Parsedown' => array($vendorDir . '/erusev/parsedown'), + 'PHPParser' => array($vendorDir . '/nikic/php-parser/lib'), + 'Metadata\\' => array($vendorDir . '/jms/metadata/src'), 'LazyMap\\' => array($vendorDir . '/ocramius/lazy-map/src'), + 'Knp\\Menu\\' => array($vendorDir . '/knplabs/knp-menu/src'), + 'JMS\\Serializer' => array($vendorDir . '/jms/serializer/src'), + 'JMS\\' => array($vendorDir . '/jms/parser-lib/src'), 'Instantiator\\' => array($vendorDir . '/ocramius/instantiator/src'), 'Guzzle\\Tests' => array($vendorDir . '/guzzle/guzzle/tests'), 'Guzzle' => array($vendorDir . '/guzzle/guzzle/src'), + 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'), + 'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib'), + 'Cilex\\Provider\\Console' => array($vendorDir . '/cilex/console-service-provider/src'), + 'Cilex\\Provider' => array($vendorDir . '/phpdocumentor/phpdocumentor/src'), + 'Cilex' => array($vendorDir . '/cilex/cilex/src'), 'Bcn\\Component\\Json\\' => array($vendorDir . '/bcncommerce/json-stream'), ); diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index 5aecc2f..70fa6e6 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -8,4 +8,5 @@ return array( 'ReferralIngester\\Command\\' => array($baseDir . '/clicommands'), 'PhpDruidIngest\\' => array($baseDir . '/src', $baseDir . '/tests'), + 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), ); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index ee4ecef..30573c1 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInita1e82e5eb4198b6c8b0794a3907c9da6 +class ComposerAutoloaderInit87abc466a6ebd9363a136079e7cb1b19 { private static $loader; @@ -19,9 +19,9 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInita1e82e5eb4198b6c8b0794a3907c9da6', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit87abc466a6ebd9363a136079e7cb1b19', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInita1e82e5eb4198b6c8b0794a3907c9da6', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit87abc466a6ebd9363a136079e7cb1b19', 'loadClassLoader')); $includePaths = require __DIR__ . '/include_paths.php'; array_push($includePaths, get_include_path()); @@ -48,7 +48,7 @@ public static function getLoader() } } -function composerRequirea1e82e5eb4198b6c8b0794a3907c9da6($file) +function composerRequire87abc466a6ebd9363a136079e7cb1b19($file) { require $file; } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 8dffa1a..1d5596d 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1137,5 +1137,2599 @@ "testing", "xunit" ] + }, + { + "name": "phpdocumentor/unified-asset-installer", + "version": "1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/UnifiedAssetInstaller.git", + "reference": "241fb036268cd9da7d76da3db66e3eda66259c52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/UnifiedAssetInstaller/zipball/241fb036268cd9da7d76da3db66e3eda66259c52", + "reference": "241fb036268cd9da7d76da3db66e3eda66259c52", + "shasum": "" + }, + "require": { + "composer-plugin-api": "1.0.0" + }, + "require-dev": { + "composer/composer": "~1.0@dev", + "phpunit/phpunit": "~3.7" + }, + "time": "2013-09-09 06:13:02", + "type": "composer-installer", + "extra": { + "class": "\\phpDocumentor\\Composer\\UnifiedAssetInstaller" + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "phpDocumentor\\Composer": [ + "src/", + "test/unit/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Asset installer for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "assets", + "installer", + "plugins", + "templates" + ] + }, + { + "name": "phpdocumentor/template-xml", + "version": "1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/mvriel/template.xml.git", + "reference": "a372713be8ee99b16497e2580592e474ff51190c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mvriel/template.xml/zipball/a372713be8ee99b16497e2580592e474ff51190c", + "reference": "a372713be8ee99b16497e2580592e474ff51190c", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2013-08-01 20:23:32", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Generates an XML representation of the project's structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-checkstyle", + "version": "1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.checkstyle.git", + "reference": "cfa86d19327b0d762332787ff2dda0d55226a2e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.checkstyle/zipball/cfa86d19327b0d762332787ff2dda0d55226a2e2", + "reference": "cfa86d19327b0d762332787ff2dda0d55226a2e2", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-08-17 19:32:38", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Checkstyle XML output template for phpDocumentor2", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-old-ocean", + "version": "1.3.2", + "version_normalized": "1.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.old_ocean.git", + "reference": "2fdb786038351c0ec88633d4e2aa103e4bbb8655" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.old_ocean/zipball/2fdb786038351c0ec88633d4e2aa103e4bbb8655", + "reference": "2fdb786038351c0ec88633d4e2aa103e4bbb8655", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-06-27 16:59:35", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Blue template with high contrast for the foreground", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-abstract", + "version": "1.2.2", + "version_normalized": "1.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.abstract.git", + "reference": "df1d11cf11cf5da433789e2be07f4d2d6e51aaca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.abstract/zipball/df1d11cf11cf5da433789e2be07f4d2d6e51aaca", + "reference": "df1d11cf11cf5da433789e2be07f4d2d6e51aaca", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-06-04 19:32:56", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Simple bright template for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-zend", + "version": "1.3.2", + "version_normalized": "1.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.zend.git", + "reference": "75913288bfd73d3bf4c1b1179c3963f3431e7a9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.zend/zipball/75913288bfd73d3bf4c1b1179c3963f3431e7a9d", + "reference": "75913288bfd73d3bf4c1b1179c3963f3431e7a9d", + "shasum": "" + }, + "require": { + "ext-xsl": "*", + "phpdocumentor/template-abstract": "1.*", + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2013-12-05 08:51:57", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Official Zend Framework Template for phpDocumentor2", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "ZendFramework", + "documentation", + "phpdoc", + "template", + "zend", + "zf" + ] + }, + { + "name": "phpdocumentor/template-new-black", + "version": "1.3.2", + "version_normalized": "1.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.new_black.git", + "reference": "d98f84633b94b279582735aecd91015c1e191d98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.new_black/zipball/d98f84633b94b279582735aecd91015c1e191d98", + "reference": "d98f84633b94b279582735aecd91015c1e191d98", + "shasum": "" + }, + "require": { + "phpdocumentor/template-abstract": "1.*", + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-06-27 17:00:31", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Web 2.0 template with dark sidebar for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-responsive", + "version": "1.3.5", + "version_normalized": "1.3.5.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.responsive.git", + "reference": "949e742f350f70fc8ec7c945b3cf0070a4e1825e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.responsive/zipball/949e742f350f70fc8ec7c945b3cf0070a4e1825e", + "reference": "949e742f350f70fc8ec7c945b3cf0070a4e1825e", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-08-05 20:47:53", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Responsive modern template for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-responsive-twig", + "version": "1.2.5", + "version_normalized": "1.2.5.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.responsive-twig.git", + "reference": "493e204be607583efd2d75f1728cd5210e23cf96" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.responsive-twig/zipball/493e204be607583efd2d75f1728cd5210e23cf96", + "reference": "493e204be607583efd2d75f1728cd5210e23cf96", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-07-30 20:00:37", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Responsive modern template for phpDocumentor for Twig", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ] + }, + { + "name": "phpdocumentor/template-clean", + "version": "1.0.6", + "version_normalized": "1.0.6.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.clean.git", + "reference": "6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.clean/zipball/6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45", + "reference": "6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "time": "2014-08-15 21:45:34", + "type": "phpdocumentor-template", + "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A clean, responsive modern template for phpDocumentor for Twig aimed at usability", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "responsive", + "template" + ] + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "38743b677965c48a637097b2746a281264ae2347" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/38743b677965c48a637097b2746a281264ae2347", + "reference": "38743b677965c48a637097b2746a281264ae2347", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*@stable" + }, + "suggest": { + "dflydev/markdown": "1.0.*", + "erusev/parsedown": "~0.7" + }, + "time": "2014-08-09 10:27:07", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ] + }, + { + "name": "nikic/php-parser", + "version": "v0.9.4", + "version_normalized": "0.9.4.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1e5e280ae88a27effa2ae4aa2bd088494ed8594f", + "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "time": "2013-08-25 17:11:40", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.9-dev" + } + }, + "installation-source": "dist", + "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" + ] + }, + { + "name": "psr/log", + "version": "1.0.0", + "version_normalized": "1.0.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": "" + }, + "time": "2012-12-21 11:40:51", + "type": "library", + "installation-source": "dist", + "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" + ] + }, + { + "name": "phpdocumentor/reflection", + "version": "1.0.6", + "version_normalized": "1.0.6.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/Reflection.git", + "reference": "b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a", + "reference": "b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a", + "shasum": "" + }, + "require": { + "nikic/php-parser": "0.9.4", + "php": ">=5.3.3", + "phpdocumentor/reflection-docblock": "2.*", + "psr/log": "~1.0" + }, + "require-dev": { + "behat/behat": "~2.4", + "mockery/mockery": ">=0.7.0", + "phpunit/phpunit": "~3.7" + }, + "time": "2014-06-06 20:42:11", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/", + "tests/mocks/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Reflection library to do Static Analysis for PHP Projects", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ] + }, + { + "name": "symfony/finder", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Finder", + "source": { + "type": "git", + "url": "https://github.com/symfony/Finder.git", + "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Finder/zipball/f40854d1a19c339c7f969f8f6d6d6e9153311c4c", + "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2014-09-03 09:00:14", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "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" + }, + { + "name": "phpdocumentor/fileset", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/Fileset.git", + "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/finder": "~2.1" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "time": "2013-08-06 21:07:42", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Fileset component for collecting a set of files given directories and file paths", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "files", + "fileset", + "phpdoc" + ] + }, + { + "name": "phpdocumentor/graphviz", + "version": "1.0.3", + "version_normalized": "1.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/GraphViz.git", + "reference": "aa243118c8a055fc853c02802e8503c5435862f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/aa243118c8a055fc853c02802e8503c5435862f7", + "reference": "aa243118c8a055fc853c02802e8503c5435862f7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "time": "2014-07-19 06:52:59", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ] + }, + { + "name": "zendframework/zend-stdlib", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Stdlib", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendStdlib.git", + "reference": "e646729f2274f4552b6a92e38d8e458efe08ebc5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/e646729f2274f4552b6a92e38d8e458efe08ebc5", + "reference": "e646729f2274f4552b6a92e38d8e458efe08ebc5", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "zendframework/zend-eventmanager": "To support aggregate hydrator usage", + "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" + }, + "time": "2014-01-04 13:00:28", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Stdlib\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "stdlib", + "zf2" + ] + }, + { + "name": "zendframework/zend-filter", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Filter", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendFilter.git", + "reference": "8ceece474b29d079e86976dbd3efffe6064b3d72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendFilter/zipball/8ceece474b29d079e86976dbd3efffe6064b3d72", + "reference": "8ceece474b29d079e86976dbd3efffe6064b3d72", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "require-dev": { + "zendframework/zend-crypt": "self.version" + }, + "suggest": { + "zendframework/zend-crypt": "Zend\\Crypt component", + "zendframework/zend-i18n": "Zend\\I18n component", + "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter", + "zendframework/zend-validator": "Zend\\Validator component" + }, + "time": "2014-03-03 21:00:06", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Filter\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides a set of commonly needed data filters", + "keywords": [ + "filter", + "zf2" + ] + }, + { + "name": "zendframework/zend-eventmanager", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/EventManager", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendEventManager.git", + "reference": "89368704bb37303fba64c3ddd6bce0506aa7187c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendEventManager/zipball/89368704bb37303fba64c3ddd6bce0506aa7187c", + "reference": "89368704bb37303fba64c3ddd6bce0506aa7187c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "time": "2014-01-04 13:00:14", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\EventManager\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "eventmanager", + "zf2" + ] + }, + { + "name": "zendframework/zend-servicemanager", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/ServiceManager", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendServiceManager.git", + "reference": "de182a20dfdcf978c49570514103c7477ef16e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/de182a20dfdcf978c49570514103c7477ef16e4f", + "reference": "de182a20dfdcf978c49570514103c7477ef16e4f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "zendframework/zend-di": "Zend\\Di component" + }, + "time": "2014-03-03 21:00:04", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\ServiceManager\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "servicemanager", + "zf2" + ] + }, + { + "name": "zendframework/zend-cache", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Cache", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendCache.git", + "reference": "560355160f06cdc3ef549a7eef843af3bead7e39" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendCache/zipball/560355160f06cdc3ef549a7eef843af3bead7e39", + "reference": "560355160f06cdc3ef549a7eef843af3bead7e39", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-eventmanager": "self.version", + "zendframework/zend-servicemanager": "self.version", + "zendframework/zend-stdlib": "self.version" + }, + "require-dev": { + "zendframework/zend-serializer": "self.version" + }, + "suggest": { + "ext-apc": "APC >= 3.1.6 to use the APC storage adapter", + "ext-dba": "DBA, to use the DBA storage adapter", + "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", + "ext-wincache": "WinCache, to use the WinCache storage adapter", + "zendframework/zend-serializer": "Zend\\Serializer component", + "zendframework/zend-session": "Zend\\Session component" + }, + "time": "2014-03-03 23:00:17", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides a generic way to cache any data", + "keywords": [ + "cache", + "zf2" + ] + }, + { + "name": "zendframework/zend-math", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Math", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendMath.git", + "reference": "b982ee2edafd4075b22372596ab2e2fdd0f6424e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendMath/zipball/b982ee2edafd4075b22372596ab2e2fdd0f6424e", + "reference": "b982ee2edafd4075b22372596ab2e2fdd0f6424e", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-bcmath": "If using the bcmath functionality", + "ext-gmp": "If using the gmp functionality", + "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", + "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality" + }, + "time": "2014-03-05 18:00:06", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Math\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "math", + "zf2" + ] + }, + { + "name": "zendframework/zend-json", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Json", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendJson.git", + "reference": "dd8a8239a7c08c7449a6ea219da3e2369bd90d92" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendJson/zipball/dd8a8239a7c08c7449a6ea219da3e2369bd90d92", + "reference": "dd8a8239a7c08c7449a6ea219da3e2369bd90d92", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-server": "Zend\\Server component" + }, + "time": "2014-03-06 18:00:05", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Json\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", + "keywords": [ + "json", + "zf2" + ] + }, + { + "name": "zendframework/zend-serializer", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Serializer", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendSerializer.git", + "reference": "d76b931d3ffa842a496c9fa319bbe285b5ddfade" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendSerializer/zipball/d76b931d3ffa842a496c9fa319bbe285b5ddfade", + "reference": "d76b931d3ffa842a496c9fa319bbe285b5ddfade", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-json": "self.version", + "zendframework/zend-math": "self.version", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-servicemanager": "To support plugin manager support" + }, + "time": "2014-01-02 18:00:26", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Serializer\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", + "keywords": [ + "serializer", + "zf2" + ] + }, + { + "name": "zendframework/zend-i18n", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/I18n", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendI18n.git", + "reference": "10f56e0869761d62699782e4dd04eb77262cc353" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendI18n/zipball/10f56e0869761d62699782e4dd04eb77262cc353", + "reference": "10f56e0869761d62699782e4dd04eb77262cc353", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", + "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", + "zendframework/zend-filter": "You should install this package to use the provided filters", + "zendframework/zend-resources": "Translation resources", + "zendframework/zend-validator": "You should install this package to use the provided validators", + "zendframework/zend-view": "You should install this package to use the provided view helpers" + }, + "time": "2014-01-04 13:00:19", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\I18n\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "keywords": [ + "i18n", + "zf2" + ] + }, + { + "name": "zendframework/zend-config", + "version": "2.1.6", + "version_normalized": "2.1.6.0", + "target-dir": "Zend/Config", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendConfig.git", + "reference": "a31c3980cf7ec88418a931e9cf4ba21079f47a08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a31c3980cf7ec88418a931e9cf4ba21079f47a08", + "reference": "a31c3980cf7ec88418a931e9cf4ba21079f47a08", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", + "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" + }, + "time": "2014-01-02 18:00:10", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Config\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides a nested object property based user interface for accessing this configuration data within application code", + "keywords": [ + "config", + "zf2" + ] + }, + { + "name": "knplabs/knp-menu", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/KnpLabs/KnpMenu.git", + "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/f8e867268f63f561c1adadd6cbb5d8524f921873", + "reference": "f8e867268f63f561c1adadd6cbb5d8524f921873", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "pimple/pimple": "*", + "silex/silex": "1.0.*", + "twig/twig": ">=1.2,<2.0-dev" + }, + "suggest": { + "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", + "silex/silex": "for the integration with your silex application", + "twig/twig": "for the TwigRenderer and the integration with your templates" + }, + "time": "2012-06-10 16:20:40", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Knp\\Menu\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + }, + { + "name": "Knplabs", + "homepage": "http://knplabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" + } + ], + "description": "An object oriented menu library", + "homepage": "http://knplabs.com", + "keywords": [ + "menu", + "tree" + ] + }, + { + "name": "doctrine/lexer", + "version": "v1.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", + "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "2013-01-12 18:59:04", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com", + "homepage": "http://www.instaclick.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "lexer", + "parser" + ] + }, + { + "name": "doctrine/annotations", + "version": "v1.2.0", + "version_normalized": "1.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", + "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "4.*" + }, + "time": "2014-07-06 15:52:21", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Doctrine\\Common\\Annotations\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/", + "role": "Creator" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com", + "homepage": "http://www.instaclick.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ] + }, + { + "name": "phpoption/phpoption", + "version": "1.4.0", + "version_normalized": "1.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2014-01-09 22:37:17", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "PhpOption\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ] + }, + { + "name": "phpcollection/phpcollection", + "version": "0.4.0", + "version_normalized": "0.4.0.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-collection.git", + "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", + "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", + "shasum": "" + }, + "require": { + "phpoption/phpoption": "1.*" + }, + "time": "2014-03-11 13:46:42", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "PhpCollection": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "General-Purpose Collection Library for PHP", + "keywords": [ + "collection", + "list", + "map", + "sequence", + "set" + ] + }, + { + "name": "jms/parser-lib", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/parser-lib.git", + "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", + "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", + "shasum": "" + }, + "require": { + "phpoption/phpoption": ">=0.9,<2.0-dev" + }, + "time": "2012-11-18 18:08:43", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "JMS\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "description": "A library for easily creating recursive-descent parsers." + }, + { + "name": "jms/metadata", + "version": "1.5.1", + "version_normalized": "1.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/metadata.git", + "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", + "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "doctrine/cache": "~1.0" + }, + "time": "2014-07-12 07:13:19", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Metadata\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Class/method/property metadata management in PHP", + "keywords": [ + "annotations", + "metadata", + "xml", + "yaml" + ] + }, + { + "name": "jms/serializer", + "version": "0.16.0", + "version_normalized": "0.16.0.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/serializer.git", + "reference": "c8a171357ca92b6706e395c757f334902d430ea9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", + "reference": "c8a171357ca92b6706e395c757f334902d430ea9", + "shasum": "" + }, + "require": { + "doctrine/annotations": "1.*", + "jms/metadata": "~1.1", + "jms/parser-lib": "1.*", + "php": ">=5.3.2", + "phpcollection/phpcollection": "~0.1" + }, + "require-dev": { + "doctrine/orm": "~2.1", + "doctrine/phpcr-odm": "~1.0.1", + "jackalope/jackalope-doctrine-dbal": "1.0.*", + "propel/propel1": "~1.7", + "symfony/filesystem": "2.*", + "symfony/form": "~2.1", + "symfony/translation": "~2.0", + "symfony/validator": "~2.0", + "symfony/yaml": "2.*", + "twig/twig": ">=1.8,<2.0-dev" + }, + "suggest": { + "symfony/yaml": "Required if you'd like to serialize data to YAML format." + }, + "time": "2014-03-18 08:39:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.15-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "JMS\\Serializer": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", + "homepage": "http://jmsyst.com/libs/serializer", + "keywords": [ + "deserialization", + "jaxb", + "json", + "serialization", + "xml" + ] + }, + { + "name": "symfony/filesystem", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Filesystem", + "source": { + "type": "git", + "url": "https://github.com/symfony/Filesystem.git", + "reference": "a765efd199e02ff4001c115c318e219030be9364" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a765efd199e02ff4001c115c318e219030be9364", + "reference": "a765efd199e02ff4001c115c318e219030be9364", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2014-09-03 09:00:14", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\Filesystem\\": "" + } + }, + "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 Filesystem Component", + "homepage": "http://symfony.com" + }, + { + "name": "symfony/config", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Config", + "source": { + "type": "git", + "url": "https://github.com/symfony/Config.git", + "reference": "080eabdc256c1d7a3a7cf6296271edb68eb1ab2b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Config/zipball/080eabdc256c1d7a3a7cf6296271edb68eb1ab2b", + "reference": "080eabdc256c1d7a3a7cf6296271edb68eb1ab2b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/filesystem": "~2.3" + }, + "time": "2014-08-31 03:22:04", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\Config\\": "" + } + }, + "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 Config Component", + "homepage": "http://symfony.com" + }, + { + "name": "symfony/stopwatch", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Stopwatch", + "source": { + "type": "git", + "url": "https://github.com/symfony/Stopwatch.git", + "reference": "22ab4f76cdeefd38b00022a6be5709190a2fd046" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/22ab4f76cdeefd38b00022a6be5709190a2fd046", + "reference": "22ab4f76cdeefd38b00022a6be5709190a2fd046", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2014-08-14 16:10:54", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\Stopwatch\\": "" + } + }, + "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 Stopwatch Component", + "homepage": "http://symfony.com" + }, + { + "name": "zetacomponents/base", + "version": "1.8", + "version_normalized": "1.8.0.0", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Base.git", + "reference": "52ca69c1de55f3fa4f595779e5bc831da7ee176c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Base/zipball/52ca69c1de55f3fa4f595779e5bc831da7ee176c", + "reference": "52ca69c1de55f3fa4f595779e5bc831da7ee176c", + "shasum": "" + }, + "time": "2009-12-21 12:14:16", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "apache2" + ], + "authors": [ + { + "name": "Sergey Alexeev" + }, + { + "name": "Sebastian Bergmann" + }, + { + "name": "Jan Borsodi" + }, + { + "name": "Raymond Bosman" + }, + { + "name": "Frederik Holljen" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Vadym Savchuk" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", + "homepage": "https://github.com/zetacomponents" + }, + { + "name": "zetacomponents/document", + "version": "1.3.1", + "version_normalized": "1.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/zetacomponents/Document.git", + "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "shasum": "" + }, + "require": { + "zetacomponents/base": "*" + }, + "require-dev": { + "zetacomponents/unit-test": "dev-master" + }, + "time": "2013-12-19 11:40:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Sebastian Bergmann" + }, + { + "name": "Kore Nordmann" + }, + { + "name": "Derick Rethans" + }, + { + "name": "Tobias Schlitt" + }, + { + "name": "Alexandru Stanoi" + } + ], + "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", + "homepage": "https://github.com/zetacomponents" + }, + { + "name": "symfony/process", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Process", + "source": { + "type": "git", + "url": "https://github.com/symfony/Process.git", + "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Process/zipball/136cf0bdaacea81f779583376d47dd8aef4fc6ba", + "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "time": "2014-08-31 03:22:04", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "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" + }, + { + "name": "erusev/parsedown", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/erusev/parsedown.git", + "reference": "d24439ada0704948deef0d3eda2ea20fd8db1747" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/d24439ada0704948deef0d3eda2ea20fd8db1747", + "reference": "d24439ada0704948deef0d3eda2ea20fd8db1747", + "shasum": "" + }, + "time": "2014-05-21 20:20:46", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Parsedown": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Emanuil Rusev", + "email": "hello@erusev.com", + "homepage": "http://erusev.com" + } + ], + "description": "Parser for Markdown.", + "homepage": "http://parsedown.org", + "keywords": [ + "markdown", + "parser" + ] + }, + { + "name": "twig/twig", + "version": "v1.16.0", + "version_normalized": "1.16.0.0", + "source": { + "type": "git", + "url": "https://github.com/fabpot/Twig.git", + "reference": "8ce37115802e257a984a82d38254884085060024" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024", + "reference": "8ce37115802e257a984a82d38254884085060024", + "shasum": "" + }, + "require": { + "php": ">=5.2.4" + }, + "time": "2014-07-05 12:19:05", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.16-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Twig_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "https://github.com/fabpot/Twig/graphs/contributors", + "role": "Contributors" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ] + }, + { + "name": "monolog/monolog", + "version": "1.10.0", + "version_normalized": "1.10.0.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "25b16e801979098cb2f120e697bfce454b18bf23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23", + "reference": "25b16e801979098cb2f120e697bfce454b18bf23", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "require-dev": { + "aws/aws-sdk-php": "~2.4, >2.4.8", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "phpunit/phpunit": "~3.7.0", + "raven/raven": "~0.5", + "ruflin/elastica": "0.90.*" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "raven/raven": "Allow sending log messages to a Sentry server", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" + }, + "time": "2014-06-04 16:30:04", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be", + "role": "Developer" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ] + }, + { + "name": "phenx/php-font-lib", + "version": "0.2.2", + "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/PhenX/php-font-lib.git", + "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82", + "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82", + "shasum": "" + }, + "time": "2014-02-01 15:22:28", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "classes/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse, export and make subsets of different types of font files.", + "homepage": "https://github.com/PhenX/php-font-lib" + }, + { + "name": "dompdf/dompdf", + "version": "v0.6.1", + "version_normalized": "0.6.1.0", + "source": { + "type": "git", + "url": "https://github.com/dompdf/dompdf.git", + "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cf7d8a0a27270418850cc7d7ea532159e5eeb3eb", + "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb", + "shasum": "" + }, + "require": { + "phenx/php-font-lib": "0.2.*" + }, + "time": "2014-03-11 01:59:52", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "include/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + }, + { + "name": "Brian Sweeney", + "email": "eclecticgeek@gmail.com" + } + ], + "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", + "homepage": "https://github.com/dompdf/dompdf" + }, + { + "name": "symfony/translation", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Translation", + "source": { + "type": "git", + "url": "https://github.com/symfony/Translation.git", + "reference": "7526ad65f1961b2422ab33e4d3b05f92be16e5e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Translation/zipball/7526ad65f1961b2422ab33e4d3b05f92be16e5e2", + "reference": "7526ad65f1961b2422ab33e4d3b05f92be16e5e2", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/config": "~2.0", + "symfony/yaml": "~2.2" + }, + "suggest": { + "symfony/config": "", + "symfony/yaml": "" + }, + "time": "2014-09-03 09:00:14", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\Translation\\": "" + } + }, + "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 Translation Component", + "homepage": "http://symfony.com" + }, + { + "name": "symfony/validator", + "version": "v2.5.4", + "version_normalized": "2.5.4.0", + "target-dir": "Symfony/Component/Validator", + "source": { + "type": "git", + "url": "https://github.com/symfony/Validator.git", + "reference": "d23b909823dae2f43b7b6137cafb110fb2df047a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Validator/zipball/d23b909823dae2f43b7b6137cafb110fb2df047a", + "reference": "d23b909823dae2f43b7b6137cafb110fb2df047a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/translation": "~2.0" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "egulias/email-validator": "~1.0", + "symfony/config": "~2.2", + "symfony/expression-language": "~2.4", + "symfony/http-foundation": "~2.1", + "symfony/intl": "~2.3", + "symfony/property-access": "~2.2", + "symfony/yaml": "~2.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "symfony/config": "", + "symfony/expression-language": "For using the 2.4 Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For using the 2.4 Validator API", + "symfony/yaml": "" + }, + "time": "2014-08-31 03:34:15", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Symfony\\Component\\Validator\\": "" + } + }, + "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 Validator Component", + "homepage": "http://symfony.com" + }, + { + "name": "pimple/pimple", + "version": "v1.1.1", + "version_normalized": "1.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/fabpot/Pimple.git", + "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fabpot/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", + "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2013-11-22 08:30:29", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Pimple": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + } + ], + "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", + "homepage": "http://pimple.sensiolabs.org", + "keywords": [ + "container", + "dependency injection" + ] + }, + { + "name": "cilex/console-service-provider", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Cilex/console-service-provider.git", + "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e", + "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "pimple/pimple": "1.*@dev", + "symfony/console": "~2.1" + }, + "require-dev": { + "cilex/cilex": "1.*@dev", + "silex/silex": "1.*@dev" + }, + "time": "2012-12-19 10:50:58", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Cilex\\Provider\\Console": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "description": "Console Service Provider", + "keywords": [ + "cilex", + "console", + "pimple", + "service-provider", + "silex" + ] + }, + { + "name": "cilex/cilex", + "version": "1.1.0", + "version_normalized": "1.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/Cilex/Cilex.git", + "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5", + "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5", + "shasum": "" + }, + "require": { + "cilex/console-service-provider": "1.*", + "php": ">=5.3.3", + "pimple/pimple": "~1.0", + "symfony/finder": "~2.1", + "symfony/process": "~2.1" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "symfony/validator": "~2.1" + }, + "suggest": { + "monolog/monolog": ">=1.0.0", + "symfony/validator": ">=1.0.0", + "symfony/yaml": ">=1.0.0" + }, + "time": "2014-03-29 14:03:13", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Cilex": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components", + "homepage": "http://cilex.github.com", + "keywords": [ + "cli", + "microframework" + ] + }, + { + "name": "phpdocumentor/phpdocumentor", + "version": "v2.7.0", + "version_normalized": "2.7.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/phpDocumentor2.git", + "reference": "98b28ee43b314063e759882d3dcece16afc4d9b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/98b28ee43b314063e759882d3dcece16afc4d9b2", + "reference": "98b28ee43b314063e759882d3dcece16afc4d9b2", + "shasum": "" + }, + "require": { + "cilex/cilex": "~1.0", + "dompdf/dompdf": "~0.6", + "erusev/parsedown": "~1.0", + "jms/serializer": "~0.12", + "knplabs/knp-menu": "~1.1", + "monolog/monolog": "~1.6", + "php": ">=5.3.3", + "phpdocumentor/fileset": "~1.0", + "phpdocumentor/graphviz": "~1.0", + "phpdocumentor/reflection": "~1.0", + "phpdocumentor/reflection-docblock": "~2.0", + "phpdocumentor/template-abstract": "~1.2", + "phpdocumentor/template-checkstyle": "~1.2", + "phpdocumentor/template-clean": "~1.0", + "phpdocumentor/template-new-black": "~1.3", + "phpdocumentor/template-old-ocean": "~1.3", + "phpdocumentor/template-responsive": "~1.3", + "phpdocumentor/template-responsive-twig": "~1.2", + "phpdocumentor/template-xml": "~1.0", + "phpdocumentor/template-zend": "~1.3", + "symfony/config": "~2.3", + "symfony/console": "~2.3", + "symfony/event-dispatcher": "~2.1", + "symfony/process": "~2.0", + "symfony/stopwatch": "~2.3", + "symfony/validator": "~2.2", + "twig/twig": "~1.3", + "zendframework/zend-cache": "2.1.*", + "zendframework/zend-config": "2.1.*", + "zendframework/zend-filter": "2.1.*", + "zendframework/zend-i18n": "2.1.*", + "zendframework/zend-serializer": "2.1.*", + "zendframework/zend-servicemanager": "2.1.*", + "zendframework/zend-stdlib": "2.1.*", + "zetacomponents/document": ">=1.3.1" + }, + "require-dev": { + "behat/behat": "~2.4", + "mikey179/vfsstream": "~1.2", + "mockery/mockery": "dev-master#1b3b265a904cab6f28b72684d7d62abade836e25", + "phpunit/phpunit": "~3.7", + "squizlabs/php_codesniffer": "~1.4", + "symfony/expression-language": "~2.4" + }, + "suggest": { + "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", + "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." + }, + "time": "2014-08-20 19:40:09", + "bin": [ + "bin/phpdoc.php", + "bin/phpdoc" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "2.6-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/" + ], + "Cilex\\Provider": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Documentation Generator for PHP", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "api", + "application", + "dga", + "documentation", + "phpdoc" + ] } ] From 926ffc802a302d9d3688679410dc655d70c70085 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Tue, 23 Sep 2014 12:25:32 -0700 Subject: [PATCH 2/4] Including php-druid-query as src to the docs for better documentation --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1cb9d2b..7a95cdf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,7 @@ module.exports = function(grunt) { src_documentation : { options: { - directory : 'src/,clicommands/', + directory : 'src/,clicommands/,vendor/r4j4h/php-druid-query', target : 'docs/main' } } From 8cd7077d5047c28e58ca3d4f402a77e837f38ef1 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Tue, 23 Sep 2014 17:16:24 -0700 Subject: [PATCH 3/4] Adding phing phpdocumentor target --- build.xml | 21 + composer.lock | 754 +++++++++++++++++++++++++++++- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 8 +- 4 files changed, 779 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 71963fa..30101e2 100644 --- a/build.xml +++ b/build.xml @@ -5,14 +5,34 @@ + + + + + + + + + + + + + + + + + + @@ -35,5 +55,6 @@ + \ No newline at end of file diff --git a/composer.lock b/composer.lock index aa0f18d..8aca991 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "246095f67e217802e3fadcbf7e8b1bca", + "hash": "58d9388326c0facce32421cfcd6234ba", "packages": [ { "name": "bcncommerce/json-stream", @@ -1125,6 +1125,40 @@ ], "time": "2013-11-09 22:30:54" }, + { + "name": "phenx/php-font-lib", + "version": "0.2.2", + "source": { + "type": "git", + "url": "https://github.com/PhenX/php-font-lib.git", + "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82", + "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "classes/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse, export and make subsets of different types of font files.", + "homepage": "https://github.com/PhenX/php-font-lib", + "time": "2014-02-01 15:22:28" + }, { "name": "phing/phing", "version": "2.8.2", @@ -1196,6 +1230,724 @@ ], "time": "2014-07-18 10:23:54" }, + { + "name": "phpcollection/phpcollection", + "version": "0.4.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-collection.git", + "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", + "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", + "shasum": "" + }, + "require": { + "phpoption/phpoption": "1.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-0": { + "PhpCollection": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "General-Purpose Collection Library for PHP", + "keywords": [ + "collection", + "list", + "map", + "sequence", + "set" + ], + "time": "2014-03-11 13:46:42" + }, + { + "name": "phpdocumentor/fileset", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/Fileset.git", + "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/finder": "~2.1" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Fileset component for collecting a set of files given directories and file paths", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "files", + "fileset", + "phpdoc" + ], + "time": "2013-08-06 21:07:42" + }, + { + "name": "phpdocumentor/graphviz", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/GraphViz.git", + "reference": "aa243118c8a055fc853c02802e8503c5435862f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/aa243118c8a055fc853c02802e8503c5435862f7", + "reference": "aa243118c8a055fc853c02802e8503c5435862f7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "time": "2014-07-19 06:52:59" + }, + { + "name": "phpdocumentor/phpdocumentor", + "version": "v2.7.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/phpDocumentor2.git", + "reference": "98b28ee43b314063e759882d3dcece16afc4d9b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/98b28ee43b314063e759882d3dcece16afc4d9b2", + "reference": "98b28ee43b314063e759882d3dcece16afc4d9b2", + "shasum": "" + }, + "require": { + "cilex/cilex": "~1.0", + "dompdf/dompdf": "~0.6", + "erusev/parsedown": "~1.0", + "jms/serializer": "~0.12", + "knplabs/knp-menu": "~1.1", + "monolog/monolog": "~1.6", + "php": ">=5.3.3", + "phpdocumentor/fileset": "~1.0", + "phpdocumentor/graphviz": "~1.0", + "phpdocumentor/reflection": "~1.0", + "phpdocumentor/reflection-docblock": "~2.0", + "phpdocumentor/template-abstract": "~1.2", + "phpdocumentor/template-checkstyle": "~1.2", + "phpdocumentor/template-clean": "~1.0", + "phpdocumentor/template-new-black": "~1.3", + "phpdocumentor/template-old-ocean": "~1.3", + "phpdocumentor/template-responsive": "~1.3", + "phpdocumentor/template-responsive-twig": "~1.2", + "phpdocumentor/template-xml": "~1.0", + "phpdocumentor/template-zend": "~1.3", + "symfony/config": "~2.3", + "symfony/console": "~2.3", + "symfony/event-dispatcher": "~2.1", + "symfony/process": "~2.0", + "symfony/stopwatch": "~2.3", + "symfony/validator": "~2.2", + "twig/twig": "~1.3", + "zendframework/zend-cache": "2.1.*", + "zendframework/zend-config": "2.1.*", + "zendframework/zend-filter": "2.1.*", + "zendframework/zend-i18n": "2.1.*", + "zendframework/zend-serializer": "2.1.*", + "zendframework/zend-servicemanager": "2.1.*", + "zendframework/zend-stdlib": "2.1.*", + "zetacomponents/document": ">=1.3.1" + }, + "require-dev": { + "behat/behat": "~2.4", + "mikey179/vfsstream": "~1.2", + "mockery/mockery": "dev-master#1b3b265a904cab6f28b72684d7d62abade836e25", + "phpunit/phpunit": "~3.7", + "squizlabs/php_codesniffer": "~1.4", + "symfony/expression-language": "~2.4" + }, + "suggest": { + "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", + "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." + }, + "bin": [ + "bin/phpdoc.php", + "bin/phpdoc" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/" + ], + "Cilex\\Provider": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Documentation Generator for PHP", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "api", + "application", + "dga", + "documentation", + "phpdoc" + ], + "time": "2014-08-20 19:40:09" + }, + { + "name": "phpdocumentor/reflection", + "version": "1.0.6", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/Reflection.git", + "reference": "b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a", + "reference": "b7d8c7abbe5f3f5fe0cb438fcc4bf9349609109a", + "shasum": "" + }, + "require": { + "nikic/php-parser": "0.9.4", + "php": ">=5.3.3", + "phpdocumentor/reflection-docblock": "2.*", + "psr/log": "~1.0" + }, + "require-dev": { + "behat/behat": "~2.4", + "mockery/mockery": ">=0.7.0", + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/", + "tests/unit/", + "tests/mocks/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Reflection library to do Static Analysis for PHP Projects", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2014-06-06 20:42:11" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "38743b677965c48a637097b2746a281264ae2347" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/38743b677965c48a637097b2746a281264ae2347", + "reference": "38743b677965c48a637097b2746a281264ae2347", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*@stable" + }, + "suggest": { + "dflydev/markdown": "1.0.*", + "erusev/parsedown": "~0.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "time": "2014-08-09 10:27:07" + }, + { + "name": "phpdocumentor/template-abstract", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.abstract.git", + "reference": "df1d11cf11cf5da433789e2be07f4d2d6e51aaca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.abstract/zipball/df1d11cf11cf5da433789e2be07f4d2d6e51aaca", + "reference": "df1d11cf11cf5da433789e2be07f4d2d6e51aaca", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Simple bright template for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-06-04 19:32:56" + }, + { + "name": "phpdocumentor/template-checkstyle", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.checkstyle.git", + "reference": "cfa86d19327b0d762332787ff2dda0d55226a2e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.checkstyle/zipball/cfa86d19327b0d762332787ff2dda0d55226a2e2", + "reference": "cfa86d19327b0d762332787ff2dda0d55226a2e2", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Checkstyle XML output template for phpDocumentor2", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-08-17 19:32:38" + }, + { + "name": "phpdocumentor/template-clean", + "version": "1.0.6", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.clean.git", + "reference": "6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.clean/zipball/6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45", + "reference": "6fc0f7f6c55c1f94ac5b1c6fccde7aac77755e45", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A clean, responsive modern template for phpDocumentor for Twig aimed at usability", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "responsive", + "template" + ], + "time": "2014-08-15 21:45:34" + }, + { + "name": "phpdocumentor/template-new-black", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.new_black.git", + "reference": "d98f84633b94b279582735aecd91015c1e191d98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.new_black/zipball/d98f84633b94b279582735aecd91015c1e191d98", + "reference": "d98f84633b94b279582735aecd91015c1e191d98", + "shasum": "" + }, + "require": { + "phpdocumentor/template-abstract": "1.*", + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Web 2.0 template with dark sidebar for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-06-27 17:00:31" + }, + { + "name": "phpdocumentor/template-old-ocean", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.old_ocean.git", + "reference": "2fdb786038351c0ec88633d4e2aa103e4bbb8655" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.old_ocean/zipball/2fdb786038351c0ec88633d4e2aa103e4bbb8655", + "reference": "2fdb786038351c0ec88633d4e2aa103e4bbb8655", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Blue template with high contrast for the foreground", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-06-27 16:59:35" + }, + { + "name": "phpdocumentor/template-responsive", + "version": "1.3.5", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.responsive.git", + "reference": "949e742f350f70fc8ec7c945b3cf0070a4e1825e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.responsive/zipball/949e742f350f70fc8ec7c945b3cf0070a4e1825e", + "reference": "949e742f350f70fc8ec7c945b3cf0070a4e1825e", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Responsive modern template for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-08-05 20:47:53" + }, + { + "name": "phpdocumentor/template-responsive-twig", + "version": "1.2.5", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.responsive-twig.git", + "reference": "493e204be607583efd2d75f1728cd5210e23cf96" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.responsive-twig/zipball/493e204be607583efd2d75f1728cd5210e23cf96", + "reference": "493e204be607583efd2d75f1728cd5210e23cf96", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Responsive modern template for phpDocumentor for Twig", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2014-07-30 20:00:37" + }, + { + "name": "phpdocumentor/template-xml", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/mvriel/template.xml.git", + "reference": "a372713be8ee99b16497e2580592e474ff51190c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mvriel/template.xml/zipball/a372713be8ee99b16497e2580592e474ff51190c", + "reference": "a372713be8ee99b16497e2580592e474ff51190c", + "shasum": "" + }, + "require": { + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Generates an XML representation of the project's structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "documentation", + "phpdoc", + "template" + ], + "time": "2013-08-01 20:23:32" + }, + { + "name": "phpdocumentor/template-zend", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/template.zend.git", + "reference": "75913288bfd73d3bf4c1b1179c3963f3431e7a9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/template.zend/zipball/75913288bfd73d3bf4c1b1179c3963f3431e7a9d", + "reference": "75913288bfd73d3bf4c1b1179c3963f3431e7a9d", + "shasum": "" + }, + "require": { + "ext-xsl": "*", + "phpdocumentor/template-abstract": "1.*", + "phpdocumentor/unified-asset-installer": "~1.1" + }, + "type": "phpdocumentor-template", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Official Zend Framework Template for phpDocumentor2", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "ZendFramework", + "documentation", + "phpdoc", + "template", + "zend", + "zf" + ], + "time": "2013-12-05 08:51:57" + }, + { + "name": "phpdocumentor/unified-asset-installer", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/UnifiedAssetInstaller.git", + "reference": "241fb036268cd9da7d76da3db66e3eda66259c52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/UnifiedAssetInstaller/zipball/241fb036268cd9da7d76da3db66e3eda66259c52", + "reference": "241fb036268cd9da7d76da3db66e3eda66259c52", + "shasum": "" + }, + "require": { + "composer-plugin-api": "1.0.0" + }, + "require-dev": { + "composer/composer": "~1.0@dev", + "phpunit/phpunit": "~3.7" + }, + "type": "composer-installer", + "extra": { + "class": "\\phpDocumentor\\Composer\\UnifiedAssetInstaller" + }, + "autoload": { + "psr-0": { + "phpDocumentor\\Composer": [ + "src/", + "test/unit/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Asset installer for phpDocumentor", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "assets", + "installer", + "plugins", + "templates" + ], + "time": "2013-09-09 06:13:02" + }, + { + "name": "phpoption/phpoption", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-0": { + "PhpOption\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "time": "2014-01-09 22:37:17" + }, { "name": "phpunit/php-code-coverage", "version": "2.0.11", diff --git a/vendor/autoload.php b/vendor/autoload.php index 023e44f..611cf6c 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInit9b1751993a0923e60e462a76bce2a0b6::getLoader(); +return ComposerAutoloaderInit66936eff2dc1631a499a0261fc20d0b6::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index eca394b..f5d242d 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit9b1751993a0923e60e462a76bce2a0b6 +class ComposerAutoloaderInit66936eff2dc1631a499a0261fc20d0b6 { private static $loader; @@ -19,9 +19,9 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit9b1751993a0923e60e462a76bce2a0b6', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit66936eff2dc1631a499a0261fc20d0b6', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit9b1751993a0923e60e462a76bce2a0b6', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit66936eff2dc1631a499a0261fc20d0b6', 'loadClassLoader')); $includePaths = require __DIR__ . '/include_paths.php'; array_push($includePaths, get_include_path()); @@ -48,7 +48,7 @@ public static function getLoader() } } -function composerRequire9b1751993a0923e60e462a76bce2a0b6($file) +function composerRequire66936eff2dc1631a499a0261fc20d0b6($file) { require $file; } From 9bedf953960129f4a4d9b8b3d374f89ba08f0897 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Tue, 23 Sep 2014 18:12:07 -0700 Subject: [PATCH 4/4] Adding docs to the report target --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 399883c..4b5a680 100644 --- a/build.xml +++ b/build.xml @@ -142,7 +142,7 @@ - +