composer.lock 52 KB

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