installed.json 42 KB

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