comparison vendor/composer/installed.json @ 35:05c4c32948af

.hgignore: add vendor tree composer.json: new packages plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff index.php: commented debugging hooks others: new releases of vendor packages?
author Charlie Root
date Thu, 30 Aug 2018 16:21:59 -0400
parents 40bacaff7f07
children 771f6803cc4b
comparison
equal deleted inserted replaced
34:50ac5484d514 35:05c4c32948af
548 "email": "cweiske@php.net", 548 "email": "cweiske@php.net",
549 "role": "Lead" 549 "role": "Lead"
550 } 550 }
551 ], 551 ],
552 "description": "Minimal set of PEAR core files to be used as composer dependency" 552 "description": "Minimal set of PEAR core files to be used as composer dependency"
553 },
554 {
555 "name": "pear/net_sieve",
556 "version": "1.4.0",
557 "version_normalized": "1.4.0.0",
558 "source": {
559 "type": "git",
560 "url": "https://github.com/pear/Net_Sieve.git",
561 "reference": "0058a5e3c84841fe841c055e118fbee4ed239a8f"
562 },
563 "dist": {
564 "type": "zip",
565 "url": "https://api.github.com/repos/pear/Net_Sieve/zipball/0058a5e3c84841fe841c055e118fbee4ed239a8f",
566 "reference": "0058a5e3c84841fe841c055e118fbee4ed239a8f",
567 "shasum": ""
568 },
569 "require": {
570 "pear/net_socket": "*",
571 "pear/pear-core-minimal": "*"
572 },
573 "require-dev": {
574 "phpunit/phpunit": "~5.7.15"
575 },
576 "suggest": {
577 "pear/auth_sasl": "Install optionally via your project's composer.json"
578 },
579 "time": "2017-05-21T10:17:48+00:00",
580 "type": "library",
581 "installation-source": "dist",
582 "autoload": {
583 "classmap": [
584 "./"
585 ]
586 },
587 "notification-url": "https://packagist.org/downloads/",
588 "license": [
589 "BSD"
590 ],
591 "authors": [
592 {
593 "name": "Anish Mistry",
594 "email": "amistry@am-productions.biz",
595 "role": "Lead"
596 },
597 {
598 "name": "Richard Heyes",
599 "email": "richard@php.net",
600 "role": "Lead"
601 },
602 {
603 "name": "Jan Schneider",
604 "email": "jan@horde.org",
605 "role": "lead"
606 },
607 {
608 "name": "Damian Fernandez Sosa",
609 "email": "damlists@cnba.uba.ar",
610 "role": "Lead"
611 }
612 ],
613 "description": "More info available on: http://pear.php.net/package/Net_Sieve"
614 }, 553 },
615 { 554 {
616 "name": "pear/mail_mime", 555 "name": "pear/mail_mime",
617 "version": "1.10.2", 556 "version": "1.10.2",
618 "version_normalized": "1.10.2.0", 557 "version_normalized": "1.10.2.0",
1019 "code", 958 "code",
1020 "endroid", 959 "endroid",
1021 "qr", 960 "qr",
1022 "qrcode" 961 "qrcode"
1023 ] 962 ]
963 },
964 {
965 "name": "phpdocumentor/reflection-common",
966 "version": "1.0.1",
967 "version_normalized": "1.0.1.0",
968 "source": {
969 "type": "git",
970 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
971 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
972 },
973 "dist": {
974 "type": "zip",
975 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
976 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
977 "shasum": ""
978 },
979 "require": {
980 "php": ">=5.5"
981 },
982 "require-dev": {
983 "phpunit/phpunit": "^4.6"
984 },
985 "time": "2017-09-11T18:02:19+00:00",
986 "type": "library",
987 "extra": {
988 "branch-alias": {
989 "dev-master": "1.0.x-dev"
990 }
991 },
992 "installation-source": "dist",
993 "autoload": {
994 "psr-4": {
995 "phpDocumentor\\Reflection\\": [
996 "src"
997 ]
998 }
999 },
1000 "notification-url": "https://packagist.org/downloads/",
1001 "license": [
1002 "MIT"
1003 ],
1004 "authors": [
1005 {
1006 "name": "Jaap van Otterdijk",
1007 "email": "opensource@ijaap.nl"
1008 }
1009 ],
1010 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1011 "homepage": "http://www.phpdoc.org",
1012 "keywords": [
1013 "FQSEN",
1014 "phpDocumentor",
1015 "phpdoc",
1016 "reflection",
1017 "static analysis"
1018 ]
1019 },
1020 {
1021 "name": "phpdocumentor/type-resolver",
1022 "version": "0.4.0",
1023 "version_normalized": "0.4.0.0",
1024 "source": {
1025 "type": "git",
1026 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1027 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1028 },
1029 "dist": {
1030 "type": "zip",
1031 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1032 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1033 "shasum": ""
1034 },
1035 "require": {
1036 "php": "^5.5 || ^7.0",
1037 "phpdocumentor/reflection-common": "^1.0"
1038 },
1039 "require-dev": {
1040 "mockery/mockery": "^0.9.4",
1041 "phpunit/phpunit": "^5.2||^4.8.24"
1042 },
1043 "time": "2017-07-14T14:27:02+00:00",
1044 "type": "library",
1045 "extra": {
1046 "branch-alias": {
1047 "dev-master": "1.0.x-dev"
1048 }
1049 },
1050 "installation-source": "dist",
1051 "autoload": {
1052 "psr-4": {
1053 "phpDocumentor\\Reflection\\": [
1054 "src/"
1055 ]
1056 }
1057 },
1058 "notification-url": "https://packagist.org/downloads/",
1059 "license": [
1060 "MIT"
1061 ],
1062 "authors": [
1063 {
1064 "name": "Mike van Riel",
1065 "email": "me@mikevanriel.com"
1066 }
1067 ]
1068 },
1069 {
1070 "name": "phpdocumentor/reflection-docblock",
1071 "version": "3.3.2",
1072 "version_normalized": "3.3.2.0",
1073 "source": {
1074 "type": "git",
1075 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1076 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
1077 },
1078 "dist": {
1079 "type": "zip",
1080 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
1081 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
1082 "shasum": ""
1083 },
1084 "require": {
1085 "php": "^5.6 || ^7.0",
1086 "phpdocumentor/reflection-common": "^1.0.0",
1087 "phpdocumentor/type-resolver": "^0.4.0",
1088 "webmozart/assert": "^1.0"
1089 },
1090 "require-dev": {
1091 "mockery/mockery": "^0.9.4",
1092 "phpunit/phpunit": "^4.4"
1093 },
1094 "time": "2017-11-10T14:09:06+00:00",
1095 "type": "library",
1096 "installation-source": "dist",
1097 "autoload": {
1098 "psr-4": {
1099 "phpDocumentor\\Reflection\\": [
1100 "src/"
1101 ]
1102 }
1103 },
1104 "notification-url": "https://packagist.org/downloads/",
1105 "license": [
1106 "MIT"
1107 ],
1108 "authors": [
1109 {
1110 "name": "Mike van Riel",
1111 "email": "me@mikevanriel.com"
1112 }
1113 ],
1114 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
1115 },
1116 {
1117 "name": "phpunit/php-token-stream",
1118 "version": "1.4.12",
1119 "version_normalized": "1.4.12.0",
1120 "source": {
1121 "type": "git",
1122 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1123 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1124 },
1125 "dist": {
1126 "type": "zip",
1127 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1128 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1129 "shasum": ""
1130 },
1131 "require": {
1132 "ext-tokenizer": "*",
1133 "php": ">=5.3.3"
1134 },
1135 "require-dev": {
1136 "phpunit/phpunit": "~4.2"
1137 },
1138 "time": "2017-12-04T08:55:13+00:00",
1139 "type": "library",
1140 "extra": {
1141 "branch-alias": {
1142 "dev-master": "1.4-dev"
1143 }
1144 },
1145 "installation-source": "dist",
1146 "autoload": {
1147 "classmap": [
1148 "src/"
1149 ]
1150 },
1151 "notification-url": "https://packagist.org/downloads/",
1152 "license": [
1153 "BSD-3-Clause"
1154 ],
1155 "authors": [
1156 {
1157 "name": "Sebastian Bergmann",
1158 "email": "sebastian@phpunit.de"
1159 }
1160 ],
1161 "description": "Wrapper around PHP's tokenizer extension.",
1162 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1163 "keywords": [
1164 "tokenizer"
1165 ]
1166 },
1167 {
1168 "name": "sebastian/version",
1169 "version": "2.0.1",
1170 "version_normalized": "2.0.1.0",
1171 "source": {
1172 "type": "git",
1173 "url": "https://github.com/sebastianbergmann/version.git",
1174 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1175 },
1176 "dist": {
1177 "type": "zip",
1178 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1179 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1180 "shasum": ""
1181 },
1182 "require": {
1183 "php": ">=5.6"
1184 },
1185 "time": "2016-10-03T07:35:21+00:00",
1186 "type": "library",
1187 "extra": {
1188 "branch-alias": {
1189 "dev-master": "2.0.x-dev"
1190 }
1191 },
1192 "installation-source": "dist",
1193 "autoload": {
1194 "classmap": [
1195 "src/"
1196 ]
1197 },
1198 "notification-url": "https://packagist.org/downloads/",
1199 "license": [
1200 "BSD-3-Clause"
1201 ],
1202 "authors": [
1203 {
1204 "name": "Sebastian Bergmann",
1205 "email": "sebastian@phpunit.de",
1206 "role": "lead"
1207 }
1208 ],
1209 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1210 "homepage": "https://github.com/sebastianbergmann/version"
1211 },
1212 {
1213 "name": "sebastian/resource-operations",
1214 "version": "1.0.0",
1215 "version_normalized": "1.0.0.0",
1216 "source": {
1217 "type": "git",
1218 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1219 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1220 },
1221 "dist": {
1222 "type": "zip",
1223 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1224 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1225 "shasum": ""
1226 },
1227 "require": {
1228 "php": ">=5.6.0"
1229 },
1230 "time": "2015-07-28T20:34:47+00:00",
1231 "type": "library",
1232 "extra": {
1233 "branch-alias": {
1234 "dev-master": "1.0.x-dev"
1235 }
1236 },
1237 "installation-source": "dist",
1238 "autoload": {
1239 "classmap": [
1240 "src/"
1241 ]
1242 },
1243 "notification-url": "https://packagist.org/downloads/",
1244 "license": [
1245 "BSD-3-Clause"
1246 ],
1247 "authors": [
1248 {
1249 "name": "Sebastian Bergmann",
1250 "email": "sebastian@phpunit.de"
1251 }
1252 ],
1253 "description": "Provides a list of PHP built-in functions that operate on resources",
1254 "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
1255 },
1256 {
1257 "name": "sebastian/recursion-context",
1258 "version": "2.0.0",
1259 "version_normalized": "2.0.0.0",
1260 "source": {
1261 "type": "git",
1262 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1263 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1264 },
1265 "dist": {
1266 "type": "zip",
1267 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1268 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1269 "shasum": ""
1270 },
1271 "require": {
1272 "php": ">=5.3.3"
1273 },
1274 "require-dev": {
1275 "phpunit/phpunit": "~4.4"
1276 },
1277 "time": "2016-11-19T07:33:16+00:00",
1278 "type": "library",
1279 "extra": {
1280 "branch-alias": {
1281 "dev-master": "2.0.x-dev"
1282 }
1283 },
1284 "installation-source": "dist",
1285 "autoload": {
1286 "classmap": [
1287 "src/"
1288 ]
1289 },
1290 "notification-url": "https://packagist.org/downloads/",
1291 "license": [
1292 "BSD-3-Clause"
1293 ],
1294 "authors": [
1295 {
1296 "name": "Jeff Welch",
1297 "email": "whatthejeff@gmail.com"
1298 },
1299 {
1300 "name": "Sebastian Bergmann",
1301 "email": "sebastian@phpunit.de"
1302 },
1303 {
1304 "name": "Adam Harvey",
1305 "email": "aharvey@php.net"
1306 }
1307 ],
1308 "description": "Provides functionality to recursively process PHP variables",
1309 "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
1310 },
1311 {
1312 "name": "sebastian/object-enumerator",
1313 "version": "2.0.1",
1314 "version_normalized": "2.0.1.0",
1315 "source": {
1316 "type": "git",
1317 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1318 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1319 },
1320 "dist": {
1321 "type": "zip",
1322 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1323 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1324 "shasum": ""
1325 },
1326 "require": {
1327 "php": ">=5.6",
1328 "sebastian/recursion-context": "~2.0"
1329 },
1330 "require-dev": {
1331 "phpunit/phpunit": "~5"
1332 },
1333 "time": "2017-02-18T15:18:39+00:00",
1334 "type": "library",
1335 "extra": {
1336 "branch-alias": {
1337 "dev-master": "2.0.x-dev"
1338 }
1339 },
1340 "installation-source": "dist",
1341 "autoload": {
1342 "classmap": [
1343 "src/"
1344 ]
1345 },
1346 "notification-url": "https://packagist.org/downloads/",
1347 "license": [
1348 "BSD-3-Clause"
1349 ],
1350 "authors": [
1351 {
1352 "name": "Sebastian Bergmann",
1353 "email": "sebastian@phpunit.de"
1354 }
1355 ],
1356 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1357 "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
1358 },
1359 {
1360 "name": "sebastian/global-state",
1361 "version": "1.1.1",
1362 "version_normalized": "1.1.1.0",
1363 "source": {
1364 "type": "git",
1365 "url": "https://github.com/sebastianbergmann/global-state.git",
1366 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1367 },
1368 "dist": {
1369 "type": "zip",
1370 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1371 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1372 "shasum": ""
1373 },
1374 "require": {
1375 "php": ">=5.3.3"
1376 },
1377 "require-dev": {
1378 "phpunit/phpunit": "~4.2"
1379 },
1380 "suggest": {
1381 "ext-uopz": "*"
1382 },
1383 "time": "2015-10-12T03:26:01+00:00",
1384 "type": "library",
1385 "extra": {
1386 "branch-alias": {
1387 "dev-master": "1.0-dev"
1388 }
1389 },
1390 "installation-source": "dist",
1391 "autoload": {
1392 "classmap": [
1393 "src/"
1394 ]
1395 },
1396 "notification-url": "https://packagist.org/downloads/",
1397 "license": [
1398 "BSD-3-Clause"
1399 ],
1400 "authors": [
1401 {
1402 "name": "Sebastian Bergmann",
1403 "email": "sebastian@phpunit.de"
1404 }
1405 ],
1406 "description": "Snapshotting of global state",
1407 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1408 "keywords": [
1409 "global state"
1410 ]
1411 },
1412 {
1413 "name": "sebastian/exporter",
1414 "version": "2.0.0",
1415 "version_normalized": "2.0.0.0",
1416 "source": {
1417 "type": "git",
1418 "url": "https://github.com/sebastianbergmann/exporter.git",
1419 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1420 },
1421 "dist": {
1422 "type": "zip",
1423 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1424 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1425 "shasum": ""
1426 },
1427 "require": {
1428 "php": ">=5.3.3",
1429 "sebastian/recursion-context": "~2.0"
1430 },
1431 "require-dev": {
1432 "ext-mbstring": "*",
1433 "phpunit/phpunit": "~4.4"
1434 },
1435 "time": "2016-11-19T08:54:04+00:00",
1436 "type": "library",
1437 "extra": {
1438 "branch-alias": {
1439 "dev-master": "2.0.x-dev"
1440 }
1441 },
1442 "installation-source": "dist",
1443 "autoload": {
1444 "classmap": [
1445 "src/"
1446 ]
1447 },
1448 "notification-url": "https://packagist.org/downloads/",
1449 "license": [
1450 "BSD-3-Clause"
1451 ],
1452 "authors": [
1453 {
1454 "name": "Jeff Welch",
1455 "email": "whatthejeff@gmail.com"
1456 },
1457 {
1458 "name": "Volker Dusch",
1459 "email": "github@wallbash.com"
1460 },
1461 {
1462 "name": "Bernhard Schussek",
1463 "email": "bschussek@2bepublished.at"
1464 },
1465 {
1466 "name": "Sebastian Bergmann",
1467 "email": "sebastian@phpunit.de"
1468 },
1469 {
1470 "name": "Adam Harvey",
1471 "email": "aharvey@php.net"
1472 }
1473 ],
1474 "description": "Provides the functionality to export PHP variables for visualization",
1475 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1476 "keywords": [
1477 "export",
1478 "exporter"
1479 ]
1480 },
1481 {
1482 "name": "sebastian/environment",
1483 "version": "2.0.0",
1484 "version_normalized": "2.0.0.0",
1485 "source": {
1486 "type": "git",
1487 "url": "https://github.com/sebastianbergmann/environment.git",
1488 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1489 },
1490 "dist": {
1491 "type": "zip",
1492 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1493 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1494 "shasum": ""
1495 },
1496 "require": {
1497 "php": "^5.6 || ^7.0"
1498 },
1499 "require-dev": {
1500 "phpunit/phpunit": "^5.0"
1501 },
1502 "time": "2016-11-26T07:53:53+00:00",
1503 "type": "library",
1504 "extra": {
1505 "branch-alias": {
1506 "dev-master": "2.0.x-dev"
1507 }
1508 },
1509 "installation-source": "dist",
1510 "autoload": {
1511 "classmap": [
1512 "src/"
1513 ]
1514 },
1515 "notification-url": "https://packagist.org/downloads/",
1516 "license": [
1517 "BSD-3-Clause"
1518 ],
1519 "authors": [
1520 {
1521 "name": "Sebastian Bergmann",
1522 "email": "sebastian@phpunit.de"
1523 }
1524 ],
1525 "description": "Provides functionality to handle HHVM/PHP environments",
1526 "homepage": "http://www.github.com/sebastianbergmann/environment",
1527 "keywords": [
1528 "Xdebug",
1529 "environment",
1530 "hhvm"
1531 ]
1532 },
1533 {
1534 "name": "sebastian/diff",
1535 "version": "1.4.3",
1536 "version_normalized": "1.4.3.0",
1537 "source": {
1538 "type": "git",
1539 "url": "https://github.com/sebastianbergmann/diff.git",
1540 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1541 },
1542 "dist": {
1543 "type": "zip",
1544 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1545 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1546 "shasum": ""
1547 },
1548 "require": {
1549 "php": "^5.3.3 || ^7.0"
1550 },
1551 "require-dev": {
1552 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1553 },
1554 "time": "2017-05-22T07:24:03+00:00",
1555 "type": "library",
1556 "extra": {
1557 "branch-alias": {
1558 "dev-master": "1.4-dev"
1559 }
1560 },
1561 "installation-source": "dist",
1562 "autoload": {
1563 "classmap": [
1564 "src/"
1565 ]
1566 },
1567 "notification-url": "https://packagist.org/downloads/",
1568 "license": [
1569 "BSD-3-Clause"
1570 ],
1571 "authors": [
1572 {
1573 "name": "Kore Nordmann",
1574 "email": "mail@kore-nordmann.de"
1575 },
1576 {
1577 "name": "Sebastian Bergmann",
1578 "email": "sebastian@phpunit.de"
1579 }
1580 ],
1581 "description": "Diff implementation",
1582 "homepage": "https://github.com/sebastianbergmann/diff",
1583 "keywords": [
1584 "diff"
1585 ]
1586 },
1587 {
1588 "name": "sebastian/comparator",
1589 "version": "1.2.4",
1590 "version_normalized": "1.2.4.0",
1591 "source": {
1592 "type": "git",
1593 "url": "https://github.com/sebastianbergmann/comparator.git",
1594 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1595 },
1596 "dist": {
1597 "type": "zip",
1598 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1599 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1600 "shasum": ""
1601 },
1602 "require": {
1603 "php": ">=5.3.3",
1604 "sebastian/diff": "~1.2",
1605 "sebastian/exporter": "~1.2 || ~2.0"
1606 },
1607 "require-dev": {
1608 "phpunit/phpunit": "~4.4"
1609 },
1610 "time": "2017-01-29T09:50:25+00:00",
1611 "type": "library",
1612 "extra": {
1613 "branch-alias": {
1614 "dev-master": "1.2.x-dev"
1615 }
1616 },
1617 "installation-source": "dist",
1618 "autoload": {
1619 "classmap": [
1620 "src/"
1621 ]
1622 },
1623 "notification-url": "https://packagist.org/downloads/",
1624 "license": [
1625 "BSD-3-Clause"
1626 ],
1627 "authors": [
1628 {
1629 "name": "Jeff Welch",
1630 "email": "whatthejeff@gmail.com"
1631 },
1632 {
1633 "name": "Volker Dusch",
1634 "email": "github@wallbash.com"
1635 },
1636 {
1637 "name": "Bernhard Schussek",
1638 "email": "bschussek@2bepublished.at"
1639 },
1640 {
1641 "name": "Sebastian Bergmann",
1642 "email": "sebastian@phpunit.de"
1643 }
1644 ],
1645 "description": "Provides the functionality to compare PHP values for equality",
1646 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1647 "keywords": [
1648 "comparator",
1649 "compare",
1650 "equality"
1651 ]
1652 },
1653 {
1654 "name": "phpunit/php-text-template",
1655 "version": "1.2.1",
1656 "version_normalized": "1.2.1.0",
1657 "source": {
1658 "type": "git",
1659 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1660 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1661 },
1662 "dist": {
1663 "type": "zip",
1664 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1665 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1666 "shasum": ""
1667 },
1668 "require": {
1669 "php": ">=5.3.3"
1670 },
1671 "time": "2015-06-21T13:50:34+00:00",
1672 "type": "library",
1673 "installation-source": "dist",
1674 "autoload": {
1675 "classmap": [
1676 "src/"
1677 ]
1678 },
1679 "notification-url": "https://packagist.org/downloads/",
1680 "license": [
1681 "BSD-3-Clause"
1682 ],
1683 "authors": [
1684 {
1685 "name": "Sebastian Bergmann",
1686 "email": "sebastian@phpunit.de",
1687 "role": "lead"
1688 }
1689 ],
1690 "description": "Simple template engine.",
1691 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1692 "keywords": [
1693 "template"
1694 ]
1695 },
1696 {
1697 "name": "doctrine/instantiator",
1698 "version": "1.0.5",
1699 "version_normalized": "1.0.5.0",
1700 "source": {
1701 "type": "git",
1702 "url": "https://github.com/doctrine/instantiator.git",
1703 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1704 },
1705 "dist": {
1706 "type": "zip",
1707 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1708 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1709 "shasum": ""
1710 },
1711 "require": {
1712 "php": ">=5.3,<8.0-DEV"
1713 },
1714 "require-dev": {
1715 "athletic/athletic": "~0.1.8",
1716 "ext-pdo": "*",
1717 "ext-phar": "*",
1718 "phpunit/phpunit": "~4.0",
1719 "squizlabs/php_codesniffer": "~2.0"
1720 },
1721 "time": "2015-06-14T21:17:01+00:00",
1722 "type": "library",
1723 "extra": {
1724 "branch-alias": {
1725 "dev-master": "1.0.x-dev"
1726 }
1727 },
1728 "installation-source": "dist",
1729 "autoload": {
1730 "psr-4": {
1731 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1732 }
1733 },
1734 "notification-url": "https://packagist.org/downloads/",
1735 "license": [
1736 "MIT"
1737 ],
1738 "authors": [
1739 {
1740 "name": "Marco Pivetta",
1741 "email": "ocramius@gmail.com",
1742 "homepage": "http://ocramius.github.com/"
1743 }
1744 ],
1745 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1746 "homepage": "https://github.com/doctrine/instantiator",
1747 "keywords": [
1748 "constructor",
1749 "instantiate"
1750 ]
1751 },
1752 {
1753 "name": "phpunit/phpunit-mock-objects",
1754 "version": "3.4.4",
1755 "version_normalized": "3.4.4.0",
1756 "source": {
1757 "type": "git",
1758 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1759 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1760 },
1761 "dist": {
1762 "type": "zip",
1763 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1764 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1765 "shasum": ""
1766 },
1767 "require": {
1768 "doctrine/instantiator": "^1.0.2",
1769 "php": "^5.6 || ^7.0",
1770 "phpunit/php-text-template": "^1.2",
1771 "sebastian/exporter": "^1.2 || ^2.0"
1772 },
1773 "conflict": {
1774 "phpunit/phpunit": "<5.4.0"
1775 },
1776 "require-dev": {
1777 "phpunit/phpunit": "^5.4"
1778 },
1779 "suggest": {
1780 "ext-soap": "*"
1781 },
1782 "time": "2017-06-30T09:13:00+00:00",
1783 "type": "library",
1784 "extra": {
1785 "branch-alias": {
1786 "dev-master": "3.2.x-dev"
1787 }
1788 },
1789 "installation-source": "dist",
1790 "autoload": {
1791 "classmap": [
1792 "src/"
1793 ]
1794 },
1795 "notification-url": "https://packagist.org/downloads/",
1796 "license": [
1797 "BSD-3-Clause"
1798 ],
1799 "authors": [
1800 {
1801 "name": "Sebastian Bergmann",
1802 "email": "sb@sebastian-bergmann.de",
1803 "role": "lead"
1804 }
1805 ],
1806 "description": "Mock Object library for PHPUnit",
1807 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1808 "keywords": [
1809 "mock",
1810 "xunit"
1811 ]
1812 },
1813 {
1814 "name": "phpunit/php-timer",
1815 "version": "1.0.9",
1816 "version_normalized": "1.0.9.0",
1817 "source": {
1818 "type": "git",
1819 "url": "https://github.com/sebastianbergmann/php-timer.git",
1820 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1821 },
1822 "dist": {
1823 "type": "zip",
1824 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1825 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1826 "shasum": ""
1827 },
1828 "require": {
1829 "php": "^5.3.3 || ^7.0"
1830 },
1831 "require-dev": {
1832 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1833 },
1834 "time": "2017-02-26T11:10:40+00:00",
1835 "type": "library",
1836 "extra": {
1837 "branch-alias": {
1838 "dev-master": "1.0-dev"
1839 }
1840 },
1841 "installation-source": "dist",
1842 "autoload": {
1843 "classmap": [
1844 "src/"
1845 ]
1846 },
1847 "notification-url": "https://packagist.org/downloads/",
1848 "license": [
1849 "BSD-3-Clause"
1850 ],
1851 "authors": [
1852 {
1853 "name": "Sebastian Bergmann",
1854 "email": "sb@sebastian-bergmann.de",
1855 "role": "lead"
1856 }
1857 ],
1858 "description": "Utility class for timing",
1859 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1860 "keywords": [
1861 "timer"
1862 ]
1863 },
1864 {
1865 "name": "phpunit/php-file-iterator",
1866 "version": "1.4.5",
1867 "version_normalized": "1.4.5.0",
1868 "source": {
1869 "type": "git",
1870 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1871 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1872 },
1873 "dist": {
1874 "type": "zip",
1875 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1876 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1877 "shasum": ""
1878 },
1879 "require": {
1880 "php": ">=5.3.3"
1881 },
1882 "time": "2017-11-27T13:52:08+00:00",
1883 "type": "library",
1884 "extra": {
1885 "branch-alias": {
1886 "dev-master": "1.4.x-dev"
1887 }
1888 },
1889 "installation-source": "dist",
1890 "autoload": {
1891 "classmap": [
1892 "src/"
1893 ]
1894 },
1895 "notification-url": "https://packagist.org/downloads/",
1896 "license": [
1897 "BSD-3-Clause"
1898 ],
1899 "authors": [
1900 {
1901 "name": "Sebastian Bergmann",
1902 "email": "sb@sebastian-bergmann.de",
1903 "role": "lead"
1904 }
1905 ],
1906 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1907 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1908 "keywords": [
1909 "filesystem",
1910 "iterator"
1911 ]
1912 },
1913 {
1914 "name": "sebastian/code-unit-reverse-lookup",
1915 "version": "1.0.1",
1916 "version_normalized": "1.0.1.0",
1917 "source": {
1918 "type": "git",
1919 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1920 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1921 },
1922 "dist": {
1923 "type": "zip",
1924 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1925 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1926 "shasum": ""
1927 },
1928 "require": {
1929 "php": "^5.6 || ^7.0"
1930 },
1931 "require-dev": {
1932 "phpunit/phpunit": "^5.7 || ^6.0"
1933 },
1934 "time": "2017-03-04T06:30:41+00:00",
1935 "type": "library",
1936 "extra": {
1937 "branch-alias": {
1938 "dev-master": "1.0.x-dev"
1939 }
1940 },
1941 "installation-source": "dist",
1942 "autoload": {
1943 "classmap": [
1944 "src/"
1945 ]
1946 },
1947 "notification-url": "https://packagist.org/downloads/",
1948 "license": [
1949 "BSD-3-Clause"
1950 ],
1951 "authors": [
1952 {
1953 "name": "Sebastian Bergmann",
1954 "email": "sebastian@phpunit.de"
1955 }
1956 ],
1957 "description": "Looks up which function or method a line of code belongs to",
1958 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
1959 },
1960 {
1961 "name": "phpunit/php-code-coverage",
1962 "version": "4.0.8",
1963 "version_normalized": "4.0.8.0",
1964 "source": {
1965 "type": "git",
1966 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1967 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1968 },
1969 "dist": {
1970 "type": "zip",
1971 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1972 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1973 "shasum": ""
1974 },
1975 "require": {
1976 "ext-dom": "*",
1977 "ext-xmlwriter": "*",
1978 "php": "^5.6 || ^7.0",
1979 "phpunit/php-file-iterator": "^1.3",
1980 "phpunit/php-text-template": "^1.2",
1981 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1982 "sebastian/code-unit-reverse-lookup": "^1.0",
1983 "sebastian/environment": "^1.3.2 || ^2.0",
1984 "sebastian/version": "^1.0 || ^2.0"
1985 },
1986 "require-dev": {
1987 "ext-xdebug": "^2.1.4",
1988 "phpunit/phpunit": "^5.7"
1989 },
1990 "suggest": {
1991 "ext-xdebug": "^2.5.1"
1992 },
1993 "time": "2017-04-02T07:44:40+00:00",
1994 "type": "library",
1995 "extra": {
1996 "branch-alias": {
1997 "dev-master": "4.0.x-dev"
1998 }
1999 },
2000 "installation-source": "dist",
2001 "autoload": {
2002 "classmap": [
2003 "src/"
2004 ]
2005 },
2006 "notification-url": "https://packagist.org/downloads/",
2007 "license": [
2008 "BSD-3-Clause"
2009 ],
2010 "authors": [
2011 {
2012 "name": "Sebastian Bergmann",
2013 "email": "sb@sebastian-bergmann.de",
2014 "role": "lead"
2015 }
2016 ],
2017 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2018 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2019 "keywords": [
2020 "coverage",
2021 "testing",
2022 "xunit"
2023 ]
2024 },
2025 {
2026 "name": "myclabs/deep-copy",
2027 "version": "1.7.0",
2028 "version_normalized": "1.7.0.0",
2029 "source": {
2030 "type": "git",
2031 "url": "https://github.com/myclabs/DeepCopy.git",
2032 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2033 },
2034 "dist": {
2035 "type": "zip",
2036 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2037 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2038 "shasum": ""
2039 },
2040 "require": {
2041 "php": "^5.6 || ^7.0"
2042 },
2043 "require-dev": {
2044 "doctrine/collections": "^1.0",
2045 "doctrine/common": "^2.6",
2046 "phpunit/phpunit": "^4.1"
2047 },
2048 "time": "2017-10-19T19:58:43+00:00",
2049 "type": "library",
2050 "installation-source": "dist",
2051 "autoload": {
2052 "psr-4": {
2053 "DeepCopy\\": "src/DeepCopy/"
2054 },
2055 "files": [
2056 "src/DeepCopy/deep_copy.php"
2057 ]
2058 },
2059 "notification-url": "https://packagist.org/downloads/",
2060 "license": [
2061 "MIT"
2062 ],
2063 "description": "Create deep copies (clones) of your objects",
2064 "keywords": [
2065 "clone",
2066 "copy",
2067 "duplicate",
2068 "object",
2069 "object graph"
2070 ]
2071 },
2072 {
2073 "name": "pear/net_sieve",
2074 "version": "1.4.3",
2075 "version_normalized": "1.4.3.0",
2076 "source": {
2077 "type": "git",
2078 "url": "https://github.com/pear/Net_Sieve.git",
2079 "reference": "ffbe5cfc59ac5c79d9ef26923bb1eace5d539845"
2080 },
2081 "dist": {
2082 "type": "zip",
2083 "url": "https://api.github.com/repos/pear/Net_Sieve/zipball/ffbe5cfc59ac5c79d9ef26923bb1eace5d539845",
2084 "reference": "ffbe5cfc59ac5c79d9ef26923bb1eace5d539845",
2085 "shasum": ""
2086 },
2087 "require": {
2088 "pear/net_socket": "~1.2",
2089 "pear/pear-core-minimal": "~1.10"
2090 },
2091 "require-dev": {
2092 "phpunit/phpunit": "~5.7.15"
2093 },
2094 "suggest": {
2095 "pear/auth_sasl": "Install optionally via your project's composer.json"
2096 },
2097 "time": "2018-03-04T07:55:00+00:00",
2098 "type": "library",
2099 "installation-source": "dist",
2100 "autoload": {
2101 "classmap": [
2102 "./"
2103 ]
2104 },
2105 "notification-url": "https://packagist.org/downloads/",
2106 "license": [
2107 "BSD-2-Clause"
2108 ],
2109 "authors": [
2110 {
2111 "name": "Anish Mistry",
2112 "email": "amistry@am-productions.biz",
2113 "role": "Lead"
2114 },
2115 {
2116 "name": "Richard Heyes",
2117 "email": "richard@php.net",
2118 "role": "Lead"
2119 },
2120 {
2121 "name": "Jan Schneider",
2122 "email": "jan@horde.org",
2123 "role": "Lead"
2124 },
2125 {
2126 "name": "Damian Fernandez Sosa",
2127 "email": "damlists@cnba.uba.ar",
2128 "role": "Lead"
2129 }
2130 ],
2131 "description": "More info available on: http://pear.php.net/package/Net_Sieve"
2132 },
2133 {
2134 "name": "symfony/polyfill-ctype",
2135 "version": "v1.8.0",
2136 "version_normalized": "1.8.0.0",
2137 "source": {
2138 "type": "git",
2139 "url": "https://github.com/symfony/polyfill-ctype.git",
2140 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2141 },
2142 "dist": {
2143 "type": "zip",
2144 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2145 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2146 "shasum": ""
2147 },
2148 "require": {
2149 "php": ">=5.3.3"
2150 },
2151 "time": "2018-04-30T19:57:29+00:00",
2152 "type": "library",
2153 "extra": {
2154 "branch-alias": {
2155 "dev-master": "1.8-dev"
2156 }
2157 },
2158 "installation-source": "dist",
2159 "autoload": {
2160 "psr-4": {
2161 "Symfony\\Polyfill\\Ctype\\": ""
2162 },
2163 "files": [
2164 "bootstrap.php"
2165 ]
2166 },
2167 "notification-url": "https://packagist.org/downloads/",
2168 "license": [
2169 "MIT"
2170 ],
2171 "authors": [
2172 {
2173 "name": "Symfony Community",
2174 "homepage": "https://symfony.com/contributors"
2175 },
2176 {
2177 "name": "Gert de Pagter",
2178 "email": "BackEndTea@gmail.com"
2179 }
2180 ],
2181 "description": "Symfony polyfill for ctype functions",
2182 "homepage": "https://symfony.com",
2183 "keywords": [
2184 "compatibility",
2185 "ctype",
2186 "polyfill",
2187 "portable"
2188 ]
2189 },
2190 {
2191 "name": "symfony/yaml",
2192 "version": "v3.4.11",
2193 "version_normalized": "3.4.11.0",
2194 "source": {
2195 "type": "git",
2196 "url": "https://github.com/symfony/yaml.git",
2197 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
2198 },
2199 "dist": {
2200 "type": "zip",
2201 "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
2202 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
2203 "shasum": ""
2204 },
2205 "require": {
2206 "php": "^5.5.9|>=7.0.8",
2207 "symfony/polyfill-ctype": "~1.8"
2208 },
2209 "conflict": {
2210 "symfony/console": "<3.4"
2211 },
2212 "require-dev": {
2213 "symfony/console": "~3.4|~4.0"
2214 },
2215 "suggest": {
2216 "symfony/console": "For validating YAML files using the lint command"
2217 },
2218 "time": "2018-05-03T23:18:14+00:00",
2219 "type": "library",
2220 "extra": {
2221 "branch-alias": {
2222 "dev-master": "3.4-dev"
2223 }
2224 },
2225 "installation-source": "dist",
2226 "autoload": {
2227 "psr-4": {
2228 "Symfony\\Component\\Yaml\\": ""
2229 },
2230 "exclude-from-classmap": [
2231 "/Tests/"
2232 ]
2233 },
2234 "notification-url": "https://packagist.org/downloads/",
2235 "license": [
2236 "MIT"
2237 ],
2238 "authors": [
2239 {
2240 "name": "Fabien Potencier",
2241 "email": "fabien@symfony.com"
2242 },
2243 {
2244 "name": "Symfony Community",
2245 "homepage": "https://symfony.com/contributors"
2246 }
2247 ],
2248 "description": "Symfony Yaml Component",
2249 "homepage": "https://symfony.com"
2250 },
2251 {
2252 "name": "webmozart/assert",
2253 "version": "1.3.0",
2254 "version_normalized": "1.3.0.0",
2255 "source": {
2256 "type": "git",
2257 "url": "https://github.com/webmozart/assert.git",
2258 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2259 },
2260 "dist": {
2261 "type": "zip",
2262 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2263 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2264 "shasum": ""
2265 },
2266 "require": {
2267 "php": "^5.3.3 || ^7.0"
2268 },
2269 "require-dev": {
2270 "phpunit/phpunit": "^4.6",
2271 "sebastian/version": "^1.0.1"
2272 },
2273 "time": "2018-01-29T19:49:41+00:00",
2274 "type": "library",
2275 "extra": {
2276 "branch-alias": {
2277 "dev-master": "1.3-dev"
2278 }
2279 },
2280 "installation-source": "dist",
2281 "autoload": {
2282 "psr-4": {
2283 "Webmozart\\Assert\\": "src/"
2284 }
2285 },
2286 "notification-url": "https://packagist.org/downloads/",
2287 "license": [
2288 "MIT"
2289 ],
2290 "authors": [
2291 {
2292 "name": "Bernhard Schussek",
2293 "email": "bschussek@gmail.com"
2294 }
2295 ],
2296 "description": "Assertions to validate method input/output with nice error messages.",
2297 "keywords": [
2298 "assert",
2299 "check",
2300 "validate"
2301 ]
2302 },
2303 {
2304 "name": "phpspec/prophecy",
2305 "version": "1.7.6",
2306 "version_normalized": "1.7.6.0",
2307 "source": {
2308 "type": "git",
2309 "url": "https://github.com/phpspec/prophecy.git",
2310 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2311 },
2312 "dist": {
2313 "type": "zip",
2314 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2315 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2316 "shasum": ""
2317 },
2318 "require": {
2319 "doctrine/instantiator": "^1.0.2",
2320 "php": "^5.3|^7.0",
2321 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2322 "sebastian/comparator": "^1.1|^2.0|^3.0",
2323 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2324 },
2325 "require-dev": {
2326 "phpspec/phpspec": "^2.5|^3.2",
2327 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2328 },
2329 "time": "2018-04-18T13:57:24+00:00",
2330 "type": "library",
2331 "extra": {
2332 "branch-alias": {
2333 "dev-master": "1.7.x-dev"
2334 }
2335 },
2336 "installation-source": "dist",
2337 "autoload": {
2338 "psr-0": {
2339 "Prophecy\\": "src/"
2340 }
2341 },
2342 "notification-url": "https://packagist.org/downloads/",
2343 "license": [
2344 "MIT"
2345 ],
2346 "authors": [
2347 {
2348 "name": "Konstantin Kudryashov",
2349 "email": "ever.zet@gmail.com",
2350 "homepage": "http://everzet.com"
2351 },
2352 {
2353 "name": "Marcello Duarte",
2354 "email": "marcello.duarte@gmail.com"
2355 }
2356 ],
2357 "description": "Highly opinionated mocking framework for PHP 5.3+",
2358 "homepage": "https://github.com/phpspec/prophecy",
2359 "keywords": [
2360 "Double",
2361 "Dummy",
2362 "fake",
2363 "mock",
2364 "spy",
2365 "stub"
2366 ]
2367 },
2368 {
2369 "name": "phpunit/phpunit",
2370 "version": "5.7.27",
2371 "version_normalized": "5.7.27.0",
2372 "source": {
2373 "type": "git",
2374 "url": "https://github.com/sebastianbergmann/phpunit.git",
2375 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
2376 },
2377 "dist": {
2378 "type": "zip",
2379 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2380 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2381 "shasum": ""
2382 },
2383 "require": {
2384 "ext-dom": "*",
2385 "ext-json": "*",
2386 "ext-libxml": "*",
2387 "ext-mbstring": "*",
2388 "ext-xml": "*",
2389 "myclabs/deep-copy": "~1.3",
2390 "php": "^5.6 || ^7.0",
2391 "phpspec/prophecy": "^1.6.2",
2392 "phpunit/php-code-coverage": "^4.0.4",
2393 "phpunit/php-file-iterator": "~1.4",
2394 "phpunit/php-text-template": "~1.2",
2395 "phpunit/php-timer": "^1.0.6",
2396 "phpunit/phpunit-mock-objects": "^3.2",
2397 "sebastian/comparator": "^1.2.4",
2398 "sebastian/diff": "^1.4.3",
2399 "sebastian/environment": "^1.3.4 || ^2.0",
2400 "sebastian/exporter": "~2.0",
2401 "sebastian/global-state": "^1.1",
2402 "sebastian/object-enumerator": "~2.0",
2403 "sebastian/resource-operations": "~1.0",
2404 "sebastian/version": "^1.0.6|^2.0.1",
2405 "symfony/yaml": "~2.1|~3.0|~4.0"
2406 },
2407 "conflict": {
2408 "phpdocumentor/reflection-docblock": "3.0.2"
2409 },
2410 "require-dev": {
2411 "ext-pdo": "*"
2412 },
2413 "suggest": {
2414 "ext-xdebug": "*",
2415 "phpunit/php-invoker": "~1.1"
2416 },
2417 "time": "2018-02-01T05:50:59+00:00",
2418 "bin": [
2419 "phpunit"
2420 ],
2421 "type": "library",
2422 "extra": {
2423 "branch-alias": {
2424 "dev-master": "5.7.x-dev"
2425 }
2426 },
2427 "installation-source": "dist",
2428 "autoload": {
2429 "classmap": [
2430 "src/"
2431 ]
2432 },
2433 "notification-url": "https://packagist.org/downloads/",
2434 "license": [
2435 "BSD-3-Clause"
2436 ],
2437 "authors": [
2438 {
2439 "name": "Sebastian Bergmann",
2440 "email": "sebastian@phpunit.de",
2441 "role": "lead"
2442 }
2443 ],
2444 "description": "The PHP Unit Testing framework.",
2445 "homepage": "https://phpunit.de/",
2446 "keywords": [
2447 "phpunit",
2448 "testing",
2449 "xunit"
2450 ]
2451 },
2452 {
2453 "name": "takika/rc_foldersort",
2454 "version": "1.0",
2455 "version_normalized": "1.0.0.0",
2456 "source": {
2457 "type": "git",
2458 "url": "https://github.com/Takika/rc_foldersort.git",
2459 "reference": "dad5b5466e6ba233b2d63ba46cc04d46099fbe8e"
2460 },
2461 "dist": {
2462 "type": "zip",
2463 "url": "https://api.github.com/repos/Takika/rc_foldersort/zipball/dad5b5466e6ba233b2d63ba46cc04d46099fbe8e",
2464 "reference": "dad5b5466e6ba233b2d63ba46cc04d46099fbe8e",
2465 "shasum": ""
2466 },
2467 "require": {
2468 "php": ">=5.3.0",
2469 "roundcube/plugin-installer": ">=0.1.3"
2470 },
2471 "time": "2015-01-02T01:09:17+00:00",
2472 "type": "roundcube-plugin",
2473 "installation-source": "dist",
2474 "notification-url": "https://plugins.roundcube.net/downloads/",
2475 "license": [
2476 "AGPLv3"
2477 ],
2478 "authors": [
2479 {
2480 "name": "Sandor Takacs",
2481 "email": "taki@alkoholista.hu",
2482 "role": "Developer"
2483 }
2484 ],
2485 "description": "Roundcube webmail plugin to do per-folder sorting",
2486 "homepage": "https://github.com/Takika/rc_foldersort"
1024 } 2487 }
1025 ] 2488 ]