composer.lock 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "17bceced29627163f7aa330a0697f68b",
  8. "packages": [
  9. {
  10. "name": "jdenticon/jdenticon",
  11. "version": "1.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dmester/jdenticon-php.git",
  15. "reference": "994ee07293fb978f983393ffcb2c0250592a6ac4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dmester/jdenticon-php/zipball/994ee07293fb978f983393ffcb2c0250592a6ac4",
  20. "reference": "994ee07293fb978f983393ffcb2c0250592a6ac4",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^5.7"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Jdenticon\\": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Daniel Mester Pirttijärvi"
  42. }
  43. ],
  44. "description": "Render PNG and SVG identicons.",
  45. "homepage": "https://jdenticon.com/",
  46. "keywords": [
  47. "avatar",
  48. "identicon",
  49. "jdenticon"
  50. ],
  51. "support": {
  52. "docs": "https://jdenticon.com/php-api.html",
  53. "issues": "https://github.com/dmester/jdenticon-php/issues",
  54. "source": "https://github.com/dmester/jdenticon-php"
  55. },
  56. "time": "2022-07-02T11:03:15+00:00"
  57. },
  58. {
  59. "name": "mlocati/ip-lib",
  60. "version": "1.18.0",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/mlocati/ip-lib.git",
  64. "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
  69. "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "php": ">=5.3.3"
  74. },
  75. "require-dev": {
  76. "ext-pdo_sqlite": "*",
  77. "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5"
  78. },
  79. "type": "library",
  80. "autoload": {
  81. "psr-4": {
  82. "IPLib\\": "src/"
  83. }
  84. },
  85. "notification-url": "https://packagist.org/downloads/",
  86. "license": [
  87. "MIT"
  88. ],
  89. "authors": [
  90. {
  91. "name": "Michele Locati",
  92. "email": "mlocati@gmail.com",
  93. "homepage": "https://github.com/mlocati",
  94. "role": "Author"
  95. }
  96. ],
  97. "description": "Handle IPv4, IPv6 addresses and ranges",
  98. "homepage": "https://github.com/mlocati/ip-lib",
  99. "keywords": [
  100. "IP",
  101. "address",
  102. "addresses",
  103. "ipv4",
  104. "ipv6",
  105. "manage",
  106. "managing",
  107. "matching",
  108. "network",
  109. "networking",
  110. "range",
  111. "subnet"
  112. ],
  113. "support": {
  114. "issues": "https://github.com/mlocati/ip-lib/issues",
  115. "source": "https://github.com/mlocati/ip-lib/tree/1.18.0"
  116. },
  117. "funding": [
  118. {
  119. "url": "https://github.com/sponsors/mlocati",
  120. "type": "github"
  121. },
  122. {
  123. "url": "https://paypal.me/mlocati",
  124. "type": "other"
  125. }
  126. ],
  127. "time": "2022-01-13T18:05:33+00:00"
  128. },
  129. {
  130. "name": "paragonie/random_compat",
  131. "version": "v2.0.21",
  132. "source": {
  133. "type": "git",
  134. "url": "https://github.com/paragonie/random_compat.git",
  135. "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
  136. },
  137. "dist": {
  138. "type": "zip",
  139. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
  140. "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
  141. "shasum": ""
  142. },
  143. "require": {
  144. "php": ">=5.2.0"
  145. },
  146. "require-dev": {
  147. "phpunit/phpunit": "*"
  148. },
  149. "suggest": {
  150. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  151. },
  152. "type": "library",
  153. "autoload": {
  154. "files": [
  155. "lib/random.php"
  156. ]
  157. },
  158. "notification-url": "https://packagist.org/downloads/",
  159. "license": [
  160. "MIT"
  161. ],
  162. "authors": [
  163. {
  164. "name": "Paragon Initiative Enterprises",
  165. "email": "security@paragonie.com",
  166. "homepage": "https://paragonie.com"
  167. }
  168. ],
  169. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  170. "keywords": [
  171. "csprng",
  172. "polyfill",
  173. "pseudorandom",
  174. "random"
  175. ],
  176. "support": {
  177. "email": "info@paragonie.com",
  178. "issues": "https://github.com/paragonie/random_compat/issues",
  179. "source": "https://github.com/paragonie/random_compat"
  180. },
  181. "time": "2022-02-16T17:07:03+00:00"
  182. },
  183. {
  184. "name": "yzalis/identicon",
  185. "version": "2.0.0",
  186. "source": {
  187. "type": "git",
  188. "url": "https://github.com/yzalis/Identicon.git",
  189. "reference": "ff5ed090129cab9bfa2a322857d4a01d107aa0ae"
  190. },
  191. "dist": {
  192. "type": "zip",
  193. "url": "https://api.github.com/repos/yzalis/Identicon/zipball/ff5ed090129cab9bfa2a322857d4a01d107aa0ae",
  194. "reference": "ff5ed090129cab9bfa2a322857d4a01d107aa0ae",
  195. "shasum": ""
  196. },
  197. "require": {
  198. "php": ">=5.5.0"
  199. },
  200. "require-dev": {
  201. "ext-imagick": "*",
  202. "fzaninotto/faker": "^1.2.0",
  203. "phpunit/phpunit": "^4.0 || ^5.0"
  204. },
  205. "type": "library",
  206. "extra": {
  207. "branch-alias": {
  208. "dev-master": "1.2-dev"
  209. }
  210. },
  211. "autoload": {
  212. "psr-4": {
  213. "Identicon\\": "src/Identicon/"
  214. }
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "MIT"
  219. ],
  220. "authors": [
  221. {
  222. "name": "Benjamin Laugueux",
  223. "email": "benjamin@yzalis.com"
  224. }
  225. ],
  226. "description": "Create awesome unique avatar.",
  227. "homepage": "http://identicon-php.org",
  228. "keywords": [
  229. "avatar",
  230. "identicon",
  231. "image"
  232. ],
  233. "support": {
  234. "issues": "https://github.com/yzalis/Identicon/issues",
  235. "source": "https://github.com/yzalis/Identicon/tree/master"
  236. },
  237. "abandoned": true,
  238. "time": "2019-10-14T09:30:57+00:00"
  239. }
  240. ],
  241. "packages-dev": [
  242. {
  243. "name": "doctrine/instantiator",
  244. "version": "1.0.5",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/doctrine/instantiator.git",
  248. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  253. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "php": ">=5.3,<8.0-DEV"
  258. },
  259. "require-dev": {
  260. "athletic/athletic": "~0.1.8",
  261. "ext-pdo": "*",
  262. "ext-phar": "*",
  263. "phpunit/phpunit": "~4.0",
  264. "squizlabs/php_codesniffer": "~2.0"
  265. },
  266. "type": "library",
  267. "extra": {
  268. "branch-alias": {
  269. "dev-master": "1.0.x-dev"
  270. }
  271. },
  272. "autoload": {
  273. "psr-4": {
  274. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  275. }
  276. },
  277. "notification-url": "https://packagist.org/downloads/",
  278. "license": [
  279. "MIT"
  280. ],
  281. "authors": [
  282. {
  283. "name": "Marco Pivetta",
  284. "email": "ocramius@gmail.com",
  285. "homepage": "http://ocramius.github.com/"
  286. }
  287. ],
  288. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  289. "homepage": "https://github.com/doctrine/instantiator",
  290. "keywords": [
  291. "constructor",
  292. "instantiate"
  293. ],
  294. "support": {
  295. "issues": "https://github.com/doctrine/instantiator/issues",
  296. "source": "https://github.com/doctrine/instantiator/tree/master"
  297. },
  298. "time": "2015-06-14T21:17:01+00:00"
  299. },
  300. {
  301. "name": "myclabs/deep-copy",
  302. "version": "1.7.0",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/myclabs/DeepCopy.git",
  306. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  311. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  312. "shasum": ""
  313. },
  314. "require": {
  315. "php": "^5.6 || ^7.0"
  316. },
  317. "require-dev": {
  318. "doctrine/collections": "^1.0",
  319. "doctrine/common": "^2.6",
  320. "phpunit/phpunit": "^4.1"
  321. },
  322. "type": "library",
  323. "autoload": {
  324. "files": [
  325. "src/DeepCopy/deep_copy.php"
  326. ],
  327. "psr-4": {
  328. "DeepCopy\\": "src/DeepCopy/"
  329. }
  330. },
  331. "notification-url": "https://packagist.org/downloads/",
  332. "license": [
  333. "MIT"
  334. ],
  335. "description": "Create deep copies (clones) of your objects",
  336. "keywords": [
  337. "clone",
  338. "copy",
  339. "duplicate",
  340. "object",
  341. "object graph"
  342. ],
  343. "support": {
  344. "issues": "https://github.com/myclabs/DeepCopy/issues",
  345. "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
  346. },
  347. "time": "2017-10-19T19:58:43+00:00"
  348. },
  349. {
  350. "name": "phpdocumentor/reflection-common",
  351. "version": "1.0.1",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  355. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  360. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  361. "shasum": ""
  362. },
  363. "require": {
  364. "php": ">=5.5"
  365. },
  366. "require-dev": {
  367. "phpunit/phpunit": "^4.6"
  368. },
  369. "type": "library",
  370. "extra": {
  371. "branch-alias": {
  372. "dev-master": "1.0.x-dev"
  373. }
  374. },
  375. "autoload": {
  376. "psr-4": {
  377. "phpDocumentor\\Reflection\\": [
  378. "src"
  379. ]
  380. }
  381. },
  382. "notification-url": "https://packagist.org/downloads/",
  383. "license": [
  384. "MIT"
  385. ],
  386. "authors": [
  387. {
  388. "name": "Jaap van Otterdijk",
  389. "email": "opensource@ijaap.nl"
  390. }
  391. ],
  392. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  393. "homepage": "http://www.phpdoc.org",
  394. "keywords": [
  395. "FQSEN",
  396. "phpDocumentor",
  397. "phpdoc",
  398. "reflection",
  399. "static analysis"
  400. ],
  401. "support": {
  402. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  403. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
  404. },
  405. "time": "2017-09-11T18:02:19+00:00"
  406. },
  407. {
  408. "name": "phpdocumentor/reflection-docblock",
  409. "version": "3.3.2",
  410. "source": {
  411. "type": "git",
  412. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  413. "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
  414. },
  415. "dist": {
  416. "type": "zip",
  417. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
  418. "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
  419. "shasum": ""
  420. },
  421. "require": {
  422. "php": "^5.6 || ^7.0",
  423. "phpdocumentor/reflection-common": "^1.0.0",
  424. "phpdocumentor/type-resolver": "^0.4.0",
  425. "webmozart/assert": "^1.0"
  426. },
  427. "require-dev": {
  428. "mockery/mockery": "^0.9.4",
  429. "phpunit/phpunit": "^4.4"
  430. },
  431. "type": "library",
  432. "autoload": {
  433. "psr-4": {
  434. "phpDocumentor\\Reflection\\": [
  435. "src/"
  436. ]
  437. }
  438. },
  439. "notification-url": "https://packagist.org/downloads/",
  440. "license": [
  441. "MIT"
  442. ],
  443. "authors": [
  444. {
  445. "name": "Mike van Riel",
  446. "email": "me@mikevanriel.com"
  447. }
  448. ],
  449. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  450. "support": {
  451. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  452. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/3.x"
  453. },
  454. "time": "2017-11-10T14:09:06+00:00"
  455. },
  456. {
  457. "name": "phpdocumentor/type-resolver",
  458. "version": "0.4.0",
  459. "source": {
  460. "type": "git",
  461. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  462. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  463. },
  464. "dist": {
  465. "type": "zip",
  466. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  467. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  468. "shasum": ""
  469. },
  470. "require": {
  471. "php": "^5.5 || ^7.0",
  472. "phpdocumentor/reflection-common": "^1.0"
  473. },
  474. "require-dev": {
  475. "mockery/mockery": "^0.9.4",
  476. "phpunit/phpunit": "^5.2||^4.8.24"
  477. },
  478. "type": "library",
  479. "extra": {
  480. "branch-alias": {
  481. "dev-master": "1.0.x-dev"
  482. }
  483. },
  484. "autoload": {
  485. "psr-4": {
  486. "phpDocumentor\\Reflection\\": [
  487. "src/"
  488. ]
  489. }
  490. },
  491. "notification-url": "https://packagist.org/downloads/",
  492. "license": [
  493. "MIT"
  494. ],
  495. "authors": [
  496. {
  497. "name": "Mike van Riel",
  498. "email": "me@mikevanriel.com"
  499. }
  500. ],
  501. "support": {
  502. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  503. "source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
  504. },
  505. "time": "2017-07-14T14:27:02+00:00"
  506. },
  507. {
  508. "name": "phpspec/prophecy",
  509. "version": "v1.10.3",
  510. "source": {
  511. "type": "git",
  512. "url": "https://github.com/phpspec/prophecy.git",
  513. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  514. },
  515. "dist": {
  516. "type": "zip",
  517. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  518. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  519. "shasum": ""
  520. },
  521. "require": {
  522. "doctrine/instantiator": "^1.0.2",
  523. "php": "^5.3|^7.0",
  524. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  525. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  526. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  527. },
  528. "require-dev": {
  529. "phpspec/phpspec": "^2.5 || ^3.2",
  530. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  531. },
  532. "type": "library",
  533. "extra": {
  534. "branch-alias": {
  535. "dev-master": "1.10.x-dev"
  536. }
  537. },
  538. "autoload": {
  539. "psr-4": {
  540. "Prophecy\\": "src/Prophecy"
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "Konstantin Kudryashov",
  550. "email": "ever.zet@gmail.com",
  551. "homepage": "http://everzet.com"
  552. },
  553. {
  554. "name": "Marcello Duarte",
  555. "email": "marcello.duarte@gmail.com"
  556. }
  557. ],
  558. "description": "Highly opinionated mocking framework for PHP 5.3+",
  559. "homepage": "https://github.com/phpspec/prophecy",
  560. "keywords": [
  561. "Double",
  562. "Dummy",
  563. "fake",
  564. "mock",
  565. "spy",
  566. "stub"
  567. ],
  568. "support": {
  569. "issues": "https://github.com/phpspec/prophecy/issues",
  570. "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
  571. },
  572. "time": "2020-03-05T15:02:03+00:00"
  573. },
  574. {
  575. "name": "phpunit/php-code-coverage",
  576. "version": "4.0.8",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  580. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  585. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "ext-dom": "*",
  590. "ext-xmlwriter": "*",
  591. "php": "^5.6 || ^7.0",
  592. "phpunit/php-file-iterator": "^1.3",
  593. "phpunit/php-text-template": "^1.2",
  594. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  595. "sebastian/code-unit-reverse-lookup": "^1.0",
  596. "sebastian/environment": "^1.3.2 || ^2.0",
  597. "sebastian/version": "^1.0 || ^2.0"
  598. },
  599. "require-dev": {
  600. "ext-xdebug": "^2.1.4",
  601. "phpunit/phpunit": "^5.7"
  602. },
  603. "suggest": {
  604. "ext-xdebug": "^2.5.1"
  605. },
  606. "type": "library",
  607. "extra": {
  608. "branch-alias": {
  609. "dev-master": "4.0.x-dev"
  610. }
  611. },
  612. "autoload": {
  613. "classmap": [
  614. "src/"
  615. ]
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "BSD-3-Clause"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Sebastian Bergmann",
  624. "email": "sb@sebastian-bergmann.de",
  625. "role": "lead"
  626. }
  627. ],
  628. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  629. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  630. "keywords": [
  631. "coverage",
  632. "testing",
  633. "xunit"
  634. ],
  635. "support": {
  636. "irc": "irc://irc.freenode.net/phpunit",
  637. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  638. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
  639. },
  640. "time": "2017-04-02T07:44:40+00:00"
  641. },
  642. {
  643. "name": "phpunit/php-file-iterator",
  644. "version": "1.4.5",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  648. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  653. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": ">=5.3.3"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "branch-alias": {
  662. "dev-master": "1.4.x-dev"
  663. }
  664. },
  665. "autoload": {
  666. "classmap": [
  667. "src/"
  668. ]
  669. },
  670. "notification-url": "https://packagist.org/downloads/",
  671. "license": [
  672. "BSD-3-Clause"
  673. ],
  674. "authors": [
  675. {
  676. "name": "Sebastian Bergmann",
  677. "email": "sb@sebastian-bergmann.de",
  678. "role": "lead"
  679. }
  680. ],
  681. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  682. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  683. "keywords": [
  684. "filesystem",
  685. "iterator"
  686. ],
  687. "support": {
  688. "irc": "irc://irc.freenode.net/phpunit",
  689. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  690. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
  691. },
  692. "time": "2017-11-27T13:52:08+00:00"
  693. },
  694. {
  695. "name": "phpunit/php-text-template",
  696. "version": "1.2.1",
  697. "source": {
  698. "type": "git",
  699. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  700. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  701. },
  702. "dist": {
  703. "type": "zip",
  704. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  705. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  706. "shasum": ""
  707. },
  708. "require": {
  709. "php": ">=5.3.3"
  710. },
  711. "type": "library",
  712. "autoload": {
  713. "classmap": [
  714. "src/"
  715. ]
  716. },
  717. "notification-url": "https://packagist.org/downloads/",
  718. "license": [
  719. "BSD-3-Clause"
  720. ],
  721. "authors": [
  722. {
  723. "name": "Sebastian Bergmann",
  724. "email": "sebastian@phpunit.de",
  725. "role": "lead"
  726. }
  727. ],
  728. "description": "Simple template engine.",
  729. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  730. "keywords": [
  731. "template"
  732. ],
  733. "support": {
  734. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  735. "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
  736. },
  737. "time": "2015-06-21T13:50:34+00:00"
  738. },
  739. {
  740. "name": "phpunit/php-timer",
  741. "version": "1.0.9",
  742. "source": {
  743. "type": "git",
  744. "url": "https://github.com/sebastianbergmann/php-timer.git",
  745. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  746. },
  747. "dist": {
  748. "type": "zip",
  749. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  750. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  751. "shasum": ""
  752. },
  753. "require": {
  754. "php": "^5.3.3 || ^7.0"
  755. },
  756. "require-dev": {
  757. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  758. },
  759. "type": "library",
  760. "extra": {
  761. "branch-alias": {
  762. "dev-master": "1.0-dev"
  763. }
  764. },
  765. "autoload": {
  766. "classmap": [
  767. "src/"
  768. ]
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "BSD-3-Clause"
  773. ],
  774. "authors": [
  775. {
  776. "name": "Sebastian Bergmann",
  777. "email": "sb@sebastian-bergmann.de",
  778. "role": "lead"
  779. }
  780. ],
  781. "description": "Utility class for timing",
  782. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  783. "keywords": [
  784. "timer"
  785. ],
  786. "support": {
  787. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  788. "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
  789. },
  790. "time": "2017-02-26T11:10:40+00:00"
  791. },
  792. {
  793. "name": "phpunit/php-token-stream",
  794. "version": "1.4.12",
  795. "source": {
  796. "type": "git",
  797. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  798. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
  799. },
  800. "dist": {
  801. "type": "zip",
  802. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
  803. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
  804. "shasum": ""
  805. },
  806. "require": {
  807. "ext-tokenizer": "*",
  808. "php": ">=5.3.3"
  809. },
  810. "require-dev": {
  811. "phpunit/phpunit": "~4.2"
  812. },
  813. "type": "library",
  814. "extra": {
  815. "branch-alias": {
  816. "dev-master": "1.4-dev"
  817. }
  818. },
  819. "autoload": {
  820. "classmap": [
  821. "src/"
  822. ]
  823. },
  824. "notification-url": "https://packagist.org/downloads/",
  825. "license": [
  826. "BSD-3-Clause"
  827. ],
  828. "authors": [
  829. {
  830. "name": "Sebastian Bergmann",
  831. "email": "sebastian@phpunit.de"
  832. }
  833. ],
  834. "description": "Wrapper around PHP's tokenizer extension.",
  835. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  836. "keywords": [
  837. "tokenizer"
  838. ],
  839. "support": {
  840. "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
  841. "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
  842. },
  843. "abandoned": true,
  844. "time": "2017-12-04T08:55:13+00:00"
  845. },
  846. {
  847. "name": "phpunit/phpunit",
  848. "version": "5.6.3",
  849. "source": {
  850. "type": "git",
  851. "url": "https://github.com/sebastianbergmann/phpunit.git",
  852. "reference": "a9de0dbafeb6b1391b391fbb034734cb0af9f67c"
  853. },
  854. "dist": {
  855. "type": "zip",
  856. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9de0dbafeb6b1391b391fbb034734cb0af9f67c",
  857. "reference": "a9de0dbafeb6b1391b391fbb034734cb0af9f67c",
  858. "shasum": ""
  859. },
  860. "require": {
  861. "ext-dom": "*",
  862. "ext-json": "*",
  863. "ext-libxml": "*",
  864. "ext-mbstring": "*",
  865. "ext-xml": "*",
  866. "myclabs/deep-copy": "~1.3",
  867. "php": "^5.6 || ^7.0",
  868. "phpspec/prophecy": "^1.3.1",
  869. "phpunit/php-code-coverage": "^4.0.1",
  870. "phpunit/php-file-iterator": "~1.4",
  871. "phpunit/php-text-template": "~1.2",
  872. "phpunit/php-timer": "^1.0.6",
  873. "phpunit/phpunit-mock-objects": "^3.2",
  874. "sebastian/comparator": "~1.1",
  875. "sebastian/diff": "~1.2",
  876. "sebastian/environment": "^1.3 || ^2.0",
  877. "sebastian/exporter": "~1.2",
  878. "sebastian/global-state": "~1.0",
  879. "sebastian/object-enumerator": "~1.0",
  880. "sebastian/resource-operations": "~1.0",
  881. "sebastian/version": "~1.0|~2.0",
  882. "symfony/yaml": "~2.1|~3.0"
  883. },
  884. "conflict": {
  885. "phpdocumentor/reflection-docblock": "3.0.2"
  886. },
  887. "require-dev": {
  888. "ext-pdo": "*"
  889. },
  890. "suggest": {
  891. "ext-xdebug": "*",
  892. "phpunit/php-invoker": "~1.1"
  893. },
  894. "bin": [
  895. "phpunit"
  896. ],
  897. "type": "library",
  898. "extra": {
  899. "branch-alias": {
  900. "dev-master": "5.6.x-dev"
  901. }
  902. },
  903. "autoload": {
  904. "classmap": [
  905. "src/"
  906. ]
  907. },
  908. "notification-url": "https://packagist.org/downloads/",
  909. "license": [
  910. "BSD-3-Clause"
  911. ],
  912. "authors": [
  913. {
  914. "name": "Sebastian Bergmann",
  915. "email": "sebastian@phpunit.de",
  916. "role": "lead"
  917. }
  918. ],
  919. "description": "The PHP Unit Testing framework.",
  920. "homepage": "https://phpunit.de/",
  921. "keywords": [
  922. "phpunit",
  923. "testing",
  924. "xunit"
  925. ],
  926. "support": {
  927. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  928. "source": "https://github.com/sebastianbergmann/phpunit/tree/5.6.3"
  929. },
  930. "time": "2016-11-14T06:39:40+00:00"
  931. },
  932. {
  933. "name": "phpunit/phpunit-mock-objects",
  934. "version": "3.4.4",
  935. "source": {
  936. "type": "git",
  937. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  938. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  939. },
  940. "dist": {
  941. "type": "zip",
  942. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  943. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  944. "shasum": ""
  945. },
  946. "require": {
  947. "doctrine/instantiator": "^1.0.2",
  948. "php": "^5.6 || ^7.0",
  949. "phpunit/php-text-template": "^1.2",
  950. "sebastian/exporter": "^1.2 || ^2.0"
  951. },
  952. "conflict": {
  953. "phpunit/phpunit": "<5.4.0"
  954. },
  955. "require-dev": {
  956. "phpunit/phpunit": "^5.4"
  957. },
  958. "suggest": {
  959. "ext-soap": "*"
  960. },
  961. "type": "library",
  962. "extra": {
  963. "branch-alias": {
  964. "dev-master": "3.2.x-dev"
  965. }
  966. },
  967. "autoload": {
  968. "classmap": [
  969. "src/"
  970. ]
  971. },
  972. "notification-url": "https://packagist.org/downloads/",
  973. "license": [
  974. "BSD-3-Clause"
  975. ],
  976. "authors": [
  977. {
  978. "name": "Sebastian Bergmann",
  979. "email": "sb@sebastian-bergmann.de",
  980. "role": "lead"
  981. }
  982. ],
  983. "description": "Mock Object library for PHPUnit",
  984. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  985. "keywords": [
  986. "mock",
  987. "xunit"
  988. ],
  989. "support": {
  990. "irc": "irc://irc.freenode.net/phpunit",
  991. "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
  992. "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4"
  993. },
  994. "abandoned": true,
  995. "time": "2017-06-30T09:13:00+00:00"
  996. },
  997. {
  998. "name": "sebastian/code-unit-reverse-lookup",
  999. "version": "1.0.2",
  1000. "source": {
  1001. "type": "git",
  1002. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1003. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
  1004. },
  1005. "dist": {
  1006. "type": "zip",
  1007. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  1008. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  1009. "shasum": ""
  1010. },
  1011. "require": {
  1012. "php": ">=5.6"
  1013. },
  1014. "require-dev": {
  1015. "phpunit/phpunit": "^8.5"
  1016. },
  1017. "type": "library",
  1018. "extra": {
  1019. "branch-alias": {
  1020. "dev-master": "1.0.x-dev"
  1021. }
  1022. },
  1023. "autoload": {
  1024. "classmap": [
  1025. "src/"
  1026. ]
  1027. },
  1028. "notification-url": "https://packagist.org/downloads/",
  1029. "license": [
  1030. "BSD-3-Clause"
  1031. ],
  1032. "authors": [
  1033. {
  1034. "name": "Sebastian Bergmann",
  1035. "email": "sebastian@phpunit.de"
  1036. }
  1037. ],
  1038. "description": "Looks up which function or method a line of code belongs to",
  1039. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1040. "support": {
  1041. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  1042. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
  1043. },
  1044. "funding": [
  1045. {
  1046. "url": "https://github.com/sebastianbergmann",
  1047. "type": "github"
  1048. }
  1049. ],
  1050. "time": "2020-11-30T08:15:22+00:00"
  1051. },
  1052. {
  1053. "name": "sebastian/comparator",
  1054. "version": "1.2.4",
  1055. "source": {
  1056. "type": "git",
  1057. "url": "https://github.com/sebastianbergmann/comparator.git",
  1058. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1059. },
  1060. "dist": {
  1061. "type": "zip",
  1062. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1063. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1064. "shasum": ""
  1065. },
  1066. "require": {
  1067. "php": ">=5.3.3",
  1068. "sebastian/diff": "~1.2",
  1069. "sebastian/exporter": "~1.2 || ~2.0"
  1070. },
  1071. "require-dev": {
  1072. "phpunit/phpunit": "~4.4"
  1073. },
  1074. "type": "library",
  1075. "extra": {
  1076. "branch-alias": {
  1077. "dev-master": "1.2.x-dev"
  1078. }
  1079. },
  1080. "autoload": {
  1081. "classmap": [
  1082. "src/"
  1083. ]
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "BSD-3-Clause"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Jeff Welch",
  1092. "email": "whatthejeff@gmail.com"
  1093. },
  1094. {
  1095. "name": "Volker Dusch",
  1096. "email": "github@wallbash.com"
  1097. },
  1098. {
  1099. "name": "Bernhard Schussek",
  1100. "email": "bschussek@2bepublished.at"
  1101. },
  1102. {
  1103. "name": "Sebastian Bergmann",
  1104. "email": "sebastian@phpunit.de"
  1105. }
  1106. ],
  1107. "description": "Provides the functionality to compare PHP values for equality",
  1108. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1109. "keywords": [
  1110. "comparator",
  1111. "compare",
  1112. "equality"
  1113. ],
  1114. "support": {
  1115. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  1116. "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
  1117. },
  1118. "time": "2017-01-29T09:50:25+00:00"
  1119. },
  1120. {
  1121. "name": "sebastian/diff",
  1122. "version": "1.4.3",
  1123. "source": {
  1124. "type": "git",
  1125. "url": "https://github.com/sebastianbergmann/diff.git",
  1126. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1127. },
  1128. "dist": {
  1129. "type": "zip",
  1130. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1131. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1132. "shasum": ""
  1133. },
  1134. "require": {
  1135. "php": "^5.3.3 || ^7.0"
  1136. },
  1137. "require-dev": {
  1138. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1139. },
  1140. "type": "library",
  1141. "extra": {
  1142. "branch-alias": {
  1143. "dev-master": "1.4-dev"
  1144. }
  1145. },
  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": "Kore Nordmann",
  1158. "email": "mail@kore-nordmann.de"
  1159. },
  1160. {
  1161. "name": "Sebastian Bergmann",
  1162. "email": "sebastian@phpunit.de"
  1163. }
  1164. ],
  1165. "description": "Diff implementation",
  1166. "homepage": "https://github.com/sebastianbergmann/diff",
  1167. "keywords": [
  1168. "diff"
  1169. ],
  1170. "support": {
  1171. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1172. "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
  1173. },
  1174. "time": "2017-05-22T07:24:03+00:00"
  1175. },
  1176. {
  1177. "name": "sebastian/environment",
  1178. "version": "2.0.0",
  1179. "source": {
  1180. "type": "git",
  1181. "url": "https://github.com/sebastianbergmann/environment.git",
  1182. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  1183. },
  1184. "dist": {
  1185. "type": "zip",
  1186. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1187. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1188. "shasum": ""
  1189. },
  1190. "require": {
  1191. "php": "^5.6 || ^7.0"
  1192. },
  1193. "require-dev": {
  1194. "phpunit/phpunit": "^5.0"
  1195. },
  1196. "type": "library",
  1197. "extra": {
  1198. "branch-alias": {
  1199. "dev-master": "2.0.x-dev"
  1200. }
  1201. },
  1202. "autoload": {
  1203. "classmap": [
  1204. "src/"
  1205. ]
  1206. },
  1207. "notification-url": "https://packagist.org/downloads/",
  1208. "license": [
  1209. "BSD-3-Clause"
  1210. ],
  1211. "authors": [
  1212. {
  1213. "name": "Sebastian Bergmann",
  1214. "email": "sebastian@phpunit.de"
  1215. }
  1216. ],
  1217. "description": "Provides functionality to handle HHVM/PHP environments",
  1218. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1219. "keywords": [
  1220. "Xdebug",
  1221. "environment",
  1222. "hhvm"
  1223. ],
  1224. "support": {
  1225. "issues": "https://github.com/sebastianbergmann/environment/issues",
  1226. "source": "https://github.com/sebastianbergmann/environment/tree/master"
  1227. },
  1228. "time": "2016-11-26T07:53:53+00:00"
  1229. },
  1230. {
  1231. "name": "sebastian/exporter",
  1232. "version": "1.2.2",
  1233. "source": {
  1234. "type": "git",
  1235. "url": "https://github.com/sebastianbergmann/exporter.git",
  1236. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  1237. },
  1238. "dist": {
  1239. "type": "zip",
  1240. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  1241. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  1242. "shasum": ""
  1243. },
  1244. "require": {
  1245. "php": ">=5.3.3",
  1246. "sebastian/recursion-context": "~1.0"
  1247. },
  1248. "require-dev": {
  1249. "ext-mbstring": "*",
  1250. "phpunit/phpunit": "~4.4"
  1251. },
  1252. "type": "library",
  1253. "extra": {
  1254. "branch-alias": {
  1255. "dev-master": "1.3.x-dev"
  1256. }
  1257. },
  1258. "autoload": {
  1259. "classmap": [
  1260. "src/"
  1261. ]
  1262. },
  1263. "notification-url": "https://packagist.org/downloads/",
  1264. "license": [
  1265. "BSD-3-Clause"
  1266. ],
  1267. "authors": [
  1268. {
  1269. "name": "Jeff Welch",
  1270. "email": "whatthejeff@gmail.com"
  1271. },
  1272. {
  1273. "name": "Volker Dusch",
  1274. "email": "github@wallbash.com"
  1275. },
  1276. {
  1277. "name": "Bernhard Schussek",
  1278. "email": "bschussek@2bepublished.at"
  1279. },
  1280. {
  1281. "name": "Sebastian Bergmann",
  1282. "email": "sebastian@phpunit.de"
  1283. },
  1284. {
  1285. "name": "Adam Harvey",
  1286. "email": "aharvey@php.net"
  1287. }
  1288. ],
  1289. "description": "Provides the functionality to export PHP variables for visualization",
  1290. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1291. "keywords": [
  1292. "export",
  1293. "exporter"
  1294. ],
  1295. "support": {
  1296. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  1297. "source": "https://github.com/sebastianbergmann/exporter/tree/master"
  1298. },
  1299. "time": "2016-06-17T09:04:28+00:00"
  1300. },
  1301. {
  1302. "name": "sebastian/global-state",
  1303. "version": "1.1.1",
  1304. "source": {
  1305. "type": "git",
  1306. "url": "https://github.com/sebastianbergmann/global-state.git",
  1307. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1308. },
  1309. "dist": {
  1310. "type": "zip",
  1311. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1312. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1313. "shasum": ""
  1314. },
  1315. "require": {
  1316. "php": ">=5.3.3"
  1317. },
  1318. "require-dev": {
  1319. "phpunit/phpunit": "~4.2"
  1320. },
  1321. "suggest": {
  1322. "ext-uopz": "*"
  1323. },
  1324. "type": "library",
  1325. "extra": {
  1326. "branch-alias": {
  1327. "dev-master": "1.0-dev"
  1328. }
  1329. },
  1330. "autoload": {
  1331. "classmap": [
  1332. "src/"
  1333. ]
  1334. },
  1335. "notification-url": "https://packagist.org/downloads/",
  1336. "license": [
  1337. "BSD-3-Clause"
  1338. ],
  1339. "authors": [
  1340. {
  1341. "name": "Sebastian Bergmann",
  1342. "email": "sebastian@phpunit.de"
  1343. }
  1344. ],
  1345. "description": "Snapshotting of global state",
  1346. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1347. "keywords": [
  1348. "global state"
  1349. ],
  1350. "support": {
  1351. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  1352. "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
  1353. },
  1354. "time": "2015-10-12T03:26:01+00:00"
  1355. },
  1356. {
  1357. "name": "sebastian/object-enumerator",
  1358. "version": "1.0.0",
  1359. "source": {
  1360. "type": "git",
  1361. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1362. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
  1363. },
  1364. "dist": {
  1365. "type": "zip",
  1366. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
  1367. "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
  1368. "shasum": ""
  1369. },
  1370. "require": {
  1371. "php": ">=5.6",
  1372. "sebastian/recursion-context": "~1.0"
  1373. },
  1374. "require-dev": {
  1375. "phpunit/phpunit": "~5"
  1376. },
  1377. "type": "library",
  1378. "extra": {
  1379. "branch-alias": {
  1380. "dev-master": "1.0.x-dev"
  1381. }
  1382. },
  1383. "autoload": {
  1384. "classmap": [
  1385. "src/"
  1386. ]
  1387. },
  1388. "notification-url": "https://packagist.org/downloads/",
  1389. "license": [
  1390. "BSD-3-Clause"
  1391. ],
  1392. "authors": [
  1393. {
  1394. "name": "Sebastian Bergmann",
  1395. "email": "sebastian@phpunit.de"
  1396. }
  1397. ],
  1398. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1399. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1400. "support": {
  1401. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  1402. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
  1403. },
  1404. "time": "2016-01-28T13:25:10+00:00"
  1405. },
  1406. {
  1407. "name": "sebastian/recursion-context",
  1408. "version": "1.0.5",
  1409. "source": {
  1410. "type": "git",
  1411. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1412. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  1413. },
  1414. "dist": {
  1415. "type": "zip",
  1416. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1417. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1418. "shasum": ""
  1419. },
  1420. "require": {
  1421. "php": ">=5.3.3"
  1422. },
  1423. "require-dev": {
  1424. "phpunit/phpunit": "~4.4"
  1425. },
  1426. "type": "library",
  1427. "extra": {
  1428. "branch-alias": {
  1429. "dev-master": "1.0.x-dev"
  1430. }
  1431. },
  1432. "autoload": {
  1433. "classmap": [
  1434. "src/"
  1435. ]
  1436. },
  1437. "notification-url": "https://packagist.org/downloads/",
  1438. "license": [
  1439. "BSD-3-Clause"
  1440. ],
  1441. "authors": [
  1442. {
  1443. "name": "Jeff Welch",
  1444. "email": "whatthejeff@gmail.com"
  1445. },
  1446. {
  1447. "name": "Sebastian Bergmann",
  1448. "email": "sebastian@phpunit.de"
  1449. },
  1450. {
  1451. "name": "Adam Harvey",
  1452. "email": "aharvey@php.net"
  1453. }
  1454. ],
  1455. "description": "Provides functionality to recursively process PHP variables",
  1456. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1457. "support": {
  1458. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1459. "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
  1460. },
  1461. "time": "2016-10-03T07:41:43+00:00"
  1462. },
  1463. {
  1464. "name": "sebastian/resource-operations",
  1465. "version": "1.0.0",
  1466. "source": {
  1467. "type": "git",
  1468. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1469. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1470. },
  1471. "dist": {
  1472. "type": "zip",
  1473. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1474. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1475. "shasum": ""
  1476. },
  1477. "require": {
  1478. "php": ">=5.6.0"
  1479. },
  1480. "type": "library",
  1481. "extra": {
  1482. "branch-alias": {
  1483. "dev-master": "1.0.x-dev"
  1484. }
  1485. },
  1486. "autoload": {
  1487. "classmap": [
  1488. "src/"
  1489. ]
  1490. },
  1491. "notification-url": "https://packagist.org/downloads/",
  1492. "license": [
  1493. "BSD-3-Clause"
  1494. ],
  1495. "authors": [
  1496. {
  1497. "name": "Sebastian Bergmann",
  1498. "email": "sebastian@phpunit.de"
  1499. }
  1500. ],
  1501. "description": "Provides a list of PHP built-in functions that operate on resources",
  1502. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1503. "support": {
  1504. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  1505. "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
  1506. },
  1507. "time": "2015-07-28T20:34:47+00:00"
  1508. },
  1509. {
  1510. "name": "sebastian/version",
  1511. "version": "2.0.1",
  1512. "source": {
  1513. "type": "git",
  1514. "url": "https://github.com/sebastianbergmann/version.git",
  1515. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1516. },
  1517. "dist": {
  1518. "type": "zip",
  1519. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1520. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1521. "shasum": ""
  1522. },
  1523. "require": {
  1524. "php": ">=5.6"
  1525. },
  1526. "type": "library",
  1527. "extra": {
  1528. "branch-alias": {
  1529. "dev-master": "2.0.x-dev"
  1530. }
  1531. },
  1532. "autoload": {
  1533. "classmap": [
  1534. "src/"
  1535. ]
  1536. },
  1537. "notification-url": "https://packagist.org/downloads/",
  1538. "license": [
  1539. "BSD-3-Clause"
  1540. ],
  1541. "authors": [
  1542. {
  1543. "name": "Sebastian Bergmann",
  1544. "email": "sebastian@phpunit.de",
  1545. "role": "lead"
  1546. }
  1547. ],
  1548. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1549. "homepage": "https://github.com/sebastianbergmann/version",
  1550. "support": {
  1551. "issues": "https://github.com/sebastianbergmann/version/issues",
  1552. "source": "https://github.com/sebastianbergmann/version/tree/master"
  1553. },
  1554. "time": "2016-10-03T07:35:21+00:00"
  1555. },
  1556. {
  1557. "name": "symfony/polyfill-ctype",
  1558. "version": "v1.19.0",
  1559. "source": {
  1560. "type": "git",
  1561. "url": "https://github.com/symfony/polyfill-ctype.git",
  1562. "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
  1563. },
  1564. "dist": {
  1565. "type": "zip",
  1566. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
  1567. "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
  1568. "shasum": ""
  1569. },
  1570. "require": {
  1571. "php": ">=5.3.3"
  1572. },
  1573. "suggest": {
  1574. "ext-ctype": "For best performance"
  1575. },
  1576. "type": "library",
  1577. "extra": {
  1578. "branch-alias": {
  1579. "dev-main": "1.19-dev"
  1580. },
  1581. "thanks": {
  1582. "name": "symfony/polyfill",
  1583. "url": "https://github.com/symfony/polyfill"
  1584. }
  1585. },
  1586. "autoload": {
  1587. "files": [
  1588. "bootstrap.php"
  1589. ],
  1590. "psr-4": {
  1591. "Symfony\\Polyfill\\Ctype\\": ""
  1592. }
  1593. },
  1594. "notification-url": "https://packagist.org/downloads/",
  1595. "license": [
  1596. "MIT"
  1597. ],
  1598. "authors": [
  1599. {
  1600. "name": "Gert de Pagter",
  1601. "email": "BackEndTea@gmail.com"
  1602. },
  1603. {
  1604. "name": "Symfony Community",
  1605. "homepage": "https://symfony.com/contributors"
  1606. }
  1607. ],
  1608. "description": "Symfony polyfill for ctype functions",
  1609. "homepage": "https://symfony.com",
  1610. "keywords": [
  1611. "compatibility",
  1612. "ctype",
  1613. "polyfill",
  1614. "portable"
  1615. ],
  1616. "support": {
  1617. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
  1618. },
  1619. "funding": [
  1620. {
  1621. "url": "https://symfony.com/sponsor",
  1622. "type": "custom"
  1623. },
  1624. {
  1625. "url": "https://github.com/fabpot",
  1626. "type": "github"
  1627. },
  1628. {
  1629. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1630. "type": "tidelift"
  1631. }
  1632. ],
  1633. "time": "2020-10-23T09:01:57+00:00"
  1634. },
  1635. {
  1636. "name": "symfony/yaml",
  1637. "version": "v3.4.47",
  1638. "source": {
  1639. "type": "git",
  1640. "url": "https://github.com/symfony/yaml.git",
  1641. "reference": "88289caa3c166321883f67fe5130188ebbb47094"
  1642. },
  1643. "dist": {
  1644. "type": "zip",
  1645. "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
  1646. "reference": "88289caa3c166321883f67fe5130188ebbb47094",
  1647. "shasum": ""
  1648. },
  1649. "require": {
  1650. "php": "^5.5.9|>=7.0.8",
  1651. "symfony/polyfill-ctype": "~1.8"
  1652. },
  1653. "conflict": {
  1654. "symfony/console": "<3.4"
  1655. },
  1656. "require-dev": {
  1657. "symfony/console": "~3.4|~4.0"
  1658. },
  1659. "suggest": {
  1660. "symfony/console": "For validating YAML files using the lint command"
  1661. },
  1662. "type": "library",
  1663. "autoload": {
  1664. "psr-4": {
  1665. "Symfony\\Component\\Yaml\\": ""
  1666. },
  1667. "exclude-from-classmap": [
  1668. "/Tests/"
  1669. ]
  1670. },
  1671. "notification-url": "https://packagist.org/downloads/",
  1672. "license": [
  1673. "MIT"
  1674. ],
  1675. "authors": [
  1676. {
  1677. "name": "Fabien Potencier",
  1678. "email": "fabien@symfony.com"
  1679. },
  1680. {
  1681. "name": "Symfony Community",
  1682. "homepage": "https://symfony.com/contributors"
  1683. }
  1684. ],
  1685. "description": "Symfony Yaml Component",
  1686. "homepage": "https://symfony.com",
  1687. "support": {
  1688. "source": "https://github.com/symfony/yaml/tree/v3.4.47"
  1689. },
  1690. "funding": [
  1691. {
  1692. "url": "https://symfony.com/sponsor",
  1693. "type": "custom"
  1694. },
  1695. {
  1696. "url": "https://github.com/fabpot",
  1697. "type": "github"
  1698. },
  1699. {
  1700. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1701. "type": "tidelift"
  1702. }
  1703. ],
  1704. "time": "2020-10-24T10:57:07+00:00"
  1705. },
  1706. {
  1707. "name": "webmozart/assert",
  1708. "version": "1.9.1",
  1709. "source": {
  1710. "type": "git",
  1711. "url": "https://github.com/webmozarts/assert.git",
  1712. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  1713. },
  1714. "dist": {
  1715. "type": "zip",
  1716. "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  1717. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  1718. "shasum": ""
  1719. },
  1720. "require": {
  1721. "php": "^5.3.3 || ^7.0 || ^8.0",
  1722. "symfony/polyfill-ctype": "^1.8"
  1723. },
  1724. "conflict": {
  1725. "phpstan/phpstan": "<0.12.20",
  1726. "vimeo/psalm": "<3.9.1"
  1727. },
  1728. "require-dev": {
  1729. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  1730. },
  1731. "type": "library",
  1732. "autoload": {
  1733. "psr-4": {
  1734. "Webmozart\\Assert\\": "src/"
  1735. }
  1736. },
  1737. "notification-url": "https://packagist.org/downloads/",
  1738. "license": [
  1739. "MIT"
  1740. ],
  1741. "authors": [
  1742. {
  1743. "name": "Bernhard Schussek",
  1744. "email": "bschussek@gmail.com"
  1745. }
  1746. ],
  1747. "description": "Assertions to validate method input/output with nice error messages.",
  1748. "keywords": [
  1749. "assert",
  1750. "check",
  1751. "validate"
  1752. ],
  1753. "support": {
  1754. "issues": "https://github.com/webmozarts/assert/issues",
  1755. "source": "https://github.com/webmozarts/assert/tree/1.9.1"
  1756. },
  1757. "time": "2020-07-08T17:02:28+00:00"
  1758. }
  1759. ],
  1760. "aliases": [],
  1761. "minimum-stability": "stable",
  1762. "stability-flags": [],
  1763. "prefer-stable": false,
  1764. "prefer-lowest": false,
  1765. "platform": {
  1766. "php": "^5.6.0 || ^7.0 || ^8.0"
  1767. },
  1768. "platform-dev": [],
  1769. "plugin-api-version": "2.3.0"
  1770. }