Skip to content
Snippets Groups Projects
composer.lock 105 KiB
Newer Older
  • Learn to ignore specific revisions
  •                 {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "time": "2020-03-23T09:12:05+00:00"
    
    1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323
            {
                "name": "symfony/polyfill-ctype",
                "version": "v1.18.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-ctype.git",
                    "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
                    "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-ctype": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.18-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Ctype\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Gert de Pagter",
                        "email": "BackEndTea@gmail.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for ctype functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "ctype",
                    "polyfill",
                    "portable"
                ],
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-07-14T12:35:20+00:00"
            },
            {
                "name": "symfony/polyfill-mbstring",
                "version": "v1.18.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
                    "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
                    "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-mbstring": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.18-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Mbstring\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for the Mbstring extension",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "mbstring",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-07-14T12:35:20+00:00"
            },
            {
                "name": "symfony/polyfill-php80",
                "version": "v1.18.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php80.git",
                    "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
                    "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0.8"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.18-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Php80\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ],
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ion Bazan",
                        "email": "ion.bazan@gmail.com"
                    },
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-07-14T12:35:20+00:00"
            },
            {
                "name": "vlucas/phpdotenv",
                "version": "v5.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/vlucas/phpdotenv.git",
                    "reference": "448c76d7a9e30c341ff5bc367a923af74ae18467"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/448c76d7a9e30c341ff5bc367a923af74ae18467",
                    "reference": "448c76d7a9e30c341ff5bc367a923af74ae18467",
                    "shasum": ""
                },
                "require": {
                    "ext-pcre": "*",
                    "graham-campbell/result-type": "^1.0.1",
                    "php": "^7.1.3 || ^8.0",
                    "phpoption/phpoption": "^1.7.4",
                    "symfony/polyfill-ctype": "^1.17",
                    "symfony/polyfill-mbstring": "^1.17",
                    "symfony/polyfill-php80": "^1.17"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.4.1",
                    "ext-filter": "*",
                    "phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
                },
                "suggest": {
                    "ext-filter": "Required to use the boolean validator."
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Dotenv\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "graham@alt-three.com",
                        "homepage": "https://gjcampbell.co.uk/"
                    },
                    {
                        "name": "Vance Lucas",
                        "email": "vance@vancelucas.com",
                        "homepage": "https://vancelucas.com/"
                    }
                ],
                "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
                "keywords": [
                    "dotenv",
                    "env",
                    "environment"
                ],
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-07-14T19:26:25+00:00"
            },
    
                "name": "whichbrowser/parser",
                "version": "v2.0.42",
                "source": {
                    "type": "git",
                    "url": "https://github.com/WhichBrowser/Parser-PHP.git",
                    "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/4899110cd2f87b01e04ced62dbb9dec541031dee",
                    "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0",
                    "psr/cache": "^1.0"
                },
                "require-dev": {
                    "icomefromthenet/reverse-regex": "0.0.6.3",
                    "phpunit/php-code-coverage": "^2.2 || ^3.0",
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                    "satooshi/php-coveralls": "^1.0",
                    "squizlabs/php_codesniffer": "2.5.*",
                    "symfony/yaml": "~2.8 || ~3.4 || ~4.2 || ~5.0"
                },
                "suggest": {
                    "cache/array-adapter": "Allows testing of the caching functionality"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "WhichBrowser\\": [
                            "src/",
                            "tests/src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Niels Leenheer",
                        "email": "niels@leenheer.nl",
                        "role": "Developer"
                    }
                ],
                "description": "Useragent sniffing library for PHP",
                "homepage": "http://whichbrowser.net",
                "keywords": [
                    "browser",
                    "sniffing",
                    "ua",
                    "useragent"
                ],
                "time": "2020-02-12T10:54:23+00:00"
            }
        ],
        "packages-dev": [
            {
                "name": "doctrine/instantiator",
                "version": "1.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
                    "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
                    "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^6.0",
                    "ext-pdo": "*",
                    "ext-phar": "*",
                    "phpbench/phpbench": "^0.13",
                    "phpstan/phpstan-phpunit": "^0.11",
                    "phpstan/phpstan-shim": "^0.11",
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://ocramius.github.com/"
                    }
                ],
                "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
                "keywords": [
                    "constructor",
                    "instantiate"
                ],
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-05-29T17:27:14+00:00"
    
                "name": "mikey179/vfsstream",
                "version": "v1.6.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/bovigo/vfsStream.git",
                    "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
                    "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.5|^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.6.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "org\\bovigo\\vfs\\": "src/main/php"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Frank Kleine",
                        "homepage": "http://frankkleine.de/",
                        "role": "Developer"
                    }
                ],
                "description": "Virtual file system to mock the real file system in unit tests.",
                "homepage": "http://vfs.bovigo.org/",
                "time": "2019-10-30T15:31:00+00:00"
    
                "name": "myclabs/deep-copy",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
    
                    "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
    
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
                    "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
    
                },
                "replace": {
                    "myclabs/deep-copy": "self.version"
                },
                "require-dev": {
                    "doctrine/collections": "^1.0",
                    "doctrine/common": "^2.6",
                    "phpunit/phpunit": "^7.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "DeepCopy\\": "src/DeepCopy/"
                    },
                    "files": [
                        "src/DeepCopy/deep_copy.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Create deep copies (clones) of your objects",
                "keywords": [
                    "clone",
                    "copy",
                    "duplicate",
                    "object",
                    "object graph"
                ],
    
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-06-29T13:22:24+00:00"
    
                "name": "phar-io/manifest",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
                    "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                    "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-phar": "*",
                    "phar-io/version": "^2.0",
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
                "time": "2018-07-08T19:23:20+00:00"
    
                "name": "phar-io/version",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/version.git",
                    "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                    "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Library for handling version information and constraints",
                "time": "2018-07-08T19:19:57+00:00"
    
                "name": "phpdocumentor/reflection-common",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
    
                    "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
    
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                    "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "opensource@ijaap.nl"
                    }
                ],
                "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
                "homepage": "http://www.phpdoc.org",
                "keywords": [
                    "FQSEN",
                    "phpDocumentor",
                    "phpdoc",
                    "reflection",
                    "static analysis"
                ],
    
                "name": "phpdocumentor/reflection-docblock",
    
                "version": "5.2.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    
                    "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
    
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
                    "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
    
                    "ext-filter": "*",
                    "php": "^7.2 || ^8.0",
                    "phpdocumentor/reflection-common": "^2.2",
                    "phpdocumentor/type-resolver": "^1.3",
                    "webmozart/assert": "^1.9.1"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    },
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "account@ijaap.nl"
                    }
                ],
                "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
    
                "time": "2020-08-15T11:14:08+00:00"
    
                "name": "phpdocumentor/type-resolver",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
    
                    "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
    
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
                    "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
    
                    "phpdocumentor/reflection-common": "^2.0"
                },
                "require-dev": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-1.x": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
                "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
    
                "name": "phpspec/prophecy",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpspec/prophecy.git",
    
                    "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
    
                    "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
                    "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
    
                    "doctrine/instantiator": "^1.2",
                    "php": "^7.2",
                    "phpdocumentor/reflection-docblock": "^5.0",
                    "sebastian/comparator": "^3.0 || ^4.0",
                    "sebastian/recursion-context": "^3.0 || ^4.0"
    
                    "phpspec/phpspec": "^6.0",
                    "phpunit/phpunit": "^8.0"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Prophecy\\": "src/Prophecy"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Konstantin Kudryashov",
                        "email": "ever.zet@gmail.com",
                        "homepage": "http://everzet.com"
                    },
                    {
                        "name": "Marcello Duarte",
                        "email": "marcello.duarte@gmail.com"
                    }
                ],
                "description": "Highly opinionated mocking framework for PHP 5.3+",
                "homepage": "https://github.com/phpspec/prophecy",
                "keywords": [
                    "Double",
                    "Dummy",
                    "fake",
                    "mock",
                    "spy",
                    "stub"
                ],
    
                "time": "2020-07-08T12:44:21+00:00"
    
                "name": "phpunit/php-code-coverage",
                "version": "7.0.10",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                    "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
                    "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.2",
                    "phpunit/php-file-iterator": "^2.0.2",
                    "phpunit/php-text-template": "^1.2.1",
                    "phpunit/php-token-stream": "^3.1.1",
                    "sebastian/code-unit-reverse-lookup": "^1.0.1",
                    "sebastian/environment": "^4.2.2",
                    "sebastian/version": "^2.0.1",
                    "theseer/tokenizer": "^1.1.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.2.2"
                },
                "suggest": {
                    "ext-xdebug": "^2.7.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "7.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
                "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                "keywords": [
                    "coverage",
                    "testing",
                    "xunit"
                ],
                "time": "2019-11-20T13:55:58+00:00"
            },
    
                "name": "phpunit/php-file-iterator",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                    "reference": "050bedf145a257b1ff02746c31894800e5122946"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
                    "reference": "050bedf145a257b1ff02746c31894800e5122946",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                "keywords": [
                    "filesystem",
                    "iterator"
                ],
                "time": "2018-09-13T20:33:42+00:00"
            },
    
                "name": "phpunit/php-text-template",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-text-template.git",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]