composer.lock 55 KB

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