Commit be62f461b4802ef59ba50c1e34ae2a2cb930ad20

Authored by Alexandre
1 parent 6388f328

Version: 2.4.2.16

Demande (terminée):	Suppression PHPUnit + Ajout install phpunit dans le
script d'installation
									
Version majeure en cours (2.4):
https://projects.irap.omp.eu/versions/107

ROADMAP: https://projects.irap.omp.eu/projects/labinvent/roadmap
README-LABINVENT.md
@@ -51,7 +51,7 @@ Logiciel testé et validé sur les configurations suivantes : @@ -51,7 +51,7 @@ Logiciel testé et validé sur les configurations suivantes :
51 VERSION ACTUELLE 51 VERSION ACTUELLE
52 52
53 Date: 06/06/2016 53 Date: 06/06/2016
54 -Version: 2.4.2.15 54 +Version: 2.4.2.16
55 55
56 Demande (terminée): Suppression PHPUnit + Ajout install phpunit dans le script d'installation 56 Demande (terminée): Suppression PHPUnit + Ajout install phpunit dans le script d'installation
57 57
@@ -14,7 +14,8 @@ @@ -14,7 +14,8 @@
14 "require-dev": { 14 "require-dev": {
15 "psy/psysh": "@stable", 15 "psy/psysh": "@stable",
16 "cakephp/debug_kit": "~3.2", 16 "cakephp/debug_kit": "~3.2",
17 - "cakephp/bake": "~1.1" 17 + "cakephp/bake": "~1.1",
  18 + "phpunit/phpunit": "^5.4"
18 }, 19 },
19 "suggest": { 20 "suggest": {
20 "phpunit/phpunit": "Allows automated tests to be run without system-wide install.", 21 "phpunit/phpunit": "Allows automated tests to be run without system-wide install.",
@@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 - "hash": "5f1a14b222f1d302bc55c85e5ad86978",  
8 - "content-hash": "601fb31c8d0d4504a213a0c837654da4", 7 + "hash": "aef5585f9776801a72ca573c087b7c16",
  8 + "content-hash": "5f27152304efe10cd810a5fc50b38190",
9 "packages": [ 9 "packages": [
10 { 10 {
11 "name": "aura/installer-default", 11 "name": "aura/installer-default",
@@ -904,6 +904,60 @@ @@ -904,6 +904,60 @@
904 "time": "2014-10-24 07:27:01" 904 "time": "2014-10-24 07:27:01"
905 }, 905 },
906 { 906 {
  907 + "name": "doctrine/instantiator",
  908 + "version": "1.0.5",
  909 + "source": {
  910 + "type": "git",
  911 + "url": "https://github.com/doctrine/instantiator.git",
  912 + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  913 + },
  914 + "dist": {
  915 + "type": "zip",
  916 + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  917 + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  918 + "shasum": ""
  919 + },
  920 + "require": {
  921 + "php": ">=5.3,<8.0-DEV"
  922 + },
  923 + "require-dev": {
  924 + "athletic/athletic": "~0.1.8",
  925 + "ext-pdo": "*",
  926 + "ext-phar": "*",
  927 + "phpunit/phpunit": "~4.0",
  928 + "squizlabs/php_codesniffer": "~2.0"
  929 + },
  930 + "type": "library",
  931 + "extra": {
  932 + "branch-alias": {
  933 + "dev-master": "1.0.x-dev"
  934 + }
  935 + },
  936 + "autoload": {
  937 + "psr-4": {
  938 + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  939 + }
  940 + },
  941 + "notification-url": "https://packagist.org/downloads/",
  942 + "license": [
  943 + "MIT"
  944 + ],
  945 + "authors": [
  946 + {
  947 + "name": "Marco Pivetta",
  948 + "email": "ocramius@gmail.com",
  949 + "homepage": "http://ocramius.github.com/"
  950 + }
  951 + ],
  952 + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  953 + "homepage": "https://github.com/doctrine/instantiator",
  954 + "keywords": [
  955 + "constructor",
  956 + "instantiate"
  957 + ],
  958 + "time": "2015-06-14 21:17:01"
  959 + },
  960 + {
907 "name": "jakub-onderka/php-console-color", 961 "name": "jakub-onderka/php-console-color",
908 "version": "0.1", 962 "version": "0.1",
909 "source": { 963 "source": {
@@ -1041,6 +1095,48 @@ @@ -1041,6 +1095,48 @@
1041 "time": "2014-01-12 16:20:24" 1095 "time": "2014-01-12 16:20:24"
1042 }, 1096 },
1043 { 1097 {
  1098 + "name": "myclabs/deep-copy",
  1099 + "version": "1.5.1",
  1100 + "source": {
  1101 + "type": "git",
  1102 + "url": "https://github.com/myclabs/DeepCopy.git",
  1103 + "reference": "a8773992b362b58498eed24bf85005f363c34771"
  1104 + },
  1105 + "dist": {
  1106 + "type": "zip",
  1107 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
  1108 + "reference": "a8773992b362b58498eed24bf85005f363c34771",
  1109 + "shasum": ""
  1110 + },
  1111 + "require": {
  1112 + "php": ">=5.4.0"
  1113 + },
  1114 + "require-dev": {
  1115 + "doctrine/collections": "1.*",
  1116 + "phpunit/phpunit": "~4.1"
  1117 + },
  1118 + "type": "library",
  1119 + "autoload": {
  1120 + "psr-4": {
  1121 + "DeepCopy\\": "src/DeepCopy/"
  1122 + }
  1123 + },
  1124 + "notification-url": "https://packagist.org/downloads/",
  1125 + "license": [
  1126 + "MIT"
  1127 + ],
  1128 + "description": "Create deep copies (clones) of your objects",
  1129 + "homepage": "https://github.com/myclabs/DeepCopy",
  1130 + "keywords": [
  1131 + "clone",
  1132 + "copy",
  1133 + "duplicate",
  1134 + "object",
  1135 + "object graph"
  1136 + ],
  1137 + "time": "2015-11-20 12:04:31"
  1138 + },
  1139 + {
1044 "name": "nikic/php-parser", 1140 "name": "nikic/php-parser",
1045 "version": "v2.0.1", 1141 "version": "v2.0.1",
1046 "source": { 1142 "source": {
@@ -1092,54 +1188,87 @@ @@ -1092,54 +1188,87 @@
1092 "time": "2016-02-28 19:48:28" 1188 "time": "2016-02-28 19:48:28"
1093 }, 1189 },
1094 { 1190 {
1095 - "name": "psy/psysh",  
1096 - "version": "v0.7.2", 1191 + "name": "phpdocumentor/reflection-docblock",
  1192 + "version": "2.0.4",
1097 "source": { 1193 "source": {
1098 "type": "git", 1194 "type": "git",
1099 - "url": "https://github.com/bobthecow/psysh.git",  
1100 - "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" 1195 + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1196 + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1101 }, 1197 },
1102 "dist": { 1198 "dist": {
1103 "type": "zip", 1199 "type": "zip",
1104 - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",  
1105 - "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", 1200 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1201 + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1106 "shasum": "" 1202 "shasum": ""
1107 }, 1203 },
1108 "require": { 1204 "require": {
1109 - "dnoegel/php-xdg-base-dir": "0.1",  
1110 - "jakub-onderka/php-console-highlighter": "0.3.*",  
1111 - "nikic/php-parser": "^1.2.1|~2.0",  
1112 - "php": ">=5.3.9",  
1113 - "symfony/console": "~2.3.10|^2.4.2|~3.0",  
1114 - "symfony/var-dumper": "~2.7|~3.0" 1205 + "php": ">=5.3.3"
1115 }, 1206 },
1116 "require-dev": { 1207 "require-dev": {
1117 - "fabpot/php-cs-fixer": "~1.5",  
1118 - "phpunit/phpunit": "~3.7|~4.0|~5.0",  
1119 - "squizlabs/php_codesniffer": "~2.0",  
1120 - "symfony/finder": "~2.1|~3.0" 1208 + "phpunit/phpunit": "~4.0"
1121 }, 1209 },
1122 "suggest": { 1210 "suggest": {
1123 - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",  
1124 - "ext-pdo-sqlite": "The doc command requires SQLite to work.",  
1125 - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",  
1126 - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." 1211 + "dflydev/markdown": "~1.0",
  1212 + "erusev/parsedown": "~1.0"
1127 }, 1213 },
1128 - "bin": [  
1129 - "bin/psysh" 1214 + "type": "library",
  1215 + "extra": {
  1216 + "branch-alias": {
  1217 + "dev-master": "2.0.x-dev"
  1218 + }
  1219 + },
  1220 + "autoload": {
  1221 + "psr-0": {
  1222 + "phpDocumentor": [
  1223 + "src/"
  1224 + ]
  1225 + }
  1226 + },
  1227 + "notification-url": "https://packagist.org/downloads/",
  1228 + "license": [
  1229 + "MIT"
  1230 + ],
  1231 + "authors": [
  1232 + {
  1233 + "name": "Mike van Riel",
  1234 + "email": "mike.vanriel@naenius.com"
  1235 + }
1130 ], 1236 ],
  1237 + "time": "2015-02-03 12:10:50"
  1238 + },
  1239 + {
  1240 + "name": "phpspec/prophecy",
  1241 + "version": "v1.6.0",
  1242 + "source": {
  1243 + "type": "git",
  1244 + "url": "https://github.com/phpspec/prophecy.git",
  1245 + "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  1246 + },
  1247 + "dist": {
  1248 + "type": "zip",
  1249 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  1250 + "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  1251 + "shasum": ""
  1252 + },
  1253 + "require": {
  1254 + "doctrine/instantiator": "^1.0.2",
  1255 + "php": "^5.3|^7.0",
  1256 + "phpdocumentor/reflection-docblock": "~2.0",
  1257 + "sebastian/comparator": "~1.1",
  1258 + "sebastian/recursion-context": "~1.0"
  1259 + },
  1260 + "require-dev": {
  1261 + "phpspec/phpspec": "~2.0"
  1262 + },
1131 "type": "library", 1263 "type": "library",
1132 "extra": { 1264 "extra": {
1133 "branch-alias": { 1265 "branch-alias": {
1134 - "dev-develop": "0.8.x-dev" 1266 + "dev-master": "1.5.x-dev"
1135 } 1267 }
1136 }, 1268 },
1137 "autoload": { 1269 "autoload": {
1138 - "files": [  
1139 - "src/Psy/functions.php"  
1140 - ],  
1141 - "psr-4": {  
1142 - "Psy\\": "src/Psy/" 1270 + "psr-0": {
  1271 + "Prophecy\\": "src/"
1143 } 1272 }
1144 }, 1273 },
1145 "notification-url": "https://packagist.org/downloads/", 1274 "notification-url": "https://packagist.org/downloads/",
@@ -1148,20 +1277,988 @@ @@ -1148,20 +1277,988 @@
1148 ], 1277 ],
1149 "authors": [ 1278 "authors": [
1150 { 1279 {
1151 - "name": "Justin Hileman",  
1152 - "email": "justin@justinhileman.info",  
1153 - "homepage": "http://justinhileman.com" 1280 + "name": "Konstantin Kudryashov",
  1281 + "email": "ever.zet@gmail.com",
  1282 + "homepage": "http://everzet.com"
  1283 + },
  1284 + {
  1285 + "name": "Marcello Duarte",
  1286 + "email": "marcello.duarte@gmail.com"
1154 } 1287 }
1155 ], 1288 ],
1156 - "description": "An interactive shell for modern PHP.",  
1157 - "homepage": "http://psysh.org", 1289 + "description": "Highly opinionated mocking framework for PHP 5.3+",
  1290 + "homepage": "https://github.com/phpspec/prophecy",
1158 "keywords": [ 1291 "keywords": [
1159 - "REPL",  
1160 - "console",  
1161 - "interactive",  
1162 - "shell" 1292 + "Double",
  1293 + "Dummy",
  1294 + "fake",
  1295 + "mock",
  1296 + "spy",
  1297 + "stub"
1163 ], 1298 ],
1164 - "time": "2016-03-09 05:03:14" 1299 + "time": "2016-02-15 07:46:21"
  1300 + },
  1301 + {
  1302 + "name": "phpunit/php-code-coverage",
  1303 + "version": "4.0.0",
  1304 + "source": {
  1305 + "type": "git",
  1306 + "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1307 + "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
  1308 + },
  1309 + "dist": {
  1310 + "type": "zip",
  1311 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
  1312 + "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
  1313 + "shasum": ""
  1314 + },
  1315 + "require": {
  1316 + "php": "^5.6 || ^7.0",
  1317 + "phpunit/php-file-iterator": "~1.3",
  1318 + "phpunit/php-text-template": "~1.2",
  1319 + "phpunit/php-token-stream": "^1.4.2",
  1320 + "sebastian/code-unit-reverse-lookup": "~1.0",
  1321 + "sebastian/environment": "^1.3.2",
  1322 + "sebastian/version": "~1.0|~2.0"
  1323 + },
  1324 + "require-dev": {
  1325 + "ext-xdebug": ">=2.1.4",
  1326 + "phpunit/phpunit": "^5.4"
  1327 + },
  1328 + "suggest": {
  1329 + "ext-dom": "*",
  1330 + "ext-xdebug": ">=2.4.0",
  1331 + "ext-xmlwriter": "*"
  1332 + },
  1333 + "type": "library",
  1334 + "extra": {
  1335 + "branch-alias": {
  1336 + "dev-master": "4.0.x-dev"
  1337 + }
  1338 + },
  1339 + "autoload": {
  1340 + "classmap": [
  1341 + "src/"
  1342 + ]
  1343 + },
  1344 + "notification-url": "https://packagist.org/downloads/",
  1345 + "license": [
  1346 + "BSD-3-Clause"
  1347 + ],
  1348 + "authors": [
  1349 + {
  1350 + "name": "Sebastian Bergmann",
  1351 + "email": "sb@sebastian-bergmann.de",
  1352 + "role": "lead"
  1353 + }
  1354 + ],
  1355 + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1356 + "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1357 + "keywords": [
  1358 + "coverage",
  1359 + "testing",
  1360 + "xunit"
  1361 + ],
  1362 + "time": "2016-06-03 05:03:56"
  1363 + },
  1364 + {
  1365 + "name": "phpunit/php-file-iterator",
  1366 + "version": "1.4.1",
  1367 + "source": {
  1368 + "type": "git",
  1369 + "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1370 + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  1371 + },
  1372 + "dist": {
  1373 + "type": "zip",
  1374 + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1375 + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1376 + "shasum": ""
  1377 + },
  1378 + "require": {
  1379 + "php": ">=5.3.3"
  1380 + },
  1381 + "type": "library",
  1382 + "extra": {
  1383 + "branch-alias": {
  1384 + "dev-master": "1.4.x-dev"
  1385 + }
  1386 + },
  1387 + "autoload": {
  1388 + "classmap": [
  1389 + "src/"
  1390 + ]
  1391 + },
  1392 + "notification-url": "https://packagist.org/downloads/",
  1393 + "license": [
  1394 + "BSD-3-Clause"
  1395 + ],
  1396 + "authors": [
  1397 + {
  1398 + "name": "Sebastian Bergmann",
  1399 + "email": "sb@sebastian-bergmann.de",
  1400 + "role": "lead"
  1401 + }
  1402 + ],
  1403 + "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1404 + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1405 + "keywords": [
  1406 + "filesystem",
  1407 + "iterator"
  1408 + ],
  1409 + "time": "2015-06-21 13:08:43"
  1410 + },
  1411 + {
  1412 + "name": "phpunit/php-text-template",
  1413 + "version": "1.2.1",
  1414 + "source": {
  1415 + "type": "git",
  1416 + "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1417 + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1418 + },
  1419 + "dist": {
  1420 + "type": "zip",
  1421 + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1422 + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1423 + "shasum": ""
  1424 + },
  1425 + "require": {
  1426 + "php": ">=5.3.3"
  1427 + },
  1428 + "type": "library",
  1429 + "autoload": {
  1430 + "classmap": [
  1431 + "src/"
  1432 + ]
  1433 + },
  1434 + "notification-url": "https://packagist.org/downloads/",
  1435 + "license": [
  1436 + "BSD-3-Clause"
  1437 + ],
  1438 + "authors": [
  1439 + {
  1440 + "name": "Sebastian Bergmann",
  1441 + "email": "sebastian@phpunit.de",
  1442 + "role": "lead"
  1443 + }
  1444 + ],
  1445 + "description": "Simple template engine.",
  1446 + "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1447 + "keywords": [
  1448 + "template"
  1449 + ],
  1450 + "time": "2015-06-21 13:50:34"
  1451 + },
  1452 + {
  1453 + "name": "phpunit/php-timer",
  1454 + "version": "1.0.8",
  1455 + "source": {
  1456 + "type": "git",
  1457 + "url": "https://github.com/sebastianbergmann/php-timer.git",
  1458 + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  1459 + },
  1460 + "dist": {
  1461 + "type": "zip",
  1462 + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  1463 + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  1464 + "shasum": ""
  1465 + },
  1466 + "require": {
  1467 + "php": ">=5.3.3"
  1468 + },
  1469 + "require-dev": {
  1470 + "phpunit/phpunit": "~4|~5"
  1471 + },
  1472 + "type": "library",
  1473 + "autoload": {
  1474 + "classmap": [
  1475 + "src/"
  1476 + ]
  1477 + },
  1478 + "notification-url": "https://packagist.org/downloads/",
  1479 + "license": [
  1480 + "BSD-3-Clause"
  1481 + ],
  1482 + "authors": [
  1483 + {
  1484 + "name": "Sebastian Bergmann",
  1485 + "email": "sb@sebastian-bergmann.de",
  1486 + "role": "lead"
  1487 + }
  1488 + ],
  1489 + "description": "Utility class for timing",
  1490 + "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1491 + "keywords": [
  1492 + "timer"
  1493 + ],
  1494 + "time": "2016-05-12 18:03:57"
  1495 + },
  1496 + {
  1497 + "name": "phpunit/php-token-stream",
  1498 + "version": "1.4.8",
  1499 + "source": {
  1500 + "type": "git",
  1501 + "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1502 + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1503 + },
  1504 + "dist": {
  1505 + "type": "zip",
  1506 + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1507 + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1508 + "shasum": ""
  1509 + },
  1510 + "require": {
  1511 + "ext-tokenizer": "*",
  1512 + "php": ">=5.3.3"
  1513 + },
  1514 + "require-dev": {
  1515 + "phpunit/phpunit": "~4.2"
  1516 + },
  1517 + "type": "library",
  1518 + "extra": {
  1519 + "branch-alias": {
  1520 + "dev-master": "1.4-dev"
  1521 + }
  1522 + },
  1523 + "autoload": {
  1524 + "classmap": [
  1525 + "src/"
  1526 + ]
  1527 + },
  1528 + "notification-url": "https://packagist.org/downloads/",
  1529 + "license": [
  1530 + "BSD-3-Clause"
  1531 + ],
  1532 + "authors": [
  1533 + {
  1534 + "name": "Sebastian Bergmann",
  1535 + "email": "sebastian@phpunit.de"
  1536 + }
  1537 + ],
  1538 + "description": "Wrapper around PHP's tokenizer extension.",
  1539 + "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1540 + "keywords": [
  1541 + "tokenizer"
  1542 + ],
  1543 + "time": "2015-09-15 10:49:45"
  1544 + },
  1545 + {
  1546 + "name": "phpunit/phpunit",
  1547 + "version": "5.4.2",
  1548 + "source": {
  1549 + "type": "git",
  1550 + "url": "https://github.com/sebastianbergmann/phpunit.git",
  1551 + "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d"
  1552 + },
  1553 + "dist": {
  1554 + "type": "zip",
  1555 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f5726a0262e5f74f8e9cf03128798b64160c441d",
  1556 + "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d",
  1557 + "shasum": ""
  1558 + },
  1559 + "require": {
  1560 + "ext-dom": "*",
  1561 + "ext-json": "*",
  1562 + "ext-pcre": "*",
  1563 + "ext-reflection": "*",
  1564 + "ext-spl": "*",
  1565 + "myclabs/deep-copy": "~1.3",
  1566 + "php": "^5.6 || ^7.0",
  1567 + "phpspec/prophecy": "^1.3.1",
  1568 + "phpunit/php-code-coverage": "^4.0",
  1569 + "phpunit/php-file-iterator": "~1.4",
  1570 + "phpunit/php-text-template": "~1.2",
  1571 + "phpunit/php-timer": "^1.0.6",
  1572 + "phpunit/phpunit-mock-objects": "^3.2",
  1573 + "sebastian/comparator": "~1.1",
  1574 + "sebastian/diff": "~1.2",
  1575 + "sebastian/environment": "~1.3",
  1576 + "sebastian/exporter": "~1.2",
  1577 + "sebastian/global-state": "~1.0",
  1578 + "sebastian/object-enumerator": "~1.0",
  1579 + "sebastian/resource-operations": "~1.0",
  1580 + "sebastian/version": "~1.0|~2.0",
  1581 + "symfony/yaml": "~2.1|~3.0"
  1582 + },
  1583 + "suggest": {
  1584 + "phpunit/php-invoker": "~1.1"
  1585 + },
  1586 + "bin": [
  1587 + "phpunit"
  1588 + ],
  1589 + "type": "library",
  1590 + "extra": {
  1591 + "branch-alias": {
  1592 + "dev-master": "5.4.x-dev"
  1593 + }
  1594 + },
  1595 + "autoload": {
  1596 + "classmap": [
  1597 + "src/"
  1598 + ]
  1599 + },
  1600 + "notification-url": "https://packagist.org/downloads/",
  1601 + "license": [
  1602 + "BSD-3-Clause"
  1603 + ],
  1604 + "authors": [
  1605 + {
  1606 + "name": "Sebastian Bergmann",
  1607 + "email": "sebastian@phpunit.de",
  1608 + "role": "lead"
  1609 + }
  1610 + ],
  1611 + "description": "The PHP Unit Testing framework.",
  1612 + "homepage": "https://phpunit.de/",
  1613 + "keywords": [
  1614 + "phpunit",
  1615 + "testing",
  1616 + "xunit"
  1617 + ],
  1618 + "time": "2016-06-03 09:59:50"
  1619 + },
  1620 + {
  1621 + "name": "phpunit/phpunit-mock-objects",
  1622 + "version": "3.2.1",
  1623 + "source": {
  1624 + "type": "git",
  1625 + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1626 + "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3"
  1627 + },
  1628 + "dist": {
  1629 + "type": "zip",
  1630 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
  1631 + "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
  1632 + "shasum": ""
  1633 + },
  1634 + "require": {
  1635 + "doctrine/instantiator": "^1.0.2",
  1636 + "php": "^5.6 || ^7.0",
  1637 + "phpunit/php-text-template": "^1.2",
  1638 + "sebastian/exporter": "^1.2"
  1639 + },
  1640 + "conflict": {
  1641 + "phpunit/phpunit": "<5.4.0"
  1642 + },
  1643 + "require-dev": {
  1644 + "phpunit/phpunit": "^5.4"
  1645 + },
  1646 + "suggest": {
  1647 + "ext-soap": "*"
  1648 + },
  1649 + "type": "library",
  1650 + "extra": {
  1651 + "branch-alias": {
  1652 + "dev-master": "3.2.x-dev"
  1653 + }
  1654 + },
  1655 + "autoload": {
  1656 + "classmap": [
  1657 + "src/"
  1658 + ]
  1659 + },
  1660 + "notification-url": "https://packagist.org/downloads/",
  1661 + "license": [
  1662 + "BSD-3-Clause"
  1663 + ],
  1664 + "authors": [
  1665 + {
  1666 + "name": "Sebastian Bergmann",
  1667 + "email": "sb@sebastian-bergmann.de",
  1668 + "role": "lead"
  1669 + }
  1670 + ],
  1671 + "description": "Mock Object library for PHPUnit",
  1672 + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1673 + "keywords": [
  1674 + "mock",
  1675 + "xunit"
  1676 + ],
  1677 + "time": "2016-06-04 05:52:19"
  1678 + },
  1679 + {
  1680 + "name": "psy/psysh",
  1681 + "version": "v0.7.2",
  1682 + "source": {
  1683 + "type": "git",
  1684 + "url": "https://github.com/bobthecow/psysh.git",
  1685 + "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
  1686 + },
  1687 + "dist": {
  1688 + "type": "zip",
  1689 + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
  1690 + "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
  1691 + "shasum": ""
  1692 + },
  1693 + "require": {
  1694 + "dnoegel/php-xdg-base-dir": "0.1",
  1695 + "jakub-onderka/php-console-highlighter": "0.3.*",
  1696 + "nikic/php-parser": "^1.2.1|~2.0",
  1697 + "php": ">=5.3.9",
  1698 + "symfony/console": "~2.3.10|^2.4.2|~3.0",
  1699 + "symfony/var-dumper": "~2.7|~3.0"
  1700 + },
  1701 + "require-dev": {
  1702 + "fabpot/php-cs-fixer": "~1.5",
  1703 + "phpunit/phpunit": "~3.7|~4.0|~5.0",
  1704 + "squizlabs/php_codesniffer": "~2.0",
  1705 + "symfony/finder": "~2.1|~3.0"
  1706 + },
  1707 + "suggest": {
  1708 + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1709 + "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1710 + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1711 + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  1712 + },
  1713 + "bin": [
  1714 + "bin/psysh"
  1715 + ],
  1716 + "type": "library",
  1717 + "extra": {
  1718 + "branch-alias": {
  1719 + "dev-develop": "0.8.x-dev"
  1720 + }
  1721 + },
  1722 + "autoload": {
  1723 + "files": [
  1724 + "src/Psy/functions.php"
  1725 + ],
  1726 + "psr-4": {
  1727 + "Psy\\": "src/Psy/"
  1728 + }
  1729 + },
  1730 + "notification-url": "https://packagist.org/downloads/",
  1731 + "license": [
  1732 + "MIT"
  1733 + ],
  1734 + "authors": [
  1735 + {
  1736 + "name": "Justin Hileman",
  1737 + "email": "justin@justinhileman.info",
  1738 + "homepage": "http://justinhileman.com"
  1739 + }
  1740 + ],
  1741 + "description": "An interactive shell for modern PHP.",
  1742 + "homepage": "http://psysh.org",
  1743 + "keywords": [
  1744 + "REPL",
  1745 + "console",
  1746 + "interactive",
  1747 + "shell"
  1748 + ],
  1749 + "time": "2016-03-09 05:03:14"
  1750 + },
  1751 + {
  1752 + "name": "sebastian/code-unit-reverse-lookup",
  1753 + "version": "1.0.0",
  1754 + "source": {
  1755 + "type": "git",
  1756 + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1757 + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  1758 + },
  1759 + "dist": {
  1760 + "type": "zip",
  1761 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  1762 + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  1763 + "shasum": ""
  1764 + },
  1765 + "require": {
  1766 + "php": ">=5.6"
  1767 + },
  1768 + "require-dev": {
  1769 + "phpunit/phpunit": "~5"
  1770 + },
  1771 + "type": "library",
  1772 + "extra": {
  1773 + "branch-alias": {
  1774 + "dev-master": "1.0.x-dev"
  1775 + }
  1776 + },
  1777 + "autoload": {
  1778 + "classmap": [
  1779 + "src/"
  1780 + ]
  1781 + },
  1782 + "notification-url": "https://packagist.org/downloads/",
  1783 + "license": [
  1784 + "BSD-3-Clause"
  1785 + ],
  1786 + "authors": [
  1787 + {
  1788 + "name": "Sebastian Bergmann",
  1789 + "email": "sebastian@phpunit.de"
  1790 + }
  1791 + ],
  1792 + "description": "Looks up which function or method a line of code belongs to",
  1793 + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1794 + "time": "2016-02-13 06:45:14"
  1795 + },
  1796 + {
  1797 + "name": "sebastian/comparator",
  1798 + "version": "1.2.0",
  1799 + "source": {
  1800 + "type": "git",
  1801 + "url": "https://github.com/sebastianbergmann/comparator.git",
  1802 + "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1803 + },
  1804 + "dist": {
  1805 + "type": "zip",
  1806 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1807 + "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1808 + "shasum": ""
  1809 + },
  1810 + "require": {
  1811 + "php": ">=5.3.3",
  1812 + "sebastian/diff": "~1.2",
  1813 + "sebastian/exporter": "~1.2"
  1814 + },
  1815 + "require-dev": {
  1816 + "phpunit/phpunit": "~4.4"
  1817 + },
  1818 + "type": "library",
  1819 + "extra": {
  1820 + "branch-alias": {
  1821 + "dev-master": "1.2.x-dev"
  1822 + }
  1823 + },
  1824 + "autoload": {
  1825 + "classmap": [
  1826 + "src/"
  1827 + ]
  1828 + },
  1829 + "notification-url": "https://packagist.org/downloads/",
  1830 + "license": [
  1831 + "BSD-3-Clause"
  1832 + ],
  1833 + "authors": [
  1834 + {
  1835 + "name": "Jeff Welch",
  1836 + "email": "whatthejeff@gmail.com"
  1837 + },
  1838 + {
  1839 + "name": "Volker Dusch",
  1840 + "email": "github@wallbash.com"
  1841 + },
  1842 + {
  1843 + "name": "Bernhard Schussek",
  1844 + "email": "bschussek@2bepublished.at"
  1845 + },
  1846 + {
  1847 + "name": "Sebastian Bergmann",
  1848 + "email": "sebastian@phpunit.de"
  1849 + }
  1850 + ],
  1851 + "description": "Provides the functionality to compare PHP values for equality",
  1852 + "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1853 + "keywords": [
  1854 + "comparator",
  1855 + "compare",
  1856 + "equality"
  1857 + ],
  1858 + "time": "2015-07-26 15:48:44"
  1859 + },
  1860 + {
  1861 + "name": "sebastian/diff",
  1862 + "version": "1.4.1",
  1863 + "source": {
  1864 + "type": "git",
  1865 + "url": "https://github.com/sebastianbergmann/diff.git",
  1866 + "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1867 + },
  1868 + "dist": {
  1869 + "type": "zip",
  1870 + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1871 + "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1872 + "shasum": ""
  1873 + },
  1874 + "require": {
  1875 + "php": ">=5.3.3"
  1876 + },
  1877 + "require-dev": {
  1878 + "phpunit/phpunit": "~4.8"
  1879 + },
  1880 + "type": "library",
  1881 + "extra": {
  1882 + "branch-alias": {
  1883 + "dev-master": "1.4-dev"
  1884 + }
  1885 + },
  1886 + "autoload": {
  1887 + "classmap": [
  1888 + "src/"
  1889 + ]
  1890 + },
  1891 + "notification-url": "https://packagist.org/downloads/",
  1892 + "license": [
  1893 + "BSD-3-Clause"
  1894 + ],
  1895 + "authors": [
  1896 + {
  1897 + "name": "Kore Nordmann",
  1898 + "email": "mail@kore-nordmann.de"
  1899 + },
  1900 + {
  1901 + "name": "Sebastian Bergmann",
  1902 + "email": "sebastian@phpunit.de"
  1903 + }
  1904 + ],
  1905 + "description": "Diff implementation",
  1906 + "homepage": "https://github.com/sebastianbergmann/diff",
  1907 + "keywords": [
  1908 + "diff"
  1909 + ],
  1910 + "time": "2015-12-08 07:14:41"
  1911 + },
  1912 + {
  1913 + "name": "sebastian/environment",
  1914 + "version": "1.3.7",
  1915 + "source": {
  1916 + "type": "git",
  1917 + "url": "https://github.com/sebastianbergmann/environment.git",
  1918 + "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  1919 + },
  1920 + "dist": {
  1921 + "type": "zip",
  1922 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  1923 + "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  1924 + "shasum": ""
  1925 + },
  1926 + "require": {
  1927 + "php": ">=5.3.3"
  1928 + },
  1929 + "require-dev": {
  1930 + "phpunit/phpunit": "~4.4"
  1931 + },
  1932 + "type": "library",
  1933 + "extra": {
  1934 + "branch-alias": {
  1935 + "dev-master": "1.3.x-dev"
  1936 + }
  1937 + },
  1938 + "autoload": {
  1939 + "classmap": [
  1940 + "src/"
  1941 + ]
  1942 + },
  1943 + "notification-url": "https://packagist.org/downloads/",
  1944 + "license": [
  1945 + "BSD-3-Clause"
  1946 + ],
  1947 + "authors": [
  1948 + {
  1949 + "name": "Sebastian Bergmann",
  1950 + "email": "sebastian@phpunit.de"
  1951 + }
  1952 + ],
  1953 + "description": "Provides functionality to handle HHVM/PHP environments",
  1954 + "homepage": "http://www.github.com/sebastianbergmann/environment",
  1955 + "keywords": [
  1956 + "Xdebug",
  1957 + "environment",
  1958 + "hhvm"
  1959 + ],
  1960 + "time": "2016-05-17 03:18:57"
  1961 + },
  1962 + {
  1963 + "name": "sebastian/exporter",
  1964 + "version": "1.2.1",
  1965 + "source": {
  1966 + "type": "git",
  1967 + "url": "https://github.com/sebastianbergmann/exporter.git",
  1968 + "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1969 + },
  1970 + "dist": {
  1971 + "type": "zip",
  1972 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1973 + "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1974 + "shasum": ""
  1975 + },
  1976 + "require": {
  1977 + "php": ">=5.3.3",
  1978 + "sebastian/recursion-context": "~1.0"
  1979 + },
  1980 + "require-dev": {
  1981 + "phpunit/phpunit": "~4.4"
  1982 + },
  1983 + "type": "library",
  1984 + "extra": {
  1985 + "branch-alias": {
  1986 + "dev-master": "1.2.x-dev"
  1987 + }
  1988 + },
  1989 + "autoload": {
  1990 + "classmap": [
  1991 + "src/"
  1992 + ]
  1993 + },
  1994 + "notification-url": "https://packagist.org/downloads/",
  1995 + "license": [
  1996 + "BSD-3-Clause"
  1997 + ],
  1998 + "authors": [
  1999 + {
  2000 + "name": "Jeff Welch",
  2001 + "email": "whatthejeff@gmail.com"
  2002 + },
  2003 + {
  2004 + "name": "Volker Dusch",
  2005 + "email": "github@wallbash.com"
  2006 + },
  2007 + {
  2008 + "name": "Bernhard Schussek",
  2009 + "email": "bschussek@2bepublished.at"
  2010 + },
  2011 + {
  2012 + "name": "Sebastian Bergmann",
  2013 + "email": "sebastian@phpunit.de"
  2014 + },
  2015 + {
  2016 + "name": "Adam Harvey",
  2017 + "email": "aharvey@php.net"
  2018 + }
  2019 + ],
  2020 + "description": "Provides the functionality to export PHP variables for visualization",
  2021 + "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2022 + "keywords": [
  2023 + "export",
  2024 + "exporter"
  2025 + ],
  2026 + "time": "2015-06-21 07:55:53"
  2027 + },
  2028 + {
  2029 + "name": "sebastian/global-state",
  2030 + "version": "1.1.1",
  2031 + "source": {
  2032 + "type": "git",
  2033 + "url": "https://github.com/sebastianbergmann/global-state.git",
  2034 + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2035 + },
  2036 + "dist": {
  2037 + "type": "zip",
  2038 + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2039 + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2040 + "shasum": ""
  2041 + },
  2042 + "require": {
  2043 + "php": ">=5.3.3"
  2044 + },
  2045 + "require-dev": {
  2046 + "phpunit/phpunit": "~4.2"
  2047 + },
  2048 + "suggest": {
  2049 + "ext-uopz": "*"
  2050 + },
  2051 + "type": "library",
  2052 + "extra": {
  2053 + "branch-alias": {
  2054 + "dev-master": "1.0-dev"
  2055 + }
  2056 + },
  2057 + "autoload": {
  2058 + "classmap": [
  2059 + "src/"
  2060 + ]
  2061 + },
  2062 + "notification-url": "https://packagist.org/downloads/",
  2063 + "license": [
  2064 + "BSD-3-Clause"
  2065 + ],
  2066 + "authors": [
  2067 + {
  2068 + "name": "Sebastian Bergmann",
  2069 + "email": "sebastian@phpunit.de"
  2070 + }
  2071 + ],
  2072 + "description": "Snapshotting of global state",
  2073 + "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2074 + "keywords": [
  2075 + "global state"
  2076 + ],
  2077 + "time": "2015-10-12 03:26:01"
  2078 + },
  2079 + {
  2080 + "name": "sebastian/object-enumerator",
  2081 + "version": "1.0.0",
  2082 + "source": {
  2083 + "type": "git",
  2084 + "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  2085 + "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  2086 + },
  2087 + "dist": {
  2088 + "type": "zip",
  2089 + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  2090 + "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  2091 + "shasum": ""
  2092 + },
  2093 + "require": {
  2094 + "php": ">=5.6",
  2095 + "sebastian/recursion-context": "~1.0"
  2096 + },
  2097 + "require-dev": {
  2098 + "phpunit/phpunit": "~5"
  2099 + },
  2100 + "type": "library",
  2101 + "extra": {
  2102 + "branch-alias": {
  2103 + "dev-master": "1.0.x-dev"
  2104 + }
  2105 + },
  2106 + "autoload": {
  2107 + "classmap": [
  2108 + "src/"
  2109 + ]
  2110 + },
  2111 + "notification-url": "https://packagist.org/downloads/",
  2112 + "license": [
  2113 + "BSD-3-Clause"
  2114 + ],
  2115 + "authors": [
  2116 + {
  2117 + "name": "Sebastian Bergmann",
  2118 + "email": "sebastian@phpunit.de"
  2119 + }
  2120 + ],
  2121 + "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  2122 + "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  2123 + "time": "2016-01-28 13:25:10"
  2124 + },
  2125 + {
  2126 + "name": "sebastian/recursion-context",
  2127 + "version": "1.0.2",
  2128 + "source": {
  2129 + "type": "git",
  2130 + "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2131 + "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  2132 + },
  2133 + "dist": {
  2134 + "type": "zip",
  2135 + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  2136 + "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  2137 + "shasum": ""
  2138 + },
  2139 + "require": {
  2140 + "php": ">=5.3.3"
  2141 + },
  2142 + "require-dev": {
  2143 + "phpunit/phpunit": "~4.4"
  2144 + },
  2145 + "type": "library",
  2146 + "extra": {
  2147 + "branch-alias": {
  2148 + "dev-master": "1.0.x-dev"
  2149 + }
  2150 + },
  2151 + "autoload": {
  2152 + "classmap": [
  2153 + "src/"
  2154 + ]
  2155 + },
  2156 + "notification-url": "https://packagist.org/downloads/",
  2157 + "license": [
  2158 + "BSD-3-Clause"
  2159 + ],
  2160 + "authors": [
  2161 + {
  2162 + "name": "Jeff Welch",
  2163 + "email": "whatthejeff@gmail.com"
  2164 + },
  2165 + {
  2166 + "name": "Sebastian Bergmann",
  2167 + "email": "sebastian@phpunit.de"
  2168 + },
  2169 + {
  2170 + "name": "Adam Harvey",
  2171 + "email": "aharvey@php.net"
  2172 + }
  2173 + ],
  2174 + "description": "Provides functionality to recursively process PHP variables",
  2175 + "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2176 + "time": "2015-11-11 19:50:13"
  2177 + },
  2178 + {
  2179 + "name": "sebastian/resource-operations",
  2180 + "version": "1.0.0",
  2181 + "source": {
  2182 + "type": "git",
  2183 + "url": "https://github.com/sebastianbergmann/resource-operations.git",
  2184 + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  2185 + },
  2186 + "dist": {
  2187 + "type": "zip",
  2188 + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2189 + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2190 + "shasum": ""
  2191 + },
  2192 + "require": {
  2193 + "php": ">=5.6.0"
  2194 + },
  2195 + "type": "library",
  2196 + "extra": {
  2197 + "branch-alias": {
  2198 + "dev-master": "1.0.x-dev"
  2199 + }
  2200 + },
  2201 + "autoload": {
  2202 + "classmap": [
  2203 + "src/"
  2204 + ]
  2205 + },
  2206 + "notification-url": "https://packagist.org/downloads/",
  2207 + "license": [
  2208 + "BSD-3-Clause"
  2209 + ],
  2210 + "authors": [
  2211 + {
  2212 + "name": "Sebastian Bergmann",
  2213 + "email": "sebastian@phpunit.de"
  2214 + }
  2215 + ],
  2216 + "description": "Provides a list of PHP built-in functions that operate on resources",
  2217 + "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  2218 + "time": "2015-07-28 20:34:47"
  2219 + },
  2220 + {
  2221 + "name": "sebastian/version",
  2222 + "version": "2.0.0",
  2223 + "source": {
  2224 + "type": "git",
  2225 + "url": "https://github.com/sebastianbergmann/version.git",
  2226 + "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  2227 + },
  2228 + "dist": {
  2229 + "type": "zip",
  2230 + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2231 + "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2232 + "shasum": ""
  2233 + },
  2234 + "require": {
  2235 + "php": ">=5.6"
  2236 + },
  2237 + "type": "library",
  2238 + "extra": {
  2239 + "branch-alias": {
  2240 + "dev-master": "2.0.x-dev"
  2241 + }
  2242 + },
  2243 + "autoload": {
  2244 + "classmap": [
  2245 + "src/"
  2246 + ]
  2247 + },
  2248 + "notification-url": "https://packagist.org/downloads/",
  2249 + "license": [
  2250 + "BSD-3-Clause"
  2251 + ],
  2252 + "authors": [
  2253 + {
  2254 + "name": "Sebastian Bergmann",
  2255 + "email": "sebastian@phpunit.de",
  2256 + "role": "lead"
  2257 + }
  2258 + ],
  2259 + "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2260 + "homepage": "https://github.com/sebastianbergmann/version",
  2261 + "time": "2016-02-04 12:56:52"
1165 }, 2262 },
1166 { 2263 {
1167 "name": "symfony/var-dumper", 2264 "name": "symfony/var-dumper",
src/Template/Layout/default.ctp
@@ -93,7 +93,7 @@ $cakeDescription = &#39;Labinvent 2.0&#39;; @@ -93,7 +93,7 @@ $cakeDescription = &#39;Labinvent 2.0&#39;;
93 </i></td> 93 </i></td>
94 <td id="version"> 94 <td id="version">
95 <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> 95 <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) -->
96 - <font color="black">VERSION 2.4.2.15 (03/06/2016)</font> 96 + <font color="black">VERSION 2.4.2.16 (03/06/2016)</font>
97 </td> 97 </td>
98 </tr> 98 </tr>
99 </table> 99 </table>
vendor/.gitignore 0 → 100644
@@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
  1 +/phpunit/
  2 +/doctrine/
  3 +/myclabs/
  4 +/phpspec/
  5 +/phpdocumentor/
  6 +/sebastian/
vendor/bin/phpunit 0 → 120000
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +../phpunit/phpunit/phpunit
0 \ No newline at end of file 2 \ No newline at end of file
vendor/composer/autoload_classmap.php
@@ -6,6 +6,459 @@ $vendorDir = dirname(dirname(__FILE__)); @@ -6,6 +6,459 @@ $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir); 6 $baseDir = dirname($vendorDir);
7 7
8 return array( 8 return array(
  9 + 'File_Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php',
  10 + 'File_Iterator_Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php',
  11 + 'File_Iterator_Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php',
9 'Mobile_Detect' => $vendorDir . '/mobiledetect/mobiledetectlib/Mobile_Detect.php', 12 'Mobile_Detect' => $vendorDir . '/mobiledetect/mobiledetectlib/Mobile_Detect.php',
  13 + 'PHPUnit_Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php',
  14 + 'PHPUnit_Extensions_GroupTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/GroupTestSuite.php',
  15 + 'PHPUnit_Extensions_PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestCase.php',
  16 + 'PHPUnit_Extensions_PhptTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestSuite.php',
  17 + 'PHPUnit_Extensions_RepeatedTest' => $vendorDir . '/phpunit/phpunit/src/Extensions/RepeatedTest.php',
  18 + 'PHPUnit_Extensions_TestDecorator' => $vendorDir . '/phpunit/phpunit/src/Extensions/TestDecorator.php',
  19 + 'PHPUnit_Extensions_TicketListener' => $vendorDir . '/phpunit/phpunit/src/Extensions/TicketListener.php',
  20 + 'PHPUnit_Framework_Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php',
  21 + 'PHPUnit_Framework_AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/AssertionFailedError.php',
  22 + 'PHPUnit_Framework_BaseTestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/BaseTestListener.php',
  23 + 'PHPUnit_Framework_CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/CodeCoverageException.php',
  24 + 'PHPUnit_Framework_Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint.php',
  25 + 'PHPUnit_Framework_Constraint_And' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/And.php',
  26 + 'PHPUnit_Framework_Constraint_ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php',
  27 + 'PHPUnit_Framework_Constraint_ArraySubset' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php',
  28 + 'PHPUnit_Framework_Constraint_Attribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Attribute.php',
  29 + 'PHPUnit_Framework_Constraint_Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php',
  30 + 'PHPUnit_Framework_Constraint_ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php',
  31 + 'PHPUnit_Framework_Constraint_ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php',
  32 + 'PHPUnit_Framework_Constraint_Composite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Composite.php',
  33 + 'PHPUnit_Framework_Constraint_Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Count.php',
  34 + 'PHPUnit_Framework_Constraint_Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception.php',
  35 + 'PHPUnit_Framework_Constraint_ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php',
  36 + 'PHPUnit_Framework_Constraint_ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php',
  37 + 'PHPUnit_Framework_Constraint_ExceptionMessageRegExp' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php',
  38 + 'PHPUnit_Framework_Constraint_FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/FileExists.php',
  39 + 'PHPUnit_Framework_Constraint_GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php',
  40 + 'PHPUnit_Framework_Constraint_IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php',
  41 + 'PHPUnit_Framework_Constraint_IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php',
  42 + 'PHPUnit_Framework_Constraint_IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsEqual.php',
  43 + 'PHPUnit_Framework_Constraint_IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsFalse.php',
  44 + 'PHPUnit_Framework_Constraint_IsFinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsFinite.php',
  45 + 'PHPUnit_Framework_Constraint_IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php',
  46 + 'PHPUnit_Framework_Constraint_IsInfinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsInfinite.php',
  47 + 'PHPUnit_Framework_Constraint_IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php',
  48 + 'PHPUnit_Framework_Constraint_IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsJson.php',
  49 + 'PHPUnit_Framework_Constraint_IsNan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsNan.php',
  50 + 'PHPUnit_Framework_Constraint_IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsNull.php',
  51 + 'PHPUnit_Framework_Constraint_IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsTrue.php',
  52 + 'PHPUnit_Framework_Constraint_IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsType.php',
  53 + 'PHPUnit_Framework_Constraint_JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php',
  54 + 'PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php',
  55 + 'PHPUnit_Framework_Constraint_LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/LessThan.php',
  56 + 'PHPUnit_Framework_Constraint_Not' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Not.php',
  57 + 'PHPUnit_Framework_Constraint_ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php',
  58 + 'PHPUnit_Framework_Constraint_Or' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Or.php',
  59 + 'PHPUnit_Framework_Constraint_PCREMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php',
  60 + 'PHPUnit_Framework_Constraint_SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/SameSize.php',
  61 + 'PHPUnit_Framework_Constraint_StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringContains.php',
  62 + 'PHPUnit_Framework_Constraint_StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php',
  63 + 'PHPUnit_Framework_Constraint_StringMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringMatches.php',
  64 + 'PHPUnit_Framework_Constraint_StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php',
  65 + 'PHPUnit_Framework_Constraint_TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php',
  66 + 'PHPUnit_Framework_Constraint_TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php',
  67 + 'PHPUnit_Framework_Constraint_Xor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Xor.php',
  68 + 'PHPUnit_Framework_CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/phpunit/src/Framework/PHPUnit_Framework_CoveredCodeNotExecutedException.php',
  69 + 'PHPUnit_Framework_Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error.php',
  70 + 'PHPUnit_Framework_Error_Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php',
  71 + 'PHPUnit_Framework_Error_Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php',
  72 + 'PHPUnit_Framework_Error_Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php',
  73 + 'PHPUnit_Framework_Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception.php',
  74 + 'PHPUnit_Framework_ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php',
  75 + 'PHPUnit_Framework_ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/ExpectationFailedException.php',
  76 + 'PHPUnit_Framework_IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php',
  77 + 'PHPUnit_Framework_IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php',
  78 + 'PHPUnit_Framework_IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestError.php',
  79 + 'PHPUnit_Framework_InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php',
  80 + 'PHPUnit_Framework_MissingCoversAnnotationException' => $vendorDir . '/phpunit/phpunit/src/Framework/PHPUnit_Framework_MissingCoversAnnotationException.php',
  81 + 'PHPUnit_Framework_MockObject_BadMethodCallException' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php',
  82 + 'PHPUnit_Framework_MockObject_Builder_Identity' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php',
  83 + 'PHPUnit_Framework_MockObject_Builder_InvocationMocker' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php',
  84 + 'PHPUnit_Framework_MockObject_Builder_Match' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php',
  85 + 'PHPUnit_Framework_MockObject_Builder_MethodNameMatch' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php',
  86 + 'PHPUnit_Framework_MockObject_Builder_Namespace' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php',
  87 + 'PHPUnit_Framework_MockObject_Builder_ParametersMatch' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php',
  88 + 'PHPUnit_Framework_MockObject_Builder_Stub' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php',
  89 + 'PHPUnit_Framework_MockObject_Exception' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php',
  90 + 'PHPUnit_Framework_MockObject_Generator' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php',
  91 + 'PHPUnit_Framework_MockObject_Invocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php',
  92 + 'PHPUnit_Framework_MockObject_InvocationMocker' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php',
  93 + 'PHPUnit_Framework_MockObject_Invocation_Object' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php',
  94 + 'PHPUnit_Framework_MockObject_Invocation_Static' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php',
  95 + 'PHPUnit_Framework_MockObject_Invokable' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php',
  96 + 'PHPUnit_Framework_MockObject_Matcher' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php',
  97 + 'PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php',
  98 + 'PHPUnit_Framework_MockObject_Matcher_AnyParameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php',
  99 + 'PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php',
  100 + 'PHPUnit_Framework_MockObject_Matcher_Invocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php',
  101 + 'PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php',
  102 + 'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php',
  103 + 'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php',
  104 + 'PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php',
  105 + 'PHPUnit_Framework_MockObject_Matcher_InvokedCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php',
  106 + 'PHPUnit_Framework_MockObject_Matcher_InvokedRecorder' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php',
  107 + 'PHPUnit_Framework_MockObject_Matcher_MethodName' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php',
  108 + 'PHPUnit_Framework_MockObject_Matcher_Parameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php',
  109 + 'PHPUnit_Framework_MockObject_Matcher_StatelessInvocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php',
  110 + 'PHPUnit_Framework_MockObject_MockBuilder' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php',
  111 + 'PHPUnit_Framework_MockObject_MockObject' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php',
  112 + 'PHPUnit_Framework_MockObject_RuntimeException' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php',
  113 + 'PHPUnit_Framework_MockObject_Stub' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php',
  114 + 'PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php',
  115 + 'PHPUnit_Framework_MockObject_Stub_Exception' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php',
  116 + 'PHPUnit_Framework_MockObject_Stub_MatcherCollection' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php',
  117 + 'PHPUnit_Framework_MockObject_Stub_Return' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php',
  118 + 'PHPUnit_Framework_MockObject_Stub_ReturnArgument' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php',
  119 + 'PHPUnit_Framework_MockObject_Stub_ReturnCallback' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php',
  120 + 'PHPUnit_Framework_MockObject_Stub_ReturnReference' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnReference.php',
  121 + 'PHPUnit_Framework_MockObject_Stub_ReturnSelf' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php',
  122 + 'PHPUnit_Framework_MockObject_Stub_ReturnValueMap' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php',
  123 + 'PHPUnit_Framework_MockObject_Verifiable' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php',
  124 + 'PHPUnit_Framework_OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/OutputError.php',
  125 + 'PHPUnit_Framework_RiskyTest' => $vendorDir . '/phpunit/phpunit/src/Framework/RiskyTest.php',
  126 + 'PHPUnit_Framework_RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/RiskyTestError.php',
  127 + 'PHPUnit_Framework_SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php',
  128 + 'PHPUnit_Framework_SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php',
  129 + 'PHPUnit_Framework_SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php',
  130 + 'PHPUnit_Framework_SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestError.php',
  131 + 'PHPUnit_Framework_SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php',
  132 + 'PHPUnit_Framework_SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/SyntheticError.php',
  133 + 'PHPUnit_Framework_Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php',
  134 + 'PHPUnit_Framework_TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php',
  135 + 'PHPUnit_Framework_TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php',
  136 + 'PHPUnit_Framework_TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php',
  137 + 'PHPUnit_Framework_TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php',
  138 + 'PHPUnit_Framework_TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php',
  139 + 'PHPUnit_Framework_TestSuite_DataProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php',
  140 + 'PHPUnit_Framework_UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php',
  141 + 'PHPUnit_Framework_Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Warning.php',
  142 + 'PHPUnit_Framework_WarningTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/WarningTestCase.php',
  143 + 'PHPUnit_Runner_BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php',
  144 + 'PHPUnit_Runner_Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php',
  145 + 'PHPUnit_Runner_Filter_Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php',
  146 + 'PHPUnit_Runner_Filter_GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group.php',
  147 + 'PHPUnit_Runner_Filter_Group_Exclude' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php',
  148 + 'PHPUnit_Runner_Filter_Group_Include' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group/Include.php',
  149 + 'PHPUnit_Runner_Filter_Test' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Test.php',
  150 + 'PHPUnit_Runner_StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php',
  151 + 'PHPUnit_Runner_TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php',
  152 + 'PHPUnit_Runner_Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php',
  153 + 'PHPUnit_TextUI_Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php',
  154 + 'PHPUnit_TextUI_ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php',
  155 + 'PHPUnit_TextUI_TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php',
  156 + 'PHPUnit_Util_Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php',
  157 + 'PHPUnit_Util_Configuration' => $vendorDir . '/phpunit/phpunit/src/Util/Configuration.php',
  158 + 'PHPUnit_Util_ConfigurationGenerator' => $vendorDir . '/phpunit/phpunit/src/Util/ConfigurationGenerator.php',
  159 + 'PHPUnit_Util_ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php',
  160 + 'PHPUnit_Util_Fileloader' => $vendorDir . '/phpunit/phpunit/src/Util/Fileloader.php',
  161 + 'PHPUnit_Util_Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php',
  162 + 'PHPUnit_Util_Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php',
  163 + 'PHPUnit_Util_Getopt' => $vendorDir . '/phpunit/phpunit/src/Util/Getopt.php',
  164 + 'PHPUnit_Util_GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php',
  165 + 'PHPUnit_Util_InvalidArgumentHelper' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidArgumentHelper.php',
  166 + 'PHPUnit_Util_Log_JSON' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JSON.php',
  167 + 'PHPUnit_Util_Log_JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php',
  168 + 'PHPUnit_Util_Log_TAP' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TAP.php',
  169 + 'PHPUnit_Util_Log_TeamCity' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TeamCity.php',
  170 + 'PHPUnit_Util_PHP' => $vendorDir . '/phpunit/phpunit/src/Util/PHP.php',
  171 + 'PHPUnit_Util_PHP_Default' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/Default.php',
  172 + 'PHPUnit_Util_PHP_Windows' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/Windows.php',
  173 + 'PHPUnit_Util_Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php',
  174 + 'PHPUnit_Util_Regex' => $vendorDir . '/phpunit/phpunit/src/Util/Regex.php',
  175 + 'PHPUnit_Util_String' => $vendorDir . '/phpunit/phpunit/src/Util/String.php',
  176 + 'PHPUnit_Util_Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php',
  177 + 'PHPUnit_Util_TestDox_NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php',
  178 + 'PHPUnit_Util_TestDox_ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php',
  179 + 'PHPUnit_Util_TestDox_ResultPrinter_HTML' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php',
  180 + 'PHPUnit_Util_TestDox_ResultPrinter_Text' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php',
  181 + 'PHPUnit_Util_TestDox_ResultPrinter_XML' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/XML.php',
  182 + 'PHPUnit_Util_TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Util/TestSuiteIterator.php',
  183 + 'PHPUnit_Util_Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php',
  184 + 'PHPUnit_Util_XML' => $vendorDir . '/phpunit/phpunit/src/Util/XML.php',
  185 + 'PHP_Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php',
  186 + 'PHP_Token' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  187 + 'PHP_TokenWithScope' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  188 + 'PHP_TokenWithScopeAndVisibility' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  189 + 'PHP_Token_ABSTRACT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  190 + 'PHP_Token_AMPERSAND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  191 + 'PHP_Token_AND_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  192 + 'PHP_Token_ARRAY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  193 + 'PHP_Token_ARRAY_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  194 + 'PHP_Token_AS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  195 + 'PHP_Token_ASYNC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  196 + 'PHP_Token_AT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  197 + 'PHP_Token_AWAIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  198 + 'PHP_Token_BACKTICK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  199 + 'PHP_Token_BAD_CHARACTER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  200 + 'PHP_Token_BOOLEAN_AND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  201 + 'PHP_Token_BOOLEAN_OR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  202 + 'PHP_Token_BOOL_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  203 + 'PHP_Token_BREAK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  204 + 'PHP_Token_CALLABLE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  205 + 'PHP_Token_CARET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  206 + 'PHP_Token_CASE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  207 + 'PHP_Token_CATCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  208 + 'PHP_Token_CHARACTER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  209 + 'PHP_Token_CLASS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  210 + 'PHP_Token_CLASS_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  211 + 'PHP_Token_CLASS_NAME_CONSTANT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  212 + 'PHP_Token_CLONE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  213 + 'PHP_Token_CLOSE_BRACKET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  214 + 'PHP_Token_CLOSE_CURLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  215 + 'PHP_Token_CLOSE_SQUARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  216 + 'PHP_Token_CLOSE_TAG' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  217 + 'PHP_Token_COALESCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  218 + 'PHP_Token_COLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  219 + 'PHP_Token_COMMA' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  220 + 'PHP_Token_COMMENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  221 + 'PHP_Token_COMPILER_HALT_OFFSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  222 + 'PHP_Token_CONCAT_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  223 + 'PHP_Token_CONST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  224 + 'PHP_Token_CONSTANT_ENCAPSED_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  225 + 'PHP_Token_CONTINUE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  226 + 'PHP_Token_CURLY_OPEN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  227 + 'PHP_Token_DEC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  228 + 'PHP_Token_DECLARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  229 + 'PHP_Token_DEFAULT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  230 + 'PHP_Token_DIR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  231 + 'PHP_Token_DIV' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  232 + 'PHP_Token_DIV_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  233 + 'PHP_Token_DNUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  234 + 'PHP_Token_DO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  235 + 'PHP_Token_DOC_COMMENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  236 + 'PHP_Token_DOLLAR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  237 + 'PHP_Token_DOLLAR_OPEN_CURLY_BRACES' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  238 + 'PHP_Token_DOT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  239 + 'PHP_Token_DOUBLE_ARROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  240 + 'PHP_Token_DOUBLE_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  241 + 'PHP_Token_DOUBLE_COLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  242 + 'PHP_Token_DOUBLE_QUOTES' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  243 + 'PHP_Token_ECHO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  244 + 'PHP_Token_ELLIPSIS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  245 + 'PHP_Token_ELSE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  246 + 'PHP_Token_ELSEIF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  247 + 'PHP_Token_EMPTY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  248 + 'PHP_Token_ENCAPSED_AND_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  249 + 'PHP_Token_ENDDECLARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  250 + 'PHP_Token_ENDFOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  251 + 'PHP_Token_ENDFOREACH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  252 + 'PHP_Token_ENDIF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  253 + 'PHP_Token_ENDSWITCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  254 + 'PHP_Token_ENDWHILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  255 + 'PHP_Token_END_HEREDOC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  256 + 'PHP_Token_ENUM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  257 + 'PHP_Token_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  258 + 'PHP_Token_EQUALS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  259 + 'PHP_Token_EVAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  260 + 'PHP_Token_EXCLAMATION_MARK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  261 + 'PHP_Token_EXIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  262 + 'PHP_Token_EXTENDS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  263 + 'PHP_Token_FILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  264 + 'PHP_Token_FINAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  265 + 'PHP_Token_FINALLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  266 + 'PHP_Token_FOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  267 + 'PHP_Token_FOREACH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  268 + 'PHP_Token_FUNCTION' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  269 + 'PHP_Token_FUNC_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  270 + 'PHP_Token_GLOBAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  271 + 'PHP_Token_GOTO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  272 + 'PHP_Token_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  273 + 'PHP_Token_HALT_COMPILER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  274 + 'PHP_Token_IF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  275 + 'PHP_Token_IMPLEMENTS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  276 + 'PHP_Token_IN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  277 + 'PHP_Token_INC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  278 + 'PHP_Token_INCLUDE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  279 + 'PHP_Token_INCLUDE_ONCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  280 + 'PHP_Token_INLINE_HTML' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  281 + 'PHP_Token_INSTANCEOF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  282 + 'PHP_Token_INSTEADOF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  283 + 'PHP_Token_INTERFACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  284 + 'PHP_Token_INT_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  285 + 'PHP_Token_ISSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  286 + 'PHP_Token_IS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  287 + 'PHP_Token_IS_GREATER_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  288 + 'PHP_Token_IS_IDENTICAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  289 + 'PHP_Token_IS_NOT_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  290 + 'PHP_Token_IS_NOT_IDENTICAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  291 + 'PHP_Token_IS_SMALLER_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  292 + 'PHP_Token_Includes' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  293 + 'PHP_Token_JOIN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  294 + 'PHP_Token_LAMBDA_ARROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  295 + 'PHP_Token_LAMBDA_CP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  296 + 'PHP_Token_LAMBDA_OP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  297 + 'PHP_Token_LINE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  298 + 'PHP_Token_LIST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  299 + 'PHP_Token_LNUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  300 + 'PHP_Token_LOGICAL_AND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  301 + 'PHP_Token_LOGICAL_OR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  302 + 'PHP_Token_LOGICAL_XOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  303 + 'PHP_Token_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  304 + 'PHP_Token_METHOD_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  305 + 'PHP_Token_MINUS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  306 + 'PHP_Token_MINUS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  307 + 'PHP_Token_MOD_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  308 + 'PHP_Token_MULT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  309 + 'PHP_Token_MUL_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  310 + 'PHP_Token_NAMESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  311 + 'PHP_Token_NEW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  312 + 'PHP_Token_NS_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  313 + 'PHP_Token_NS_SEPARATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  314 + 'PHP_Token_NUM_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  315 + 'PHP_Token_OBJECT_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  316 + 'PHP_Token_OBJECT_OPERATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  317 + 'PHP_Token_ONUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  318 + 'PHP_Token_OPEN_BRACKET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  319 + 'PHP_Token_OPEN_CURLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  320 + 'PHP_Token_OPEN_SQUARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  321 + 'PHP_Token_OPEN_TAG' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  322 + 'PHP_Token_OPEN_TAG_WITH_ECHO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  323 + 'PHP_Token_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  324 + 'PHP_Token_PAAMAYIM_NEKUDOTAYIM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  325 + 'PHP_Token_PERCENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  326 + 'PHP_Token_PIPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  327 + 'PHP_Token_PLUS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  328 + 'PHP_Token_PLUS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  329 + 'PHP_Token_POW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  330 + 'PHP_Token_POW_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  331 + 'PHP_Token_PRINT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  332 + 'PHP_Token_PRIVATE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  333 + 'PHP_Token_PROTECTED' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  334 + 'PHP_Token_PUBLIC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  335 + 'PHP_Token_QUESTION_MARK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  336 + 'PHP_Token_REQUIRE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  337 + 'PHP_Token_REQUIRE_ONCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  338 + 'PHP_Token_RETURN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  339 + 'PHP_Token_SEMICOLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  340 + 'PHP_Token_SHAPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  341 + 'PHP_Token_SL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  342 + 'PHP_Token_SL_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  343 + 'PHP_Token_SPACESHIP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  344 + 'PHP_Token_SR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  345 + 'PHP_Token_SR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  346 + 'PHP_Token_START_HEREDOC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  347 + 'PHP_Token_STATIC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  348 + 'PHP_Token_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  349 + 'PHP_Token_STRING_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  350 + 'PHP_Token_STRING_VARNAME' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  351 + 'PHP_Token_SWITCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  352 + 'PHP_Token_Stream' => $vendorDir . '/phpunit/php-token-stream/src/Token/Stream.php',
  353 + 'PHP_Token_Stream_CachingFactory' => $vendorDir . '/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php',
  354 + 'PHP_Token_THROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  355 + 'PHP_Token_TILDE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  356 + 'PHP_Token_TRAIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  357 + 'PHP_Token_TRAIT_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  358 + 'PHP_Token_TRY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  359 + 'PHP_Token_TYPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  360 + 'PHP_Token_TYPELIST_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  361 + 'PHP_Token_TYPELIST_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  362 + 'PHP_Token_UNSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  363 + 'PHP_Token_UNSET_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  364 + 'PHP_Token_USE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  365 + 'PHP_Token_VAR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  366 + 'PHP_Token_VARIABLE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  367 + 'PHP_Token_WHERE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  368 + 'PHP_Token_WHILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  369 + 'PHP_Token_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  370 + 'PHP_Token_XHP_ATTRIBUTE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  371 + 'PHP_Token_XHP_CATEGORY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  372 + 'PHP_Token_XHP_CATEGORY_LABEL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  373 + 'PHP_Token_XHP_CHILDREN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  374 + 'PHP_Token_XHP_LABEL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  375 + 'PHP_Token_XHP_REQUIRED' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  376 + 'PHP_Token_XHP_TAG_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  377 + 'PHP_Token_XHP_TAG_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  378 + 'PHP_Token_XHP_TEXT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  379 + 'PHP_Token_XOR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  380 + 'PHP_Token_YIELD' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  381 + 'PHP_Token_YIELD_FROM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
  382 + 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php',
  383 + 'SebastianBergmann\\CodeCoverage\\CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/CoveredCodeNotExecutedException.php',
  384 + 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Driver.php',
  385 + 'SebastianBergmann\\CodeCoverage\\Driver\\HHVM' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/HHVM.php',
  386 + 'SebastianBergmann\\CodeCoverage\\Driver\\PHPDBG' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PHPDBG.php',
  387 + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug.php',
  388 + 'SebastianBergmann\\CodeCoverage\\Exception' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Exception.php',
  389 + 'SebastianBergmann\\CodeCoverage\\Filter' => $vendorDir . '/phpunit/php-code-coverage/src/Filter.php',
  390 + 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php',
  391 + 'SebastianBergmann\\CodeCoverage\\MissingCoversAnnotationException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/MissingCoversAnnotationException.php',
  392 + 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => $vendorDir . '/phpunit/php-code-coverage/src/Node/AbstractNode.php',
  393 + 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Builder.php',
  394 + 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Directory.php',
  395 + 'SebastianBergmann\\CodeCoverage\\Node\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Node/File.php',
  396 + 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Iterator.php',
  397 + 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Clover.php',
  398 + 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Crap4j.php',
  399 + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php',
  400 + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php',
  401 + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Facade.php',
  402 + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php',
  403 + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php',
  404 + 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => $vendorDir . '/phpunit/php-code-coverage/src/Report/PHP.php',
  405 + 'SebastianBergmann\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Text.php',
  406 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php',
  407 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php',
  408 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php',
  409 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/File.php',
  410 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Method.php',
  411 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Node.php',
  412 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Project.php',
  413 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Report.php',
  414 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php',
  415 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php',
  416 + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php',
  417 + 'SebastianBergmann\\CodeCoverage\\RuntimeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/RuntimeException.php',
  418 + 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php',
  419 + 'SebastianBergmann\\CodeCoverage\\Util' => $vendorDir . '/phpunit/php-code-coverage/src/Util.php',
  420 + 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => $vendorDir . '/sebastian/code-unit-reverse-lookup/src/Wizard.php',
  421 + 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php',
  422 + 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php',
  423 + 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php',
  424 + 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php',
  425 + 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php',
  426 + 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php',
  427 + 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php',
  428 + 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php',
  429 + 'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php',
  430 + 'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php',
  431 + 'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php',
  432 + 'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php',
  433 + 'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php',
  434 + 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php',
  435 + 'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php',
  436 + 'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php',
  437 + 'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php',
  438 + 'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php',
  439 + 'SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequence' => $vendorDir . '/sebastian/diff/src/LCS/LongestCommonSubsequence.php',
  440 + 'SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementation' => $vendorDir . '/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php',
  441 + 'SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation' => $vendorDir . '/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php',
  442 + 'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php',
  443 + 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php',
  444 + 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php',
  445 + 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php',
  446 + 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php',
  447 + 'SebastianBergmann\\GlobalState\\Blacklist' => $vendorDir . '/sebastian/global-state/src/Blacklist.php',
  448 + 'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php',
  449 + 'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/Exception.php',
  450 + 'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php',
  451 + 'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/RuntimeException.php',
  452 + 'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php',
  453 + 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => $vendorDir . '/sebastian/object-enumerator/src/Enumerator.php',
  454 + 'SebastianBergmann\\ObjectEnumerator\\Exception' => $vendorDir . '/sebastian/object-enumerator/src/Exception.php',
  455 + 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => $vendorDir . '/sebastian/object-enumerator/src/InvalidArgumentException.php',
  456 + 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php',
  457 + 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php',
  458 + 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php',
  459 + 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => $vendorDir . '/sebastian/resource-operations/src/ResourceOperations.php',
  460 + 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php',
10 'SqlFormatter' => $vendorDir . '/jdorn/sql-formatter/lib/SqlFormatter.php', 461 'SqlFormatter' => $vendorDir . '/jdorn/sql-formatter/lib/SqlFormatter.php',
  462 + 'Text_Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php',
  463 + 'phpunit\\framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php',
11 ); 464 );
vendor/composer/autoload_namespaces.php
@@ -6,7 +6,9 @@ $vendorDir = dirname(dirname(__FILE__)); @@ -6,7 +6,9 @@ $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir); 6 $baseDir = dirname($vendorDir);
7 7
8 return array( 8 return array(
  9 + 'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection-docblock/src'),
9 'Psr\\Log\\' => array($vendorDir . '/psr/log'), 10 'Psr\\Log\\' => array($vendorDir . '/psr/log'),
  11 + 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
10 'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'), 12 'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'),
11 'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'), 13 'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'),
12 'Detection' => array($vendorDir . '/mobiledetect/mobiledetectlib/namespaced'), 14 'Detection' => array($vendorDir . '/mobiledetect/mobiledetectlib/namespaced'),
vendor/composer/autoload_psr4.php
@@ -17,6 +17,8 @@ return array( @@ -17,6 +17,8 @@ return array(
17 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), 17 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
18 'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'), 18 'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'),
19 'Migrations\\' => array($vendorDir . '/cakephp/migrations/src'), 19 'Migrations\\' => array($vendorDir . '/cakephp/migrations/src'),
  20 + 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
  21 + 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
20 'DebugKit\\Test\\Fixture\\' => array($vendorDir . '/cakephp/debug_kit/tests/Fixture'), 22 'DebugKit\\Test\\Fixture\\' => array($vendorDir . '/cakephp/debug_kit/tests/Fixture'),
21 'DebugKit\\' => array($vendorDir . '/cakephp/debug_kit/src'), 23 'DebugKit\\' => array($vendorDir . '/cakephp/debug_kit/src'),
22 'Cake\\Test\\' => array($vendorDir . '/cakephp/cakephp/tests'), 24 'Cake\\Test\\' => array($vendorDir . '/cakephp/cakephp/tests'),
vendor/composer/installed.json
@@ -1261,5 +1261,1144 @@ @@ -1261,5 +1261,1144 @@
1261 ], 1261 ],
1262 "description": "Symfony Yaml Component", 1262 "description": "Symfony Yaml Component",
1263 "homepage": "https://symfony.com" 1263 "homepage": "https://symfony.com"
  1264 + },
  1265 + {
  1266 + "name": "myclabs/deep-copy",
  1267 + "version": "1.5.1",
  1268 + "version_normalized": "1.5.1.0",
  1269 + "source": {
  1270 + "type": "git",
  1271 + "url": "https://github.com/myclabs/DeepCopy.git",
  1272 + "reference": "a8773992b362b58498eed24bf85005f363c34771"
  1273 + },
  1274 + "dist": {
  1275 + "type": "zip",
  1276 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
  1277 + "reference": "a8773992b362b58498eed24bf85005f363c34771",
  1278 + "shasum": ""
  1279 + },
  1280 + "require": {
  1281 + "php": ">=5.4.0"
  1282 + },
  1283 + "require-dev": {
  1284 + "doctrine/collections": "1.*",
  1285 + "phpunit/phpunit": "~4.1"
  1286 + },
  1287 + "time": "2015-11-20 12:04:31",
  1288 + "type": "library",
  1289 + "installation-source": "dist",
  1290 + "autoload": {
  1291 + "psr-4": {
  1292 + "DeepCopy\\": "src/DeepCopy/"
  1293 + }
  1294 + },
  1295 + "notification-url": "https://packagist.org/downloads/",
  1296 + "license": [
  1297 + "MIT"
  1298 + ],
  1299 + "description": "Create deep copies (clones) of your objects",
  1300 + "homepage": "https://github.com/myclabs/DeepCopy",
  1301 + "keywords": [
  1302 + "clone",
  1303 + "copy",
  1304 + "duplicate",
  1305 + "object",
  1306 + "object graph"
  1307 + ]
  1308 + },
  1309 + {
  1310 + "name": "sebastian/version",
  1311 + "version": "2.0.0",
  1312 + "version_normalized": "2.0.0.0",
  1313 + "source": {
  1314 + "type": "git",
  1315 + "url": "https://github.com/sebastianbergmann/version.git",
  1316 + "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  1317 + },
  1318 + "dist": {
  1319 + "type": "zip",
  1320 + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  1321 + "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  1322 + "shasum": ""
  1323 + },
  1324 + "require": {
  1325 + "php": ">=5.6"
  1326 + },
  1327 + "time": "2016-02-04 12:56:52",
  1328 + "type": "library",
  1329 + "extra": {
  1330 + "branch-alias": {
  1331 + "dev-master": "2.0.x-dev"
  1332 + }
  1333 + },
  1334 + "installation-source": "dist",
  1335 + "autoload": {
  1336 + "classmap": [
  1337 + "src/"
  1338 + ]
  1339 + },
  1340 + "notification-url": "https://packagist.org/downloads/",
  1341 + "license": [
  1342 + "BSD-3-Clause"
  1343 + ],
  1344 + "authors": [
  1345 + {
  1346 + "name": "Sebastian Bergmann",
  1347 + "email": "sebastian@phpunit.de",
  1348 + "role": "lead"
  1349 + }
  1350 + ],
  1351 + "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1352 + "homepage": "https://github.com/sebastianbergmann/version"
  1353 + },
  1354 + {
  1355 + "name": "sebastian/resource-operations",
  1356 + "version": "1.0.0",
  1357 + "version_normalized": "1.0.0.0",
  1358 + "source": {
  1359 + "type": "git",
  1360 + "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1361 + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1362 + },
  1363 + "dist": {
  1364 + "type": "zip",
  1365 + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1366 + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1367 + "shasum": ""
  1368 + },
  1369 + "require": {
  1370 + "php": ">=5.6.0"
  1371 + },
  1372 + "time": "2015-07-28 20:34:47",
  1373 + "type": "library",
  1374 + "extra": {
  1375 + "branch-alias": {
  1376 + "dev-master": "1.0.x-dev"
  1377 + }
  1378 + },
  1379 + "installation-source": "dist",
  1380 + "autoload": {
  1381 + "classmap": [
  1382 + "src/"
  1383 + ]
  1384 + },
  1385 + "notification-url": "https://packagist.org/downloads/",
  1386 + "license": [
  1387 + "BSD-3-Clause"
  1388 + ],
  1389 + "authors": [
  1390 + {
  1391 + "name": "Sebastian Bergmann",
  1392 + "email": "sebastian@phpunit.de"
  1393 + }
  1394 + ],
  1395 + "description": "Provides a list of PHP built-in functions that operate on resources",
  1396 + "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
  1397 + },
  1398 + {
  1399 + "name": "sebastian/recursion-context",
  1400 + "version": "1.0.2",
  1401 + "version_normalized": "1.0.2.0",
  1402 + "source": {
  1403 + "type": "git",
  1404 + "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1405 + "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  1406 + },
  1407 + "dist": {
  1408 + "type": "zip",
  1409 + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  1410 + "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  1411 + "shasum": ""
  1412 + },
  1413 + "require": {
  1414 + "php": ">=5.3.3"
  1415 + },
  1416 + "require-dev": {
  1417 + "phpunit/phpunit": "~4.4"
  1418 + },
  1419 + "time": "2015-11-11 19:50:13",
  1420 + "type": "library",
  1421 + "extra": {
  1422 + "branch-alias": {
  1423 + "dev-master": "1.0.x-dev"
  1424 + }
  1425 + },
  1426 + "installation-source": "dist",
  1427 + "autoload": {
  1428 + "classmap": [
  1429 + "src/"
  1430 + ]
  1431 + },
  1432 + "notification-url": "https://packagist.org/downloads/",
  1433 + "license": [
  1434 + "BSD-3-Clause"
  1435 + ],
  1436 + "authors": [
  1437 + {
  1438 + "name": "Jeff Welch",
  1439 + "email": "whatthejeff@gmail.com"
  1440 + },
  1441 + {
  1442 + "name": "Sebastian Bergmann",
  1443 + "email": "sebastian@phpunit.de"
  1444 + },
  1445 + {
  1446 + "name": "Adam Harvey",
  1447 + "email": "aharvey@php.net"
  1448 + }
  1449 + ],
  1450 + "description": "Provides functionality to recursively process PHP variables",
  1451 + "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
  1452 + },
  1453 + {
  1454 + "name": "sebastian/object-enumerator",
  1455 + "version": "1.0.0",
  1456 + "version_normalized": "1.0.0.0",
  1457 + "source": {
  1458 + "type": "git",
  1459 + "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1460 + "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  1461 + },
  1462 + "dist": {
  1463 + "type": "zip",
  1464 + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  1465 + "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  1466 + "shasum": ""
  1467 + },
  1468 + "require": {
  1469 + "php": ">=5.6",
  1470 + "sebastian/recursion-context": "~1.0"
  1471 + },
  1472 + "require-dev": {
  1473 + "phpunit/phpunit": "~5"
  1474 + },
  1475 + "time": "2016-01-28 13:25:10",
  1476 + "type": "library",
  1477 + "extra": {
  1478 + "branch-alias": {
  1479 + "dev-master": "1.0.x-dev"
  1480 + }
  1481 + },
  1482 + "installation-source": "dist",
  1483 + "autoload": {
  1484 + "classmap": [
  1485 + "src/"
  1486 + ]
  1487 + },
  1488 + "notification-url": "https://packagist.org/downloads/",
  1489 + "license": [
  1490 + "BSD-3-Clause"
  1491 + ],
  1492 + "authors": [
  1493 + {
  1494 + "name": "Sebastian Bergmann",
  1495 + "email": "sebastian@phpunit.de"
  1496 + }
  1497 + ],
  1498 + "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1499 + "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
  1500 + },
  1501 + {
  1502 + "name": "sebastian/global-state",
  1503 + "version": "1.1.1",
  1504 + "version_normalized": "1.1.1.0",
  1505 + "source": {
  1506 + "type": "git",
  1507 + "url": "https://github.com/sebastianbergmann/global-state.git",
  1508 + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1509 + },
  1510 + "dist": {
  1511 + "type": "zip",
  1512 + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1513 + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1514 + "shasum": ""
  1515 + },
  1516 + "require": {
  1517 + "php": ">=5.3.3"
  1518 + },
  1519 + "require-dev": {
  1520 + "phpunit/phpunit": "~4.2"
  1521 + },
  1522 + "suggest": {
  1523 + "ext-uopz": "*"
  1524 + },
  1525 + "time": "2015-10-12 03:26:01",
  1526 + "type": "library",
  1527 + "extra": {
  1528 + "branch-alias": {
  1529 + "dev-master": "1.0-dev"
  1530 + }
  1531 + },
  1532 + "installation-source": "dist",
  1533 + "autoload": {
  1534 + "classmap": [
  1535 + "src/"
  1536 + ]
  1537 + },
  1538 + "notification-url": "https://packagist.org/downloads/",
  1539 + "license": [
  1540 + "BSD-3-Clause"
  1541 + ],
  1542 + "authors": [
  1543 + {
  1544 + "name": "Sebastian Bergmann",
  1545 + "email": "sebastian@phpunit.de"
  1546 + }
  1547 + ],
  1548 + "description": "Snapshotting of global state",
  1549 + "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1550 + "keywords": [
  1551 + "global state"
  1552 + ]
  1553 + },
  1554 + {
  1555 + "name": "sebastian/exporter",
  1556 + "version": "1.2.1",
  1557 + "version_normalized": "1.2.1.0",
  1558 + "source": {
  1559 + "type": "git",
  1560 + "url": "https://github.com/sebastianbergmann/exporter.git",
  1561 + "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1562 + },
  1563 + "dist": {
  1564 + "type": "zip",
  1565 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1566 + "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1567 + "shasum": ""
  1568 + },
  1569 + "require": {
  1570 + "php": ">=5.3.3",
  1571 + "sebastian/recursion-context": "~1.0"
  1572 + },
  1573 + "require-dev": {
  1574 + "phpunit/phpunit": "~4.4"
  1575 + },
  1576 + "time": "2015-06-21 07:55:53",
  1577 + "type": "library",
  1578 + "extra": {
  1579 + "branch-alias": {
  1580 + "dev-master": "1.2.x-dev"
  1581 + }
  1582 + },
  1583 + "installation-source": "dist",
  1584 + "autoload": {
  1585 + "classmap": [
  1586 + "src/"
  1587 + ]
  1588 + },
  1589 + "notification-url": "https://packagist.org/downloads/",
  1590 + "license": [
  1591 + "BSD-3-Clause"
  1592 + ],
  1593 + "authors": [
  1594 + {
  1595 + "name": "Jeff Welch",
  1596 + "email": "whatthejeff@gmail.com"
  1597 + },
  1598 + {
  1599 + "name": "Volker Dusch",
  1600 + "email": "github@wallbash.com"
  1601 + },
  1602 + {
  1603 + "name": "Bernhard Schussek",
  1604 + "email": "bschussek@2bepublished.at"
  1605 + },
  1606 + {
  1607 + "name": "Sebastian Bergmann",
  1608 + "email": "sebastian@phpunit.de"
  1609 + },
  1610 + {
  1611 + "name": "Adam Harvey",
  1612 + "email": "aharvey@php.net"
  1613 + }
  1614 + ],
  1615 + "description": "Provides the functionality to export PHP variables for visualization",
  1616 + "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1617 + "keywords": [
  1618 + "export",
  1619 + "exporter"
  1620 + ]
  1621 + },
  1622 + {
  1623 + "name": "sebastian/environment",
  1624 + "version": "1.3.7",
  1625 + "version_normalized": "1.3.7.0",
  1626 + "source": {
  1627 + "type": "git",
  1628 + "url": "https://github.com/sebastianbergmann/environment.git",
  1629 + "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  1630 + },
  1631 + "dist": {
  1632 + "type": "zip",
  1633 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  1634 + "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  1635 + "shasum": ""
  1636 + },
  1637 + "require": {
  1638 + "php": ">=5.3.3"
  1639 + },
  1640 + "require-dev": {
  1641 + "phpunit/phpunit": "~4.4"
  1642 + },
  1643 + "time": "2016-05-17 03:18:57",
  1644 + "type": "library",
  1645 + "extra": {
  1646 + "branch-alias": {
  1647 + "dev-master": "1.3.x-dev"
  1648 + }
  1649 + },
  1650 + "installation-source": "dist",
  1651 + "autoload": {
  1652 + "classmap": [
  1653 + "src/"
  1654 + ]
  1655 + },
  1656 + "notification-url": "https://packagist.org/downloads/",
  1657 + "license": [
  1658 + "BSD-3-Clause"
  1659 + ],
  1660 + "authors": [
  1661 + {
  1662 + "name": "Sebastian Bergmann",
  1663 + "email": "sebastian@phpunit.de"
  1664 + }
  1665 + ],
  1666 + "description": "Provides functionality to handle HHVM/PHP environments",
  1667 + "homepage": "http://www.github.com/sebastianbergmann/environment",
  1668 + "keywords": [
  1669 + "Xdebug",
  1670 + "environment",
  1671 + "hhvm"
  1672 + ]
  1673 + },
  1674 + {
  1675 + "name": "sebastian/diff",
  1676 + "version": "1.4.1",
  1677 + "version_normalized": "1.4.1.0",
  1678 + "source": {
  1679 + "type": "git",
  1680 + "url": "https://github.com/sebastianbergmann/diff.git",
  1681 + "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1682 + },
  1683 + "dist": {
  1684 + "type": "zip",
  1685 + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1686 + "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1687 + "shasum": ""
  1688 + },
  1689 + "require": {
  1690 + "php": ">=5.3.3"
  1691 + },
  1692 + "require-dev": {
  1693 + "phpunit/phpunit": "~4.8"
  1694 + },
  1695 + "time": "2015-12-08 07:14:41",
  1696 + "type": "library",
  1697 + "extra": {
  1698 + "branch-alias": {
  1699 + "dev-master": "1.4-dev"
  1700 + }
  1701 + },
  1702 + "installation-source": "dist",
  1703 + "autoload": {
  1704 + "classmap": [
  1705 + "src/"
  1706 + ]
  1707 + },
  1708 + "notification-url": "https://packagist.org/downloads/",
  1709 + "license": [
  1710 + "BSD-3-Clause"
  1711 + ],
  1712 + "authors": [
  1713 + {
  1714 + "name": "Kore Nordmann",
  1715 + "email": "mail@kore-nordmann.de"
  1716 + },
  1717 + {
  1718 + "name": "Sebastian Bergmann",
  1719 + "email": "sebastian@phpunit.de"
  1720 + }
  1721 + ],
  1722 + "description": "Diff implementation",
  1723 + "homepage": "https://github.com/sebastianbergmann/diff",
  1724 + "keywords": [
  1725 + "diff"
  1726 + ]
  1727 + },
  1728 + {
  1729 + "name": "sebastian/comparator",
  1730 + "version": "1.2.0",
  1731 + "version_normalized": "1.2.0.0",
  1732 + "source": {
  1733 + "type": "git",
  1734 + "url": "https://github.com/sebastianbergmann/comparator.git",
  1735 + "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1736 + },
  1737 + "dist": {
  1738 + "type": "zip",
  1739 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1740 + "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1741 + "shasum": ""
  1742 + },
  1743 + "require": {
  1744 + "php": ">=5.3.3",
  1745 + "sebastian/diff": "~1.2",
  1746 + "sebastian/exporter": "~1.2"
  1747 + },
  1748 + "require-dev": {
  1749 + "phpunit/phpunit": "~4.4"
  1750 + },
  1751 + "time": "2015-07-26 15:48:44",
  1752 + "type": "library",
  1753 + "extra": {
  1754 + "branch-alias": {
  1755 + "dev-master": "1.2.x-dev"
  1756 + }
  1757 + },
  1758 + "installation-source": "dist",
  1759 + "autoload": {
  1760 + "classmap": [
  1761 + "src/"
  1762 + ]
  1763 + },
  1764 + "notification-url": "https://packagist.org/downloads/",
  1765 + "license": [
  1766 + "BSD-3-Clause"
  1767 + ],
  1768 + "authors": [
  1769 + {
  1770 + "name": "Jeff Welch",
  1771 + "email": "whatthejeff@gmail.com"
  1772 + },
  1773 + {
  1774 + "name": "Volker Dusch",
  1775 + "email": "github@wallbash.com"
  1776 + },
  1777 + {
  1778 + "name": "Bernhard Schussek",
  1779 + "email": "bschussek@2bepublished.at"
  1780 + },
  1781 + {
  1782 + "name": "Sebastian Bergmann",
  1783 + "email": "sebastian@phpunit.de"
  1784 + }
  1785 + ],
  1786 + "description": "Provides the functionality to compare PHP values for equality",
  1787 + "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1788 + "keywords": [
  1789 + "comparator",
  1790 + "compare",
  1791 + "equality"
  1792 + ]
  1793 + },
  1794 + {
  1795 + "name": "doctrine/instantiator",
  1796 + "version": "1.0.5",
  1797 + "version_normalized": "1.0.5.0",
  1798 + "source": {
  1799 + "type": "git",
  1800 + "url": "https://github.com/doctrine/instantiator.git",
  1801 + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1802 + },
  1803 + "dist": {
  1804 + "type": "zip",
  1805 + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1806 + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1807 + "shasum": ""
  1808 + },
  1809 + "require": {
  1810 + "php": ">=5.3,<8.0-DEV"
  1811 + },
  1812 + "require-dev": {
  1813 + "athletic/athletic": "~0.1.8",
  1814 + "ext-pdo": "*",
  1815 + "ext-phar": "*",
  1816 + "phpunit/phpunit": "~4.0",
  1817 + "squizlabs/php_codesniffer": "~2.0"
  1818 + },
  1819 + "time": "2015-06-14 21:17:01",
  1820 + "type": "library",
  1821 + "extra": {
  1822 + "branch-alias": {
  1823 + "dev-master": "1.0.x-dev"
  1824 + }
  1825 + },
  1826 + "installation-source": "dist",
  1827 + "autoload": {
  1828 + "psr-4": {
  1829 + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1830 + }
  1831 + },
  1832 + "notification-url": "https://packagist.org/downloads/",
  1833 + "license": [
  1834 + "MIT"
  1835 + ],
  1836 + "authors": [
  1837 + {
  1838 + "name": "Marco Pivetta",
  1839 + "email": "ocramius@gmail.com",
  1840 + "homepage": "http://ocramius.github.com/"
  1841 + }
  1842 + ],
  1843 + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1844 + "homepage": "https://github.com/doctrine/instantiator",
  1845 + "keywords": [
  1846 + "constructor",
  1847 + "instantiate"
  1848 + ]
  1849 + },
  1850 + {
  1851 + "name": "phpdocumentor/reflection-docblock",
  1852 + "version": "2.0.4",
  1853 + "version_normalized": "2.0.4.0",
  1854 + "source": {
  1855 + "type": "git",
  1856 + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1857 + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  1858 + },
  1859 + "dist": {
  1860 + "type": "zip",
  1861 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1862 + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1863 + "shasum": ""
  1864 + },
  1865 + "require": {
  1866 + "php": ">=5.3.3"
  1867 + },
  1868 + "require-dev": {
  1869 + "phpunit/phpunit": "~4.0"
  1870 + },
  1871 + "suggest": {
  1872 + "dflydev/markdown": "~1.0",
  1873 + "erusev/parsedown": "~1.0"
  1874 + },
  1875 + "time": "2015-02-03 12:10:50",
  1876 + "type": "library",
  1877 + "extra": {
  1878 + "branch-alias": {
  1879 + "dev-master": "2.0.x-dev"
  1880 + }
  1881 + },
  1882 + "installation-source": "dist",
  1883 + "autoload": {
  1884 + "psr-0": {
  1885 + "phpDocumentor": [
  1886 + "src/"
  1887 + ]
  1888 + }
  1889 + },
  1890 + "notification-url": "https://packagist.org/downloads/",
  1891 + "license": [
  1892 + "MIT"
  1893 + ],
  1894 + "authors": [
  1895 + {
  1896 + "name": "Mike van Riel",
  1897 + "email": "mike.vanriel@naenius.com"
  1898 + }
  1899 + ]
  1900 + },
  1901 + {
  1902 + "name": "phpspec/prophecy",
  1903 + "version": "v1.6.0",
  1904 + "version_normalized": "1.6.0.0",
  1905 + "source": {
  1906 + "type": "git",
  1907 + "url": "https://github.com/phpspec/prophecy.git",
  1908 + "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  1909 + },
  1910 + "dist": {
  1911 + "type": "zip",
  1912 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  1913 + "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  1914 + "shasum": ""
  1915 + },
  1916 + "require": {
  1917 + "doctrine/instantiator": "^1.0.2",
  1918 + "php": "^5.3|^7.0",
  1919 + "phpdocumentor/reflection-docblock": "~2.0",
  1920 + "sebastian/comparator": "~1.1",
  1921 + "sebastian/recursion-context": "~1.0"
  1922 + },
  1923 + "require-dev": {
  1924 + "phpspec/phpspec": "~2.0"
  1925 + },
  1926 + "time": "2016-02-15 07:46:21",
  1927 + "type": "library",
  1928 + "extra": {
  1929 + "branch-alias": {
  1930 + "dev-master": "1.5.x-dev"
  1931 + }
  1932 + },
  1933 + "installation-source": "dist",
  1934 + "autoload": {
  1935 + "psr-0": {
  1936 + "Prophecy\\": "src/"
  1937 + }
  1938 + },
  1939 + "notification-url": "https://packagist.org/downloads/",
  1940 + "license": [
  1941 + "MIT"
  1942 + ],
  1943 + "authors": [
  1944 + {
  1945 + "name": "Konstantin Kudryashov",
  1946 + "email": "ever.zet@gmail.com",
  1947 + "homepage": "http://everzet.com"
  1948 + },
  1949 + {
  1950 + "name": "Marcello Duarte",
  1951 + "email": "marcello.duarte@gmail.com"
  1952 + }
  1953 + ],
  1954 + "description": "Highly opinionated mocking framework for PHP 5.3+",
  1955 + "homepage": "https://github.com/phpspec/prophecy",
  1956 + "keywords": [
  1957 + "Double",
  1958 + "Dummy",
  1959 + "fake",
  1960 + "mock",
  1961 + "spy",
  1962 + "stub"
  1963 + ]
  1964 + },
  1965 + {
  1966 + "name": "phpunit/php-text-template",
  1967 + "version": "1.2.1",
  1968 + "version_normalized": "1.2.1.0",
  1969 + "source": {
  1970 + "type": "git",
  1971 + "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1972 + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1973 + },
  1974 + "dist": {
  1975 + "type": "zip",
  1976 + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1977 + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1978 + "shasum": ""
  1979 + },
  1980 + "require": {
  1981 + "php": ">=5.3.3"
  1982 + },
  1983 + "time": "2015-06-21 13:50:34",
  1984 + "type": "library",
  1985 + "installation-source": "dist",
  1986 + "autoload": {
  1987 + "classmap": [
  1988 + "src/"
  1989 + ]
  1990 + },
  1991 + "notification-url": "https://packagist.org/downloads/",
  1992 + "license": [
  1993 + "BSD-3-Clause"
  1994 + ],
  1995 + "authors": [
  1996 + {
  1997 + "name": "Sebastian Bergmann",
  1998 + "email": "sebastian@phpunit.de",
  1999 + "role": "lead"
  2000 + }
  2001 + ],
  2002 + "description": "Simple template engine.",
  2003 + "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2004 + "keywords": [
  2005 + "template"
  2006 + ]
  2007 + },
  2008 + {
  2009 + "name": "phpunit/phpunit-mock-objects",
  2010 + "version": "3.2.1",
  2011 + "version_normalized": "3.2.1.0",
  2012 + "source": {
  2013 + "type": "git",
  2014 + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2015 + "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3"
  2016 + },
  2017 + "dist": {
  2018 + "type": "zip",
  2019 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
  2020 + "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
  2021 + "shasum": ""
  2022 + },
  2023 + "require": {
  2024 + "doctrine/instantiator": "^1.0.2",
  2025 + "php": "^5.6 || ^7.0",
  2026 + "phpunit/php-text-template": "^1.2",
  2027 + "sebastian/exporter": "^1.2"
  2028 + },
  2029 + "conflict": {
  2030 + "phpunit/phpunit": "<5.4.0"
  2031 + },
  2032 + "require-dev": {
  2033 + "phpunit/phpunit": "^5.4"
  2034 + },
  2035 + "suggest": {
  2036 + "ext-soap": "*"
  2037 + },
  2038 + "time": "2016-06-04 05:52:19",
  2039 + "type": "library",
  2040 + "extra": {
  2041 + "branch-alias": {
  2042 + "dev-master": "3.2.x-dev"
  2043 + }
  2044 + },
  2045 + "installation-source": "dist",
  2046 + "autoload": {
  2047 + "classmap": [
  2048 + "src/"
  2049 + ]
  2050 + },
  2051 + "notification-url": "https://packagist.org/downloads/",
  2052 + "license": [
  2053 + "BSD-3-Clause"
  2054 + ],
  2055 + "authors": [
  2056 + {
  2057 + "name": "Sebastian Bergmann",
  2058 + "email": "sb@sebastian-bergmann.de",
  2059 + "role": "lead"
  2060 + }
  2061 + ],
  2062 + "description": "Mock Object library for PHPUnit",
  2063 + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2064 + "keywords": [
  2065 + "mock",
  2066 + "xunit"
  2067 + ]
  2068 + },
  2069 + {
  2070 + "name": "phpunit/php-timer",
  2071 + "version": "1.0.8",
  2072 + "version_normalized": "1.0.8.0",
  2073 + "source": {
  2074 + "type": "git",
  2075 + "url": "https://github.com/sebastianbergmann/php-timer.git",
  2076 + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  2077 + },
  2078 + "dist": {
  2079 + "type": "zip",
  2080 + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  2081 + "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  2082 + "shasum": ""
  2083 + },
  2084 + "require": {
  2085 + "php": ">=5.3.3"
  2086 + },
  2087 + "require-dev": {
  2088 + "phpunit/phpunit": "~4|~5"
  2089 + },
  2090 + "time": "2016-05-12 18:03:57",
  2091 + "type": "library",
  2092 + "installation-source": "dist",
  2093 + "autoload": {
  2094 + "classmap": [
  2095 + "src/"
  2096 + ]
  2097 + },
  2098 + "notification-url": "https://packagist.org/downloads/",
  2099 + "license": [
  2100 + "BSD-3-Clause"
  2101 + ],
  2102 + "authors": [
  2103 + {
  2104 + "name": "Sebastian Bergmann",
  2105 + "email": "sb@sebastian-bergmann.de",
  2106 + "role": "lead"
  2107 + }
  2108 + ],
  2109 + "description": "Utility class for timing",
  2110 + "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2111 + "keywords": [
  2112 + "timer"
  2113 + ]
  2114 + },
  2115 + {
  2116 + "name": "sebastian/code-unit-reverse-lookup",
  2117 + "version": "1.0.0",
  2118 + "version_normalized": "1.0.0.0",
  2119 + "source": {
  2120 + "type": "git",
  2121 + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2122 + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  2123 + },
  2124 + "dist": {
  2125 + "type": "zip",
  2126 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2127 + "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  2128 + "shasum": ""
  2129 + },
  2130 + "require": {
  2131 + "php": ">=5.6"
  2132 + },
  2133 + "require-dev": {
  2134 + "phpunit/phpunit": "~5"
  2135 + },
  2136 + "time": "2016-02-13 06:45:14",
  2137 + "type": "library",
  2138 + "extra": {
  2139 + "branch-alias": {
  2140 + "dev-master": "1.0.x-dev"
  2141 + }
  2142 + },
  2143 + "installation-source": "dist",
  2144 + "autoload": {
  2145 + "classmap": [
  2146 + "src/"
  2147 + ]
  2148 + },
  2149 + "notification-url": "https://packagist.org/downloads/",
  2150 + "license": [
  2151 + "BSD-3-Clause"
  2152 + ],
  2153 + "authors": [
  2154 + {
  2155 + "name": "Sebastian Bergmann",
  2156 + "email": "sebastian@phpunit.de"
  2157 + }
  2158 + ],
  2159 + "description": "Looks up which function or method a line of code belongs to",
  2160 + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
  2161 + },
  2162 + {
  2163 + "name": "phpunit/php-token-stream",
  2164 + "version": "1.4.8",
  2165 + "version_normalized": "1.4.8.0",
  2166 + "source": {
  2167 + "type": "git",
  2168 + "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2169 + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  2170 + },
  2171 + "dist": {
  2172 + "type": "zip",
  2173 + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2174 + "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  2175 + "shasum": ""
  2176 + },
  2177 + "require": {
  2178 + "ext-tokenizer": "*",
  2179 + "php": ">=5.3.3"
  2180 + },
  2181 + "require-dev": {
  2182 + "phpunit/phpunit": "~4.2"
  2183 + },
  2184 + "time": "2015-09-15 10:49:45",
  2185 + "type": "library",
  2186 + "extra": {
  2187 + "branch-alias": {
  2188 + "dev-master": "1.4-dev"
  2189 + }
  2190 + },
  2191 + "installation-source": "dist",
  2192 + "autoload": {
  2193 + "classmap": [
  2194 + "src/"
  2195 + ]
  2196 + },
  2197 + "notification-url": "https://packagist.org/downloads/",
  2198 + "license": [
  2199 + "BSD-3-Clause"
  2200 + ],
  2201 + "authors": [
  2202 + {
  2203 + "name": "Sebastian Bergmann",
  2204 + "email": "sebastian@phpunit.de"
  2205 + }
  2206 + ],
  2207 + "description": "Wrapper around PHP's tokenizer extension.",
  2208 + "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2209 + "keywords": [
  2210 + "tokenizer"
  2211 + ]
  2212 + },
  2213 + {
  2214 + "name": "phpunit/php-file-iterator",
  2215 + "version": "1.4.1",
  2216 + "version_normalized": "1.4.1.0",
  2217 + "source": {
  2218 + "type": "git",
  2219 + "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2220 + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  2221 + },
  2222 + "dist": {
  2223 + "type": "zip",
  2224 + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2225 + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  2226 + "shasum": ""
  2227 + },
  2228 + "require": {
  2229 + "php": ">=5.3.3"
  2230 + },
  2231 + "time": "2015-06-21 13:08:43",
  2232 + "type": "library",
  2233 + "extra": {
  2234 + "branch-alias": {
  2235 + "dev-master": "1.4.x-dev"
  2236 + }
  2237 + },
  2238 + "installation-source": "dist",
  2239 + "autoload": {
  2240 + "classmap": [
  2241 + "src/"
  2242 + ]
  2243 + },
  2244 + "notification-url": "https://packagist.org/downloads/",
  2245 + "license": [
  2246 + "BSD-3-Clause"
  2247 + ],
  2248 + "authors": [
  2249 + {
  2250 + "name": "Sebastian Bergmann",
  2251 + "email": "sb@sebastian-bergmann.de",
  2252 + "role": "lead"
  2253 + }
  2254 + ],
  2255 + "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2256 + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2257 + "keywords": [
  2258 + "filesystem",
  2259 + "iterator"
  2260 + ]
  2261 + },
  2262 + {
  2263 + "name": "phpunit/php-code-coverage",
  2264 + "version": "4.0.0",
  2265 + "version_normalized": "4.0.0.0",
  2266 + "source": {
  2267 + "type": "git",
  2268 + "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2269 + "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
  2270 + },
  2271 + "dist": {
  2272 + "type": "zip",
  2273 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
  2274 + "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
  2275 + "shasum": ""
  2276 + },
  2277 + "require": {
  2278 + "php": "^5.6 || ^7.0",
  2279 + "phpunit/php-file-iterator": "~1.3",
  2280 + "phpunit/php-text-template": "~1.2",
  2281 + "phpunit/php-token-stream": "^1.4.2",
  2282 + "sebastian/code-unit-reverse-lookup": "~1.0",
  2283 + "sebastian/environment": "^1.3.2",
  2284 + "sebastian/version": "~1.0|~2.0"
  2285 + },
  2286 + "require-dev": {
  2287 + "ext-xdebug": ">=2.1.4",
  2288 + "phpunit/phpunit": "^5.4"
  2289 + },
  2290 + "suggest": {
  2291 + "ext-dom": "*",
  2292 + "ext-xdebug": ">=2.4.0",
  2293 + "ext-xmlwriter": "*"
  2294 + },
  2295 + "time": "2016-06-03 05:03:56",
  2296 + "type": "library",
  2297 + "extra": {
  2298 + "branch-alias": {
  2299 + "dev-master": "4.0.x-dev"
  2300 + }
  2301 + },
  2302 + "installation-source": "dist",
  2303 + "autoload": {
  2304 + "classmap": [
  2305 + "src/"
  2306 + ]
  2307 + },
  2308 + "notification-url": "https://packagist.org/downloads/",
  2309 + "license": [
  2310 + "BSD-3-Clause"
  2311 + ],
  2312 + "authors": [
  2313 + {
  2314 + "name": "Sebastian Bergmann",
  2315 + "email": "sb@sebastian-bergmann.de",
  2316 + "role": "lead"
  2317 + }
  2318 + ],
  2319 + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2320 + "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2321 + "keywords": [
  2322 + "coverage",
  2323 + "testing",
  2324 + "xunit"
  2325 + ]
  2326 + },
  2327 + {
  2328 + "name": "phpunit/phpunit",
  2329 + "version": "5.4.2",
  2330 + "version_normalized": "5.4.2.0",
  2331 + "source": {
  2332 + "type": "git",
  2333 + "url": "https://github.com/sebastianbergmann/phpunit.git",
  2334 + "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d"
  2335 + },
  2336 + "dist": {
  2337 + "type": "zip",
  2338 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f5726a0262e5f74f8e9cf03128798b64160c441d",
  2339 + "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d",
  2340 + "shasum": ""
  2341 + },
  2342 + "require": {
  2343 + "ext-dom": "*",
  2344 + "ext-json": "*",
  2345 + "ext-pcre": "*",
  2346 + "ext-reflection": "*",
  2347 + "ext-spl": "*",
  2348 + "myclabs/deep-copy": "~1.3",
  2349 + "php": "^5.6 || ^7.0",
  2350 + "phpspec/prophecy": "^1.3.1",
  2351 + "phpunit/php-code-coverage": "^4.0",
  2352 + "phpunit/php-file-iterator": "~1.4",
  2353 + "phpunit/php-text-template": "~1.2",
  2354 + "phpunit/php-timer": "^1.0.6",
  2355 + "phpunit/phpunit-mock-objects": "^3.2",
  2356 + "sebastian/comparator": "~1.1",
  2357 + "sebastian/diff": "~1.2",
  2358 + "sebastian/environment": "~1.3",
  2359 + "sebastian/exporter": "~1.2",
  2360 + "sebastian/global-state": "~1.0",
  2361 + "sebastian/object-enumerator": "~1.0",
  2362 + "sebastian/resource-operations": "~1.0",
  2363 + "sebastian/version": "~1.0|~2.0",
  2364 + "symfony/yaml": "~2.1|~3.0"
  2365 + },
  2366 + "suggest": {
  2367 + "phpunit/php-invoker": "~1.1"
  2368 + },
  2369 + "time": "2016-06-03 09:59:50",
  2370 + "bin": [
  2371 + "phpunit"
  2372 + ],
  2373 + "type": "library",
  2374 + "extra": {
  2375 + "branch-alias": {
  2376 + "dev-master": "5.4.x-dev"
  2377 + }
  2378 + },
  2379 + "installation-source": "dist",
  2380 + "autoload": {
  2381 + "classmap": [
  2382 + "src/"
  2383 + ]
  2384 + },
  2385 + "notification-url": "https://packagist.org/downloads/",
  2386 + "license": [
  2387 + "BSD-3-Clause"
  2388 + ],
  2389 + "authors": [
  2390 + {
  2391 + "name": "Sebastian Bergmann",
  2392 + "email": "sebastian@phpunit.de",
  2393 + "role": "lead"
  2394 + }
  2395 + ],
  2396 + "description": "The PHP Unit Testing framework.",
  2397 + "homepage": "https://phpunit.de/",
  2398 + "keywords": [
  2399 + "phpunit",
  2400 + "testing",
  2401 + "xunit"
  2402 + ]
1264 } 2403 }
1265 ] 2404 ]