composer.lock 49 KB

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