composer.lock 61 KB

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