Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
installed.json
0001 [
0002 {
0003 "name": "bantu/ini-get-wrapper",
0004 "version": "v1.0.1",
0005 "version_normalized": "1.0.1.0",
0006 "source": {
0007 "type": "git",
0008 "url": "https://github.com/bantuXorg/php-ini-get-wrapper.git",
0009 "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2"
0010 },
0011 "dist": {
0012 "type": "zip",
0013 "url": "https://api.github.com/repos/bantuXorg/php-ini-get-wrapper/zipball/4770c7feab370c62e23db4f31c112b7c6d90aee2",
0014 "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2",
0015 "shasum": ""
0016 },
0017 "require-dev": {
0018 "phpunit/phpunit": "3.7.*"
0019 },
0020 "time": "2014-09-15 13:12:35",
0021 "type": "library",
0022 "installation-source": "dist",
0023 "autoload": {
0024 "psr-4": {
0025 "bantu\\IniGetWrapper\\": "src/"
0026 }
0027 },
0028 "notification-url": "https://packagist.org/downloads/",
0029 "license": [
0030 "MIT"
0031 ],
0032 "description": "Convenience wrapper around ini_get()"
0033 },
0034 {
0035 "name": "google/recaptcha",
0036 "version": "1.1.2",
0037 "version_normalized": "1.1.2.0",
0038 "source": {
0039 "type": "git",
0040 "url": "https://github.com/google/recaptcha.git",
0041 "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
0042 },
0043 "dist": {
0044 "type": "zip",
0045 "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
0046 "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
0047 "shasum": ""
0048 },
0049 "require": {
0050 "php": ">=5.3.2"
0051 },
0052 "require-dev": {
0053 "phpunit/phpunit": "4.5.*"
0054 },
0055 "time": "2015-09-02 17:23:59",
0056 "type": "library",
0057 "extra": {
0058 "branch-alias": {
0059 "dev-master": "1.1.x-dev"
0060 }
0061 },
0062 "installation-source": "dist",
0063 "autoload": {
0064 "psr-4": {
0065 "ReCaptcha\\": "src/ReCaptcha"
0066 }
0067 },
0068 "notification-url": "https://packagist.org/downloads/",
0069 "license": [
0070 "BSD-3-Clause"
0071 ],
0072 "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
0073 "homepage": "http://www.google.com/recaptcha/",
0074 "keywords": [
0075 "Abuse",
0076 "captcha",
0077 "recaptcha",
0078 "spam"
0079 ]
0080 },
0081 {
0082 "name": "react/promise",
0083 "version": "v2.4.1",
0084 "version_normalized": "2.4.1.0",
0085 "source": {
0086 "type": "git",
0087 "url": "https://github.com/reactphp/promise.git",
0088 "reference": "8025426794f1944de806618671d4fa476dc7626f"
0089 },
0090 "dist": {
0091 "type": "zip",
0092 "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
0093 "reference": "8025426794f1944de806618671d4fa476dc7626f",
0094 "shasum": ""
0095 },
0096 "require": {
0097 "php": ">=5.4.0"
0098 },
0099 "time": "2016-05-03 17:50:52",
0100 "type": "library",
0101 "extra": {
0102 "branch-alias": {
0103 "dev-master": "2.0-dev"
0104 }
0105 },
0106 "installation-source": "dist",
0107 "autoload": {
0108 "psr-4": {
0109 "React\\Promise\\": "src/"
0110 },
0111 "files": [
0112 "src/functions_include.php"
0113 ]
0114 },
0115 "notification-url": "https://packagist.org/downloads/",
0116 "license": [
0117 "MIT"
0118 ],
0119 "authors": [
0120 {
0121 "name": "Jan Sorgalla",
0122 "email": "jsorgalla@gmail.com"
0123 }
0124 ],
0125 "description": "A lightweight implementation of CommonJS Promises/A for PHP"
0126 },
0127 {
0128 "name": "guzzlehttp/streams",
0129 "version": "3.0.0",
0130 "version_normalized": "3.0.0.0",
0131 "source": {
0132 "type": "git",
0133 "url": "https://github.com/guzzle/streams.git",
0134 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
0135 },
0136 "dist": {
0137 "type": "zip",
0138 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
0139 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
0140 "shasum": ""
0141 },
0142 "require": {
0143 "php": ">=5.4.0"
0144 },
0145 "require-dev": {
0146 "phpunit/phpunit": "~4.0"
0147 },
0148 "time": "2014-10-12 19:18:40",
0149 "type": "library",
0150 "extra": {
0151 "branch-alias": {
0152 "dev-master": "3.0-dev"
0153 }
0154 },
0155 "installation-source": "dist",
0156 "autoload": {
0157 "psr-4": {
0158 "GuzzleHttp\\Stream\\": "src/"
0159 }
0160 },
0161 "notification-url": "https://packagist.org/downloads/",
0162 "license": [
0163 "MIT"
0164 ],
0165 "authors": [
0166 {
0167 "name": "Michael Dowling",
0168 "email": "mtdowling@gmail.com",
0169 "homepage": "https://github.com/mtdowling"
0170 }
0171 ],
0172 "description": "Provides a simple abstraction over streams of data",
0173 "homepage": "http://guzzlephp.org/",
0174 "keywords": [
0175 "Guzzle",
0176 "stream"
0177 ]
0178 },
0179 {
0180 "name": "guzzlehttp/ringphp",
0181 "version": "1.1.0",
0182 "version_normalized": "1.1.0.0",
0183 "source": {
0184 "type": "git",
0185 "url": "https://github.com/guzzle/RingPHP.git",
0186 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
0187 },
0188 "dist": {
0189 "type": "zip",
0190 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
0191 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
0192 "shasum": ""
0193 },
0194 "require": {
0195 "guzzlehttp/streams": "~3.0",
0196 "php": ">=5.4.0",
0197 "react/promise": "~2.0"
0198 },
0199 "require-dev": {
0200 "ext-curl": "*",
0201 "phpunit/phpunit": "~4.0"
0202 },
0203 "suggest": {
0204 "ext-curl": "Guzzle will use specific adapters if cURL is present"
0205 },
0206 "time": "2015-05-20 03:37:09",
0207 "type": "library",
0208 "extra": {
0209 "branch-alias": {
0210 "dev-master": "1.1-dev"
0211 }
0212 },
0213 "installation-source": "dist",
0214 "autoload": {
0215 "psr-4": {
0216 "GuzzleHttp\\Ring\\": "src/"
0217 }
0218 },
0219 "notification-url": "https://packagist.org/downloads/",
0220 "license": [
0221 "MIT"
0222 ],
0223 "authors": [
0224 {
0225 "name": "Michael Dowling",
0226 "email": "mtdowling@gmail.com",
0227 "homepage": "https://github.com/mtdowling"
0228 }
0229 ],
0230 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
0231 },
0232 {
0233 "name": "guzzlehttp/guzzle",
0234 "version": "5.3.1",
0235 "version_normalized": "5.3.1.0",
0236 "source": {
0237 "type": "git",
0238 "url": "https://github.com/guzzle/guzzle.git",
0239 "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
0240 },
0241 "dist": {
0242 "type": "zip",
0243 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
0244 "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
0245 "shasum": ""
0246 },
0247 "require": {
0248 "guzzlehttp/ringphp": "^1.1",
0249 "php": ">=5.4.0"
0250 },
0251 "require-dev": {
0252 "ext-curl": "*",
0253 "phpunit/phpunit": "^4.0"
0254 },
0255 "time": "2016-07-15 19:28:39",
0256 "type": "library",
0257 "installation-source": "dist",
0258 "autoload": {
0259 "psr-4": {
0260 "GuzzleHttp\\": "src/"
0261 }
0262 },
0263 "notification-url": "https://packagist.org/downloads/",
0264 "license": [
0265 "MIT"
0266 ],
0267 "authors": [
0268 {
0269 "name": "Michael Dowling",
0270 "email": "mtdowling@gmail.com",
0271 "homepage": "https://github.com/mtdowling"
0272 }
0273 ],
0274 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
0275 "homepage": "http://guzzlephp.org/",
0276 "keywords": [
0277 "client",
0278 "curl",
0279 "framework",
0280 "http",
0281 "http client",
0282 "rest",
0283 "web service"
0284 ]
0285 },
0286 {
0287 "name": "lusitanian/oauth",
0288 "version": "v0.8.9",
0289 "version_normalized": "0.8.9.0",
0290 "source": {
0291 "type": "git",
0292 "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
0293 "reference": "29bda6e176df6c292a9b1c43ae8a44d56a87c30b"
0294 },
0295 "dist": {
0296 "type": "zip",
0297 "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/29bda6e176df6c292a9b1c43ae8a44d56a87c30b",
0298 "reference": "29bda6e176df6c292a9b1c43ae8a44d56a87c30b",
0299 "shasum": ""
0300 },
0301 "require": {
0302 "php": ">=5.3.0"
0303 },
0304 "require-dev": {
0305 "phpunit/phpunit": "3.7.*",
0306 "predis/predis": "0.8.*@dev",
0307 "squizlabs/php_codesniffer": "2.*",
0308 "symfony/http-foundation": "~2.1"
0309 },
0310 "suggest": {
0311 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
0312 "predis/predis": "Allows using the Redis storage backend.",
0313 "symfony/http-foundation": "Allows using the Symfony Session storage backend."
0314 },
0315 "time": "2016-02-24 00:20:18",
0316 "type": "library",
0317 "extra": {
0318 "branch-alias": {
0319 "dev-master": "0.1-dev"
0320 }
0321 },
0322 "installation-source": "dist",
0323 "autoload": {
0324 "psr-0": {
0325 "OAuth": "src",
0326 "OAuth\\Unit": "tests"
0327 }
0328 },
0329 "notification-url": "https://packagist.org/downloads/",
0330 "license": [
0331 "MIT"
0332 ],
0333 "authors": [
0334 {
0335 "name": "David Desberg",
0336 "email": "david@daviddesberg.com"
0337 },
0338 {
0339 "name": "Elliot Chance",
0340 "email": "elliotchance@gmail.com"
0341 },
0342 {
0343 "name": "Pieter Hordijk",
0344 "email": "info@pieterhordijk.com"
0345 }
0346 ],
0347 "description": "PHP 5.3+ oAuth 1/2 Library",
0348 "keywords": [
0349 "Authentication",
0350 "authorization",
0351 "oauth",
0352 "security"
0353 ]
0354 },
0355 {
0356 "name": "marc1706/fast-image-size",
0357 "version": "v1.1.2",
0358 "version_normalized": "1.1.2.0",
0359 "source": {
0360 "type": "git",
0361 "url": "https://github.com/marc1706/fast-image-size.git",
0362 "reference": "8bb644f8f767c5763acd61140045a78d10e1eb06"
0363 },
0364 "dist": {
0365 "type": "zip",
0366 "url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/8bb644f8f767c5763acd61140045a78d10e1eb06",
0367 "reference": "8bb644f8f767c5763acd61140045a78d10e1eb06",
0368 "shasum": ""
0369 },
0370 "require": {
0371 "php": ">=5.3.0"
0372 },
0373 "require-dev": {
0374 "phpunit/phpunit": "4.*"
0375 },
0376 "time": "2016-10-30 19:00:39",
0377 "type": "library",
0378 "installation-source": "dist",
0379 "autoload": {
0380 "psr-4": {
0381 "FastImageSize\\": "lib",
0382 "FastImageSize\\tests\\": "tests"
0383 }
0384 },
0385 "notification-url": "https://packagist.org/downloads/",
0386 "license": [
0387 "MIT"
0388 ],
0389 "authors": [
0390 {
0391 "name": "Marc Alexander",
0392 "email": "admin@m-a-styles.de",
0393 "homepage": "https://www.m-a-styles.de",
0394 "role": "Developer"
0395 }
0396 ],
0397 "description": "fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.",
0398 "homepage": "https://www.m-a-styles.de",
0399 "keywords": [
0400 "fast",
0401 "getimagesize",
0402 "image",
0403 "imagesize",
0404 "php",
0405 "size"
0406 ]
0407 },
0408 {
0409 "name": "paragonie/random_compat",
0410 "version": "v1.4.1",
0411 "version_normalized": "1.4.1.0",
0412 "source": {
0413 "type": "git",
0414 "url": "https://github.com/paragonie/random_compat.git",
0415 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
0416 },
0417 "dist": {
0418 "type": "zip",
0419 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
0420 "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
0421 "shasum": ""
0422 },
0423 "require": {
0424 "php": ">=5.2.0"
0425 },
0426 "require-dev": {
0427 "phpunit/phpunit": "4.*|5.*"
0428 },
0429 "suggest": {
0430 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
0431 },
0432 "time": "2016-03-18 20:34:03",
0433 "type": "library",
0434 "installation-source": "dist",
0435 "autoload": {
0436 "files": [
0437 "lib/random.php"
0438 ]
0439 },
0440 "notification-url": "https://packagist.org/downloads/",
0441 "license": [
0442 "MIT"
0443 ],
0444 "authors": [
0445 {
0446 "name": "Paragon Initiative Enterprises",
0447 "email": "security@paragonie.com",
0448 "homepage": "https://paragonie.com"
0449 }
0450 ],
0451 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
0452 "keywords": [
0453 "csprng",
0454 "pseudorandom",
0455 "random"
0456 ]
0457 },
0458 {
0459 "name": "patchwork/utf8",
0460 "version": "v1.3.1",
0461 "version_normalized": "1.3.1.0",
0462 "source": {
0463 "type": "git",
0464 "url": "https://github.com/tchwork/utf8.git",
0465 "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
0466 },
0467 "dist": {
0468 "type": "zip",
0469 "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
0470 "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
0471 "shasum": ""
0472 },
0473 "require": {
0474 "lib-pcre": ">=7.3",
0475 "php": ">=5.3.0"
0476 },
0477 "suggest": {
0478 "ext-iconv": "Use iconv for best performance",
0479 "ext-intl": "Use Intl for best performance",
0480 "ext-mbstring": "Use Mbstring for best performance",
0481 "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
0482 },
0483 "time": "2016-05-18 13:57:10",
0484 "type": "library",
0485 "extra": {
0486 "branch-alias": {
0487 "dev-master": "1.3-dev"
0488 }
0489 },
0490 "installation-source": "dist",
0491 "autoload": {
0492 "psr-4": {
0493 "Patchwork\\": "src/Patchwork/"
0494 },
0495 "classmap": [
0496 "src/Normalizer.php"
0497 ]
0498 },
0499 "notification-url": "https://packagist.org/downloads/",
0500 "license": [
0501 "(Apache-2.0 or GPL-2.0)"
0502 ],
0503 "authors": [
0504 {
0505 "name": "Nicolas Grekas",
0506 "email": "p@tchwork.com"
0507 }
0508 ],
0509 "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
0510 "homepage": "https://github.com/tchwork/utf8",
0511 "keywords": [
0512 "grapheme",
0513 "i18n",
0514 "unicode",
0515 "utf-8",
0516 "utf8"
0517 ]
0518 },
0519 {
0520 "name": "s9e/text-formatter",
0521 "version": "0.8.4",
0522 "version_normalized": "0.8.4.0",
0523 "source": {
0524 "type": "git",
0525 "url": "https://github.com/s9e/TextFormatter.git",
0526 "reference": "919fd772aae4dd889618da1cb18ae746f2a14bb6"
0527 },
0528 "dist": {
0529 "type": "zip",
0530 "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/919fd772aae4dd889618da1cb18ae746f2a14bb6",
0531 "reference": "919fd772aae4dd889618da1cb18ae746f2a14bb6",
0532 "shasum": ""
0533 },
0534 "require": {
0535 "ext-dom": "*",
0536 "ext-filter": "*",
0537 "lib-pcre": ">=7.2",
0538 "php": ">=5.3.3"
0539 },
0540 "suggest": {
0541 "ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
0542 "ext-intl": "Allows international URLs to be accepted by the URL filter",
0543 "ext-json": "Enables the generation of a JavaScript parser",
0544 "ext-mbstring": "Improves the performance of the PHP renderer",
0545 "ext-tokenizer": "Improves the performance of the PHP renderer",
0546 "ext-xsl": "Enables the XSLT renderer",
0547 "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
0548 },
0549 "time": "2016-11-22 20:10:24",
0550 "type": "library",
0551 "installation-source": "dist",
0552 "autoload": {
0553 "psr-4": {
0554 "s9e\\TextFormatter\\": "src"
0555 }
0556 },
0557 "notification-url": "https://packagist.org/downloads/",
0558 "license": [
0559 "MIT"
0560 ],
0561 "description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding media (YouTube, etc...), enhanced typography and more.",
0562 "homepage": "https://github.com/s9e/TextFormatter/",
0563 "keywords": [
0564 "bbcode",
0565 "bbcodes",
0566 "blog",
0567 "censor",
0568 "embed",
0569 "emoji",
0570 "emoticons",
0571 "engine",
0572 "forum",
0573 "html",
0574 "markdown",
0575 "markup",
0576 "media",
0577 "parser",
0578 "shortcodes"
0579 ]
0580 },
0581 {
0582 "name": "symfony/filesystem",
0583 "version": "v2.8.14",
0584 "version_normalized": "2.8.14.0",
0585 "source": {
0586 "type": "git",
0587 "url": "https://github.com/symfony/filesystem.git",
0588 "reference": "a3784111af9f95f102b6411548376e1ae7c93898"
0589 },
0590 "dist": {
0591 "type": "zip",
0592 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3784111af9f95f102b6411548376e1ae7c93898",
0593 "reference": "a3784111af9f95f102b6411548376e1ae7c93898",
0594 "shasum": ""
0595 },
0596 "require": {
0597 "php": ">=5.3.9"
0598 },
0599 "time": "2016-10-18 04:28:30",
0600 "type": "library",
0601 "extra": {
0602 "branch-alias": {
0603 "dev-master": "2.8-dev"
0604 }
0605 },
0606 "installation-source": "dist",
0607 "autoload": {
0608 "psr-4": {
0609 "Symfony\\Component\\Filesystem\\": ""
0610 },
0611 "exclude-from-classmap": [
0612 "/Tests/"
0613 ]
0614 },
0615 "notification-url": "https://packagist.org/downloads/",
0616 "license": [
0617 "MIT"
0618 ],
0619 "authors": [
0620 {
0621 "name": "Fabien Potencier",
0622 "email": "fabien@symfony.com"
0623 },
0624 {
0625 "name": "Symfony Community",
0626 "homepage": "https://symfony.com/contributors"
0627 }
0628 ],
0629 "description": "Symfony Filesystem Component",
0630 "homepage": "https://symfony.com"
0631 },
0632 {
0633 "name": "symfony/config",
0634 "version": "v2.8.14",
0635 "version_normalized": "2.8.14.0",
0636 "source": {
0637 "type": "git",
0638 "url": "https://github.com/symfony/config.git",
0639 "reference": "1361bc4e66f97b6202ae83f4190e962c624b5e61"
0640 },
0641 "dist": {
0642 "type": "zip",
0643 "url": "https://api.github.com/repos/symfony/config/zipball/1361bc4e66f97b6202ae83f4190e962c624b5e61",
0644 "reference": "1361bc4e66f97b6202ae83f4190e962c624b5e61",
0645 "shasum": ""
0646 },
0647 "require": {
0648 "php": ">=5.3.9",
0649 "symfony/filesystem": "~2.3|~3.0.0"
0650 },
0651 "suggest": {
0652 "symfony/yaml": "To use the yaml reference dumper"
0653 },
0654 "time": "2016-11-03 07:52:58",
0655 "type": "library",
0656 "extra": {
0657 "branch-alias": {
0658 "dev-master": "2.8-dev"
0659 }
0660 },
0661 "installation-source": "dist",
0662 "autoload": {
0663 "psr-4": {
0664 "Symfony\\Component\\Config\\": ""
0665 },
0666 "exclude-from-classmap": [
0667 "/Tests/"
0668 ]
0669 },
0670 "notification-url": "https://packagist.org/downloads/",
0671 "license": [
0672 "MIT"
0673 ],
0674 "authors": [
0675 {
0676 "name": "Fabien Potencier",
0677 "email": "fabien@symfony.com"
0678 },
0679 {
0680 "name": "Symfony Community",
0681 "homepage": "https://symfony.com/contributors"
0682 }
0683 ],
0684 "description": "Symfony Config Component",
0685 "homepage": "https://symfony.com"
0686 },
0687 {
0688 "name": "symfony/polyfill-mbstring",
0689 "version": "v1.3.0",
0690 "version_normalized": "1.3.0.0",
0691 "source": {
0692 "type": "git",
0693 "url": "https://github.com/symfony/polyfill-mbstring.git",
0694 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
0695 },
0696 "dist": {
0697 "type": "zip",
0698 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
0699 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
0700 "shasum": ""
0701 },
0702 "require": {
0703 "php": ">=5.3.3"
0704 },
0705 "suggest": {
0706 "ext-mbstring": "For best performance"
0707 },
0708 "time": "2016-11-14 01:06:16",
0709 "type": "library",
0710 "extra": {
0711 "branch-alias": {
0712 "dev-master": "1.3-dev"
0713 }
0714 },
0715 "installation-source": "dist",
0716 "autoload": {
0717 "psr-4": {
0718 "Symfony\\Polyfill\\Mbstring\\": ""
0719 },
0720 "files": [
0721 "bootstrap.php"
0722 ]
0723 },
0724 "notification-url": "https://packagist.org/downloads/",
0725 "license": [
0726 "MIT"
0727 ],
0728 "authors": [
0729 {
0730 "name": "Nicolas Grekas",
0731 "email": "p@tchwork.com"
0732 },
0733 {
0734 "name": "Symfony Community",
0735 "homepage": "https://symfony.com/contributors"
0736 }
0737 ],
0738 "description": "Symfony polyfill for the Mbstring extension",
0739 "homepage": "https://symfony.com",
0740 "keywords": [
0741 "compatibility",
0742 "mbstring",
0743 "polyfill",
0744 "portable",
0745 "shim"
0746 ]
0747 },
0748 {
0749 "name": "psr/log",
0750 "version": "1.0.2",
0751 "version_normalized": "1.0.2.0",
0752 "source": {
0753 "type": "git",
0754 "url": "https://github.com/php-fig/log.git",
0755 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
0756 },
0757 "dist": {
0758 "type": "zip",
0759 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
0760 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
0761 "shasum": ""
0762 },
0763 "require": {
0764 "php": ">=5.3.0"
0765 },
0766 "time": "2016-10-10 12:19:37",
0767 "type": "library",
0768 "extra": {
0769 "branch-alias": {
0770 "dev-master": "1.0.x-dev"
0771 }
0772 },
0773 "installation-source": "dist",
0774 "autoload": {
0775 "psr-4": {
0776 "Psr\\Log\\": "Psr/Log/"
0777 }
0778 },
0779 "notification-url": "https://packagist.org/downloads/",
0780 "license": [
0781 "MIT"
0782 ],
0783 "authors": [
0784 {
0785 "name": "PHP-FIG",
0786 "homepage": "http://www.php-fig.org/"
0787 }
0788 ],
0789 "description": "Common interface for logging libraries",
0790 "homepage": "https://github.com/php-fig/log",
0791 "keywords": [
0792 "log",
0793 "psr",
0794 "psr-3"
0795 ]
0796 },
0797 {
0798 "name": "symfony/debug",
0799 "version": "v2.8.14",
0800 "version_normalized": "2.8.14.0",
0801 "source": {
0802 "type": "git",
0803 "url": "https://github.com/symfony/debug.git",
0804 "reference": "62a68f640456f6761d752c62d81631428ef0d8a1"
0805 },
0806 "dist": {
0807 "type": "zip",
0808 "url": "https://api.github.com/repos/symfony/debug/zipball/62a68f640456f6761d752c62d81631428ef0d8a1",
0809 "reference": "62a68f640456f6761d752c62d81631428ef0d8a1",
0810 "shasum": ""
0811 },
0812 "require": {
0813 "php": ">=5.3.9",
0814 "psr/log": "~1.0"
0815 },
0816 "conflict": {
0817 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
0818 },
0819 "require-dev": {
0820 "symfony/class-loader": "~2.2|~3.0.0",
0821 "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
0822 },
0823 "time": "2016-11-15 12:53:17",
0824 "type": "library",
0825 "extra": {
0826 "branch-alias": {
0827 "dev-master": "2.8-dev"
0828 }
0829 },
0830 "installation-source": "dist",
0831 "autoload": {
0832 "psr-4": {
0833 "Symfony\\Component\\Debug\\": ""
0834 },
0835 "exclude-from-classmap": [
0836 "/Tests/"
0837 ]
0838 },
0839 "notification-url": "https://packagist.org/downloads/",
0840 "license": [
0841 "MIT"
0842 ],
0843 "authors": [
0844 {
0845 "name": "Fabien Potencier",
0846 "email": "fabien@symfony.com"
0847 },
0848 {
0849 "name": "Symfony Community",
0850 "homepage": "https://symfony.com/contributors"
0851 }
0852 ],
0853 "description": "Symfony Debug Component",
0854 "homepage": "https://symfony.com"
0855 },
0856 {
0857 "name": "symfony/console",
0858 "version": "v2.8.14",
0859 "version_normalized": "2.8.14.0",
0860 "source": {
0861 "type": "git",
0862 "url": "https://github.com/symfony/console.git",
0863 "reference": "a871ba00e0f604dceac64c56c27f99fbeaf4854e"
0864 },
0865 "dist": {
0866 "type": "zip",
0867 "url": "https://api.github.com/repos/symfony/console/zipball/a871ba00e0f604dceac64c56c27f99fbeaf4854e",
0868 "reference": "a871ba00e0f604dceac64c56c27f99fbeaf4854e",
0869 "shasum": ""
0870 },
0871 "require": {
0872 "php": ">=5.3.9",
0873 "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
0874 "symfony/polyfill-mbstring": "~1.0"
0875 },
0876 "require-dev": {
0877 "psr/log": "~1.0",
0878 "symfony/event-dispatcher": "~2.1|~3.0.0",
0879 "symfony/process": "~2.1|~3.0.0"
0880 },
0881 "suggest": {
0882 "psr/log": "For using the console logger",
0883 "symfony/event-dispatcher": "",
0884 "symfony/process": ""
0885 },
0886 "time": "2016-11-15 23:02:12",
0887 "type": "library",
0888 "extra": {
0889 "branch-alias": {
0890 "dev-master": "2.8-dev"
0891 }
0892 },
0893 "installation-source": "dist",
0894 "autoload": {
0895 "psr-4": {
0896 "Symfony\\Component\\Console\\": ""
0897 },
0898 "exclude-from-classmap": [
0899 "/Tests/"
0900 ]
0901 },
0902 "notification-url": "https://packagist.org/downloads/",
0903 "license": [
0904 "MIT"
0905 ],
0906 "authors": [
0907 {
0908 "name": "Fabien Potencier",
0909 "email": "fabien@symfony.com"
0910 },
0911 {
0912 "name": "Symfony Community",
0913 "homepage": "https://symfony.com/contributors"
0914 }
0915 ],
0916 "description": "Symfony Console Component",
0917 "homepage": "https://symfony.com"
0918 },
0919 {
0920 "name": "symfony/finder",
0921 "version": "v2.8.14",
0922 "version_normalized": "2.8.14.0",
0923 "source": {
0924 "type": "git",
0925 "url": "https://github.com/symfony/finder.git",
0926 "reference": "0023b024363dfc0cd21262e556f25a291fe8d7fd"
0927 },
0928 "dist": {
0929 "type": "zip",
0930 "url": "https://api.github.com/repos/symfony/finder/zipball/0023b024363dfc0cd21262e556f25a291fe8d7fd",
0931 "reference": "0023b024363dfc0cd21262e556f25a291fe8d7fd",
0932 "shasum": ""
0933 },
0934 "require": {
0935 "php": ">=5.3.9"
0936 },
0937 "time": "2016-11-03 07:52:58",
0938 "type": "library",
0939 "extra": {
0940 "branch-alias": {
0941 "dev-master": "2.8-dev"
0942 }
0943 },
0944 "installation-source": "dist",
0945 "autoload": {
0946 "psr-4": {
0947 "Symfony\\Component\\Finder\\": ""
0948 },
0949 "exclude-from-classmap": [
0950 "/Tests/"
0951 ]
0952 },
0953 "notification-url": "https://packagist.org/downloads/",
0954 "license": [
0955 "MIT"
0956 ],
0957 "authors": [
0958 {
0959 "name": "Fabien Potencier",
0960 "email": "fabien@symfony.com"
0961 },
0962 {
0963 "name": "Symfony Community",
0964 "homepage": "https://symfony.com/contributors"
0965 }
0966 ],
0967 "description": "Symfony Finder Component",
0968 "homepage": "https://symfony.com"
0969 },
0970 {
0971 "name": "ircmaxell/password-compat",
0972 "version": "v1.0.4",
0973 "version_normalized": "1.0.4.0",
0974 "source": {
0975 "type": "git",
0976 "url": "https://github.com/ircmaxell/password_compat.git",
0977 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
0978 },
0979 "dist": {
0980 "type": "zip",
0981 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
0982 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
0983 "shasum": ""
0984 },
0985 "require-dev": {
0986 "phpunit/phpunit": "4.*"
0987 },
0988 "time": "2014-11-20 16:49:30",
0989 "type": "library",
0990 "installation-source": "dist",
0991 "autoload": {
0992 "files": [
0993 "lib/password.php"
0994 ]
0995 },
0996 "notification-url": "https://packagist.org/downloads/",
0997 "license": [
0998 "MIT"
0999 ],
1000 "authors": [
1001 {
1002 "name": "Anthony Ferrara",
1003 "email": "ircmaxell@php.net",
1004 "homepage": "http://blog.ircmaxell.com"
1005 }
1006 ],
1007 "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1008 "homepage": "https://github.com/ircmaxell/password_compat",
1009 "keywords": [
1010 "hashing",
1011 "password"
1012 ]
1013 },
1014 {
1015 "name": "symfony/polyfill-php55",
1016 "version": "v1.3.0",
1017 "version_normalized": "1.3.0.0",
1018 "source": {
1019 "type": "git",
1020 "url": "https://github.com/symfony/polyfill-php55.git",
1021 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
1022 },
1023 "dist": {
1024 "type": "zip",
1025 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
1026 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
1027 "shasum": ""
1028 },
1029 "require": {
1030 "ircmaxell/password-compat": "~1.0",
1031 "php": ">=5.3.3"
1032 },
1033 "time": "2016-11-14 01:06:16",
1034 "type": "library",
1035 "extra": {
1036 "branch-alias": {
1037 "dev-master": "1.3-dev"
1038 }
1039 },
1040 "installation-source": "dist",
1041 "autoload": {
1042 "psr-4": {
1043 "Symfony\\Polyfill\\Php55\\": ""
1044 },
1045 "files": [
1046 "bootstrap.php"
1047 ]
1048 },
1049 "notification-url": "https://packagist.org/downloads/",
1050 "license": [
1051 "MIT"
1052 ],
1053 "authors": [
1054 {
1055 "name": "Nicolas Grekas",
1056 "email": "p@tchwork.com"
1057 },
1058 {
1059 "name": "Symfony Community",
1060 "homepage": "https://symfony.com/contributors"
1061 }
1062 ],
1063 "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1064 "homepage": "https://symfony.com",
1065 "keywords": [
1066 "compatibility",
1067 "polyfill",
1068 "portable",
1069 "shim"
1070 ]
1071 },
1072 {
1073 "name": "symfony/polyfill-php54",
1074 "version": "v1.3.0",
1075 "version_normalized": "1.3.0.0",
1076 "source": {
1077 "type": "git",
1078 "url": "https://github.com/symfony/polyfill-php54.git",
1079 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
1080 },
1081 "dist": {
1082 "type": "zip",
1083 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1084 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1085 "shasum": ""
1086 },
1087 "require": {
1088 "php": ">=5.3.3"
1089 },
1090 "time": "2016-11-14 01:06:16",
1091 "type": "library",
1092 "extra": {
1093 "branch-alias": {
1094 "dev-master": "1.3-dev"
1095 }
1096 },
1097 "installation-source": "dist",
1098 "autoload": {
1099 "psr-4": {
1100 "Symfony\\Polyfill\\Php54\\": ""
1101 },
1102 "files": [
1103 "bootstrap.php"
1104 ],
1105 "classmap": [
1106 "Resources/stubs"
1107 ]
1108 },
1109 "notification-url": "https://packagist.org/downloads/",
1110 "license": [
1111 "MIT"
1112 ],
1113 "authors": [
1114 {
1115 "name": "Nicolas Grekas",
1116 "email": "p@tchwork.com"
1117 },
1118 {
1119 "name": "Symfony Community",
1120 "homepage": "https://symfony.com/contributors"
1121 }
1122 ],
1123 "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1124 "homepage": "https://symfony.com",
1125 "keywords": [
1126 "compatibility",
1127 "polyfill",
1128 "portable",
1129 "shim"
1130 ]
1131 },
1132 {
1133 "name": "symfony/http-foundation",
1134 "version": "v2.8.14",
1135 "version_normalized": "2.8.14.0",
1136 "source": {
1137 "type": "git",
1138 "url": "https://github.com/symfony/http-foundation.git",
1139 "reference": "4f8c167732bbf3ba4284c0915f57b332091f6b68"
1140 },
1141 "dist": {
1142 "type": "zip",
1143 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f8c167732bbf3ba4284c0915f57b332091f6b68",
1144 "reference": "4f8c167732bbf3ba4284c0915f57b332091f6b68",
1145 "shasum": ""
1146 },
1147 "require": {
1148 "php": ">=5.3.9",
1149 "symfony/polyfill-mbstring": "~1.1",
1150 "symfony/polyfill-php54": "~1.0",
1151 "symfony/polyfill-php55": "~1.0"
1152 },
1153 "require-dev": {
1154 "symfony/expression-language": "~2.4|~3.0.0"
1155 },
1156 "time": "2016-11-15 23:02:12",
1157 "type": "library",
1158 "extra": {
1159 "branch-alias": {
1160 "dev-master": "2.8-dev"
1161 }
1162 },
1163 "installation-source": "dist",
1164 "autoload": {
1165 "psr-4": {
1166 "Symfony\\Component\\HttpFoundation\\": ""
1167 },
1168 "exclude-from-classmap": [
1169 "/Tests/"
1170 ]
1171 },
1172 "notification-url": "https://packagist.org/downloads/",
1173 "license": [
1174 "MIT"
1175 ],
1176 "authors": [
1177 {
1178 "name": "Fabien Potencier",
1179 "email": "fabien@symfony.com"
1180 },
1181 {
1182 "name": "Symfony Community",
1183 "homepage": "https://symfony.com/contributors"
1184 }
1185 ],
1186 "description": "Symfony HttpFoundation Component",
1187 "homepage": "https://symfony.com"
1188 },
1189 {
1190 "name": "symfony/event-dispatcher",
1191 "version": "v2.8.14",
1192 "version_normalized": "2.8.14.0",
1193 "source": {
1194 "type": "git",
1195 "url": "https://github.com/symfony/event-dispatcher.git",
1196 "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934"
1197 },
1198 "dist": {
1199 "type": "zip",
1200 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
1201 "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
1202 "shasum": ""
1203 },
1204 "require": {
1205 "php": ">=5.3.9"
1206 },
1207 "require-dev": {
1208 "psr/log": "~1.0",
1209 "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1210 "symfony/dependency-injection": "~2.6|~3.0.0",
1211 "symfony/expression-language": "~2.6|~3.0.0",
1212 "symfony/stopwatch": "~2.3|~3.0.0"
1213 },
1214 "suggest": {
1215 "symfony/dependency-injection": "",
1216 "symfony/http-kernel": ""
1217 },
1218 "time": "2016-10-13 01:43:15",
1219 "type": "library",
1220 "extra": {
1221 "branch-alias": {
1222 "dev-master": "2.8-dev"
1223 }
1224 },
1225 "installation-source": "dist",
1226 "autoload": {
1227 "psr-4": {
1228 "Symfony\\Component\\EventDispatcher\\": ""
1229 },
1230 "exclude-from-classmap": [
1231 "/Tests/"
1232 ]
1233 },
1234 "notification-url": "https://packagist.org/downloads/",
1235 "license": [
1236 "MIT"
1237 ],
1238 "authors": [
1239 {
1240 "name": "Fabien Potencier",
1241 "email": "fabien@symfony.com"
1242 },
1243 {
1244 "name": "Symfony Community",
1245 "homepage": "https://symfony.com/contributors"
1246 }
1247 ],
1248 "description": "Symfony EventDispatcher Component",
1249 "homepage": "https://symfony.com"
1250 },
1251 {
1252 "name": "symfony/http-kernel",
1253 "version": "v2.8.14",
1254 "version_normalized": "2.8.14.0",
1255 "source": {
1256 "type": "git",
1257 "url": "https://github.com/symfony/http-kernel.git",
1258 "reference": "29d9bb59c6d895e65d8fea3859c96c3b6e9368ba"
1259 },
1260 "dist": {
1261 "type": "zip",
1262 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29d9bb59c6d895e65d8fea3859c96c3b6e9368ba",
1263 "reference": "29d9bb59c6d895e65d8fea3859c96c3b6e9368ba",
1264 "shasum": ""
1265 },
1266 "require": {
1267 "php": ">=5.3.9",
1268 "psr/log": "~1.0",
1269 "symfony/debug": "~2.6,>=2.6.2",
1270 "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
1271 "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
1272 },
1273 "conflict": {
1274 "symfony/config": "<2.7"
1275 },
1276 "require-dev": {
1277 "symfony/browser-kit": "~2.3|~3.0.0",
1278 "symfony/class-loader": "~2.1|~3.0.0",
1279 "symfony/config": "~2.8",
1280 "symfony/console": "~2.3|~3.0.0",
1281 "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
1282 "symfony/dependency-injection": "~2.8|~3.0.0",
1283 "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
1284 "symfony/expression-language": "~2.4|~3.0.0",
1285 "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
1286 "symfony/process": "~2.0,>=2.0.5|~3.0.0",
1287 "symfony/routing": "~2.8|~3.0.0",
1288 "symfony/stopwatch": "~2.3|~3.0.0",
1289 "symfony/templating": "~2.2|~3.0.0",
1290 "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
1291 "symfony/var-dumper": "~2.6|~3.0.0"
1292 },
1293 "suggest": {
1294 "symfony/browser-kit": "",
1295 "symfony/class-loader": "",
1296 "symfony/config": "",
1297 "symfony/console": "",
1298 "symfony/dependency-injection": "",
1299 "symfony/finder": "",
1300 "symfony/var-dumper": ""
1301 },
1302 "time": "2016-11-21 02:24:42",
1303 "type": "library",
1304 "extra": {
1305 "branch-alias": {
1306 "dev-master": "2.8-dev"
1307 }
1308 },
1309 "installation-source": "dist",
1310 "autoload": {
1311 "psr-4": {
1312 "Symfony\\Component\\HttpKernel\\": ""
1313 },
1314 "exclude-from-classmap": [
1315 "/Tests/"
1316 ]
1317 },
1318 "notification-url": "https://packagist.org/downloads/",
1319 "license": [
1320 "MIT"
1321 ],
1322 "authors": [
1323 {
1324 "name": "Fabien Potencier",
1325 "email": "fabien@symfony.com"
1326 },
1327 {
1328 "name": "Symfony Community",
1329 "homepage": "https://symfony.com/contributors"
1330 }
1331 ],
1332 "description": "Symfony HttpKernel Component",
1333 "homepage": "https://symfony.com"
1334 },
1335 {
1336 "name": "symfony/dependency-injection",
1337 "version": "v2.8.14",
1338 "version_normalized": "2.8.14.0",
1339 "source": {
1340 "type": "git",
1341 "url": "https://github.com/symfony/dependency-injection.git",
1342 "reference": "9d2c5033ca70ceade8d7584f997a9d3943f0fe5f"
1343 },
1344 "dist": {
1345 "type": "zip",
1346 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9d2c5033ca70ceade8d7584f997a9d3943f0fe5f",
1347 "reference": "9d2c5033ca70ceade8d7584f997a9d3943f0fe5f",
1348 "shasum": ""
1349 },
1350 "require": {
1351 "php": ">=5.3.9"
1352 },
1353 "conflict": {
1354 "symfony/expression-language": "<2.6"
1355 },
1356 "require-dev": {
1357 "symfony/config": "~2.2|~3.0.0",
1358 "symfony/expression-language": "~2.6|~3.0.0",
1359 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1360 },
1361 "suggest": {
1362 "symfony/config": "",
1363 "symfony/expression-language": "For using expressions in service container configuration",
1364 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1365 "symfony/yaml": ""
1366 },
1367 "time": "2016-11-18 21:10:01",
1368 "type": "library",
1369 "extra": {
1370 "branch-alias": {
1371 "dev-master": "2.8-dev"
1372 }
1373 },
1374 "installation-source": "dist",
1375 "autoload": {
1376 "psr-4": {
1377 "Symfony\\Component\\DependencyInjection\\": ""
1378 },
1379 "exclude-from-classmap": [
1380 "/Tests/"
1381 ]
1382 },
1383 "notification-url": "https://packagist.org/downloads/",
1384 "license": [
1385 "MIT"
1386 ],
1387 "authors": [
1388 {
1389 "name": "Fabien Potencier",
1390 "email": "fabien@symfony.com"
1391 },
1392 {
1393 "name": "Symfony Community",
1394 "homepage": "https://symfony.com/contributors"
1395 }
1396 ],
1397 "description": "Symfony DependencyInjection Component",
1398 "homepage": "https://symfony.com"
1399 },
1400 {
1401 "name": "zendframework/zend-stdlib",
1402 "version": "2.5.1",
1403 "version_normalized": "2.5.1.0",
1404 "source": {
1405 "type": "git",
1406 "url": "https://github.com/zendframework/zend-stdlib.git",
1407 "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
1408 },
1409 "dist": {
1410 "type": "zip",
1411 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
1412 "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
1413 "shasum": ""
1414 },
1415 "require": {
1416 "php": ">=5.3.23"
1417 },
1418 "require-dev": {
1419 "fabpot/php-cs-fixer": "1.7.*",
1420 "phpunit/phpunit": "~4.0",
1421 "zendframework/zend-config": "~2.5",
1422 "zendframework/zend-eventmanager": "~2.5",
1423 "zendframework/zend-filter": "~2.5",
1424 "zendframework/zend-inputfilter": "~2.5",
1425 "zendframework/zend-serializer": "~2.5",
1426 "zendframework/zend-servicemanager": "~2.5"
1427 },
1428 "suggest": {
1429 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1430 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1431 "zendframework/zend-serializer": "Zend\\Serializer component",
1432 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1433 },
1434 "time": "2015-06-03 15:32:03",
1435 "type": "library",
1436 "extra": {
1437 "branch-alias": {
1438 "dev-master": "2.5-dev",
1439 "dev-develop": "2.6-dev"
1440 }
1441 },
1442 "installation-source": "dist",
1443 "autoload": {
1444 "psr-4": {
1445 "Zend\\Stdlib\\": "src/"
1446 }
1447 },
1448 "notification-url": "https://packagist.org/downloads/",
1449 "license": [
1450 "BSD-3-Clause"
1451 ],
1452 "homepage": "https://github.com/zendframework/zend-stdlib",
1453 "keywords": [
1454 "stdlib",
1455 "zf2"
1456 ]
1457 },
1458 {
1459 "name": "zendframework/zend-eventmanager",
1460 "version": "2.5.1",
1461 "version_normalized": "2.5.1.0",
1462 "source": {
1463 "type": "git",
1464 "url": "https://github.com/zendframework/zend-eventmanager.git",
1465 "reference": "d94a16039144936f107f906896349900fd634443"
1466 },
1467 "dist": {
1468 "type": "zip",
1469 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443",
1470 "reference": "d94a16039144936f107f906896349900fd634443",
1471 "shasum": ""
1472 },
1473 "require": {
1474 "php": ">=5.3.23",
1475 "zendframework/zend-stdlib": "~2.5"
1476 },
1477 "require-dev": {
1478 "fabpot/php-cs-fixer": "1.7.*",
1479 "phpunit/phpunit": "~4.0"
1480 },
1481 "time": "2015-06-03 15:32:01",
1482 "type": "library",
1483 "extra": {
1484 "branch-alias": {
1485 "dev-master": "2.5-dev",
1486 "dev-develop": "2.6-dev"
1487 }
1488 },
1489 "installation-source": "dist",
1490 "autoload": {
1491 "psr-4": {
1492 "Zend\\EventManager\\": "src/"
1493 }
1494 },
1495 "notification-url": "https://packagist.org/downloads/",
1496 "license": [
1497 "BSD-3-Clause"
1498 ],
1499 "homepage": "https://github.com/zendframework/zend-eventmanager",
1500 "keywords": [
1501 "eventmanager",
1502 "zf2"
1503 ]
1504 },
1505 {
1506 "name": "zendframework/zend-code",
1507 "version": "2.5.1",
1508 "version_normalized": "2.5.1.0",
1509 "source": {
1510 "type": "git",
1511 "url": "https://github.com/zendframework/zend-code.git",
1512 "reference": "5d998f261ec2a55171c71da57a11622745680153"
1513 },
1514 "dist": {
1515 "type": "zip",
1516 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/5d998f261ec2a55171c71da57a11622745680153",
1517 "reference": "5d998f261ec2a55171c71da57a11622745680153",
1518 "shasum": ""
1519 },
1520 "require": {
1521 "php": ">=5.3.23",
1522 "zendframework/zend-eventmanager": "~2.5"
1523 },
1524 "require-dev": {
1525 "doctrine/common": ">=2.1",
1526 "fabpot/php-cs-fixer": "1.7.*",
1527 "phpunit/phpunit": "~4.0",
1528 "zendframework/zend-stdlib": "~2.5",
1529 "zendframework/zend-version": "~2.5"
1530 },
1531 "suggest": {
1532 "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
1533 "zendframework/zend-stdlib": "Zend\\Stdlib component"
1534 },
1535 "time": "2015-06-03 15:31:59",
1536 "type": "library",
1537 "extra": {
1538 "branch-alias": {
1539 "dev-master": "2.5-dev",
1540 "dev-develop": "2.6-dev"
1541 }
1542 },
1543 "installation-source": "dist",
1544 "autoload": {
1545 "psr-4": {
1546 "Zend\\Code\\": "src/"
1547 }
1548 },
1549 "notification-url": "https://packagist.org/downloads/",
1550 "license": [
1551 "BSD-3-Clause"
1552 ],
1553 "description": "provides facilities to generate arbitrary code using an object oriented interface",
1554 "homepage": "https://github.com/zendframework/zend-code",
1555 "keywords": [
1556 "code",
1557 "zf2"
1558 ]
1559 },
1560 {
1561 "name": "ocramius/proxy-manager",
1562 "version": "1.0.2",
1563 "version_normalized": "1.0.2.0",
1564 "source": {
1565 "type": "git",
1566 "url": "https://github.com/Ocramius/ProxyManager.git",
1567 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
1568 },
1569 "dist": {
1570 "type": "zip",
1571 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
1572 "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
1573 "shasum": ""
1574 },
1575 "require": {
1576 "php": ">=5.3.3",
1577 "zendframework/zend-code": ">2.2.5,<3.0"
1578 },
1579 "require-dev": {
1580 "ext-phar": "*",
1581 "phpunit/phpunit": "~4.0",
1582 "squizlabs/php_codesniffer": "1.5.*"
1583 },
1584 "suggest": {
1585 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1586 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1587 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1588 "zendframework/zend-stdlib": "To use the hydrator proxy",
1589 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1590 },
1591 "time": "2015-08-09 04:28:19",
1592 "type": "library",
1593 "extra": {
1594 "branch-alias": {
1595 "dev-master": "2.0.x-dev"
1596 }
1597 },
1598 "installation-source": "dist",
1599 "autoload": {
1600 "psr-0": {
1601 "ProxyManager\\": "src"
1602 }
1603 },
1604 "notification-url": "https://packagist.org/downloads/",
1605 "license": [
1606 "MIT"
1607 ],
1608 "authors": [
1609 {
1610 "name": "Marco Pivetta",
1611 "email": "ocramius@gmail.com",
1612 "homepage": "http://ocramius.github.com/"
1613 }
1614 ],
1615 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1616 "homepage": "https://github.com/Ocramius/ProxyManager",
1617 "keywords": [
1618 "aop",
1619 "lazy loading",
1620 "proxy",
1621 "proxy pattern",
1622 "service proxies"
1623 ]
1624 },
1625 {
1626 "name": "symfony/proxy-manager-bridge",
1627 "version": "v2.8.14",
1628 "version_normalized": "2.8.14.0",
1629 "source": {
1630 "type": "git",
1631 "url": "https://github.com/symfony/proxy-manager-bridge.git",
1632 "reference": "69922100cdfe37bc9c0429cab5bd523e861e562e"
1633 },
1634 "dist": {
1635 "type": "zip",
1636 "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/69922100cdfe37bc9c0429cab5bd523e861e562e",
1637 "reference": "69922100cdfe37bc9c0429cab5bd523e861e562e",
1638 "shasum": ""
1639 },
1640 "require": {
1641 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
1642 "php": ">=5.3.9",
1643 "symfony/dependency-injection": "~2.8|~3.0.0"
1644 },
1645 "require-dev": {
1646 "symfony/config": "~2.3|~3.0.0"
1647 },
1648 "time": "2016-10-03 15:49:46",
1649 "type": "symfony-bridge",
1650 "extra": {
1651 "branch-alias": {
1652 "dev-master": "2.8-dev"
1653 }
1654 },
1655 "installation-source": "dist",
1656 "autoload": {
1657 "psr-4": {
1658 "Symfony\\Bridge\\ProxyManager\\": ""
1659 },
1660 "exclude-from-classmap": [
1661 "/Tests/"
1662 ]
1663 },
1664 "notification-url": "https://packagist.org/downloads/",
1665 "license": [
1666 "MIT"
1667 ],
1668 "authors": [
1669 {
1670 "name": "Fabien Potencier",
1671 "email": "fabien@symfony.com"
1672 },
1673 {
1674 "name": "Symfony Community",
1675 "homepage": "https://symfony.com/contributors"
1676 }
1677 ],
1678 "description": "Symfony ProxyManager Bridge",
1679 "homepage": "https://symfony.com"
1680 },
1681 {
1682 "name": "symfony/routing",
1683 "version": "v2.8.14",
1684 "version_normalized": "2.8.14.0",
1685 "source": {
1686 "type": "git",
1687 "url": "https://github.com/symfony/routing.git",
1688 "reference": "6cee3ed22c778a7410119a3d51a20f60252a156c"
1689 },
1690 "dist": {
1691 "type": "zip",
1692 "url": "https://api.github.com/repos/symfony/routing/zipball/6cee3ed22c778a7410119a3d51a20f60252a156c",
1693 "reference": "6cee3ed22c778a7410119a3d51a20f60252a156c",
1694 "shasum": ""
1695 },
1696 "require": {
1697 "php": ">=5.3.9"
1698 },
1699 "conflict": {
1700 "symfony/config": "<2.7"
1701 },
1702 "require-dev": {
1703 "doctrine/annotations": "~1.0",
1704 "doctrine/common": "~2.2",
1705 "psr/log": "~1.0",
1706 "symfony/config": "~2.7|~3.0.0",
1707 "symfony/expression-language": "~2.4|~3.0.0",
1708 "symfony/http-foundation": "~2.3|~3.0.0",
1709 "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
1710 },
1711 "suggest": {
1712 "doctrine/annotations": "For using the annotation loader",
1713 "symfony/config": "For using the all-in-one router or any loader",
1714 "symfony/dependency-injection": "For loading routes from a service",
1715 "symfony/expression-language": "For using expression matching",
1716 "symfony/http-foundation": "For using a Symfony Request object",
1717 "symfony/yaml": "For using the YAML loader"
1718 },
1719 "time": "2016-08-16 14:56:08",
1720 "type": "library",
1721 "extra": {
1722 "branch-alias": {
1723 "dev-master": "2.8-dev"
1724 }
1725 },
1726 "installation-source": "dist",
1727 "autoload": {
1728 "psr-4": {
1729 "Symfony\\Component\\Routing\\": ""
1730 },
1731 "exclude-from-classmap": [
1732 "/Tests/"
1733 ]
1734 },
1735 "notification-url": "https://packagist.org/downloads/",
1736 "license": [
1737 "MIT"
1738 ],
1739 "authors": [
1740 {
1741 "name": "Fabien Potencier",
1742 "email": "fabien@symfony.com"
1743 },
1744 {
1745 "name": "Symfony Community",
1746 "homepage": "https://symfony.com/contributors"
1747 }
1748 ],
1749 "description": "Symfony Routing Component",
1750 "homepage": "https://symfony.com",
1751 "keywords": [
1752 "router",
1753 "routing",
1754 "uri",
1755 "url"
1756 ]
1757 },
1758 {
1759 "name": "twig/twig",
1760 "version": "v1.24.2",
1761 "version_normalized": "1.24.2.0",
1762 "source": {
1763 "type": "git",
1764 "url": "https://github.com/twigphp/Twig.git",
1765 "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7"
1766 },
1767 "dist": {
1768 "type": "zip",
1769 "url": "https://api.github.com/repos/twigphp/Twig/zipball/33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
1770 "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
1771 "shasum": ""
1772 },
1773 "require": {
1774 "php": ">=5.2.7"
1775 },
1776 "require-dev": {
1777 "symfony/debug": "~2.7",
1778 "symfony/phpunit-bridge": "~2.7"
1779 },
1780 "time": "2016-09-01 17:50:53",
1781 "type": "library",
1782 "extra": {
1783 "branch-alias": {
1784 "dev-master": "1.24-dev"
1785 }
1786 },
1787 "installation-source": "dist",
1788 "autoload": {
1789 "psr-0": {
1790 "Twig_": "lib/"
1791 }
1792 },
1793 "notification-url": "https://packagist.org/downloads/",
1794 "license": [
1795 "BSD-3-Clause"
1796 ],
1797 "authors": [
1798 {
1799 "name": "Fabien Potencier",
1800 "email": "fabien@symfony.com",
1801 "homepage": "http://fabien.potencier.org",
1802 "role": "Lead Developer"
1803 },
1804 {
1805 "name": "Armin Ronacher",
1806 "email": "armin.ronacher@active-4.com",
1807 "role": "Project Founder"
1808 },
1809 {
1810 "name": "Twig Team",
1811 "homepage": "http://twig.sensiolabs.org/contributors",
1812 "role": "Contributors"
1813 }
1814 ],
1815 "description": "Twig, the flexible, fast, and secure template language for PHP",
1816 "homepage": "http://twig.sensiolabs.org",
1817 "keywords": [
1818 "templating"
1819 ]
1820 },
1821 {
1822 "name": "symfony/twig-bridge",
1823 "version": "v2.8.11",
1824 "version_normalized": "2.8.11.0",
1825 "source": {
1826 "type": "git",
1827 "url": "https://github.com/symfony/twig-bridge.git",
1828 "reference": "5e9679f7085e99adb5248e07b4677494b8f884b5"
1829 },
1830 "dist": {
1831 "type": "zip",
1832 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/5e9679f7085e99adb5248e07b4677494b8f884b5",
1833 "reference": "5e9679f7085e99adb5248e07b4677494b8f884b5",
1834 "shasum": ""
1835 },
1836 "require": {
1837 "php": ">=5.3.9",
1838 "twig/twig": "~1.23|~2.0"
1839 },
1840 "require-dev": {
1841 "symfony/asset": "~2.7|~3.0.0",
1842 "symfony/console": "~2.8|~3.0.0",
1843 "symfony/expression-language": "~2.4|~3.0.0",
1844 "symfony/finder": "~2.3|~3.0.0",
1845 "symfony/form": "~2.8.4",
1846 "symfony/http-kernel": "~2.8|~3.0.0",
1847 "symfony/polyfill-intl-icu": "~1.0",
1848 "symfony/routing": "~2.2|~3.0.0",
1849 "symfony/security": "~2.6|~3.0.0",
1850 "symfony/security-acl": "~2.6|~3.0.0",
1851 "symfony/stopwatch": "~2.2|~3.0.0",
1852 "symfony/templating": "~2.1|~3.0.0",
1853 "symfony/translation": "~2.7|~3.0.0",
1854 "symfony/var-dumper": "~2.7.16|~2.8.9|~3.0.9",
1855 "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
1856 },
1857 "suggest": {
1858 "symfony/asset": "For using the AssetExtension",
1859 "symfony/expression-language": "For using the ExpressionExtension",
1860 "symfony/finder": "",
1861 "symfony/form": "For using the FormExtension",
1862 "symfony/http-kernel": "For using the HttpKernelExtension",
1863 "symfony/routing": "For using the RoutingExtension",
1864 "symfony/security": "For using the SecurityExtension",
1865 "symfony/stopwatch": "For using the StopwatchExtension",
1866 "symfony/templating": "For using the TwigEngine",
1867 "symfony/translation": "For using the TranslationExtension",
1868 "symfony/var-dumper": "For using the DumpExtension",
1869 "symfony/yaml": "For using the YamlExtension"
1870 },
1871 "time": "2016-09-06 10:55:00",
1872 "type": "symfony-bridge",
1873 "extra": {
1874 "branch-alias": {
1875 "dev-master": "2.8-dev"
1876 }
1877 },
1878 "installation-source": "dist",
1879 "autoload": {
1880 "psr-4": {
1881 "Symfony\\Bridge\\Twig\\": ""
1882 },
1883 "exclude-from-classmap": [
1884 "/Tests/"
1885 ]
1886 },
1887 "notification-url": "https://packagist.org/downloads/",
1888 "license": [
1889 "MIT"
1890 ],
1891 "authors": [
1892 {
1893 "name": "Fabien Potencier",
1894 "email": "fabien@symfony.com"
1895 },
1896 {
1897 "name": "Symfony Community",
1898 "homepage": "https://symfony.com/contributors"
1899 }
1900 ],
1901 "description": "Symfony Twig Bridge",
1902 "homepage": "https://symfony.com"
1903 },
1904 {
1905 "name": "symfony/yaml",
1906 "version": "v2.8.14",
1907 "version_normalized": "2.8.14.0",
1908 "source": {
1909 "type": "git",
1910 "url": "https://github.com/symfony/yaml.git",
1911 "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff"
1912 },
1913 "dist": {
1914 "type": "zip",
1915 "url": "https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff",
1916 "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff",
1917 "shasum": ""
1918 },
1919 "require": {
1920 "php": ">=5.3.9"
1921 },
1922 "time": "2016-11-14 16:15:57",
1923 "type": "library",
1924 "extra": {
1925 "branch-alias": {
1926 "dev-master": "2.8-dev"
1927 }
1928 },
1929 "installation-source": "dist",
1930 "autoload": {
1931 "psr-4": {
1932 "Symfony\\Component\\Yaml\\": ""
1933 },
1934 "exclude-from-classmap": [
1935 "/Tests/"
1936 ]
1937 },
1938 "notification-url": "https://packagist.org/downloads/",
1939 "license": [
1940 "MIT"
1941 ],
1942 "authors": [
1943 {
1944 "name": "Fabien Potencier",
1945 "email": "fabien@symfony.com"
1946 },
1947 {
1948 "name": "Symfony Community",
1949 "homepage": "https://symfony.com/contributors"
1950 }
1951 ],
1952 "description": "Symfony Yaml Component",
1953 "homepage": "https://symfony.com"
1954 }
1955 ]
1956