You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2137 lines
73 KiB

  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": "10235592166c486bf7cf2601c9811861",
  8. "packages": [
  9. {
  10. "name": "cebe/markdown",
  11. "version": "1.1.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cebe/markdown.git",
  15. "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
  20. "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "lib-pcre": "*",
  25. "php": ">=5.4.0"
  26. },
  27. "require-dev": {
  28. "cebe/indent": "*",
  29. "facebook/xhprof": "*@dev",
  30. "phpunit/phpunit": "4.1.*"
  31. },
  32. "bin": [
  33. "bin/markdown"
  34. ],
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.1.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "cebe\\markdown\\": ""
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Carsten Brandt",
  53. "email": "mail@cebe.cc",
  54. "homepage": "http://cebe.cc/",
  55. "role": "Creator"
  56. }
  57. ],
  58. "description": "A super fast, highly extensible markdown parser for PHP",
  59. "homepage": "https://github.com/cebe/markdown#readme",
  60. "keywords": [
  61. "extensible",
  62. "fast",
  63. "gfm",
  64. "markdown",
  65. "markdown-extra"
  66. ],
  67. "time": "2016-09-14T20:40:20+00:00"
  68. },
  69. {
  70. "name": "dg/twitter-php",
  71. "version": "v3.6",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/dg/twitter-php.git",
  75. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  80. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "ext-curl": "*",
  85. "php": ">=5.2.0"
  86. },
  87. "type": "library",
  88. "autoload": {
  89. "classmap": [
  90. "src/"
  91. ]
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "BSD-3-Clause"
  96. ],
  97. "authors": [
  98. {
  99. "name": "David Grudl",
  100. "homepage": "https://davidgrudl.com"
  101. }
  102. ],
  103. "description": "Small and easy Twitter library for PHP",
  104. "homepage": "https://github.com/dg/twitter-php",
  105. "keywords": [
  106. "oauth",
  107. "twitter"
  108. ],
  109. "time": "2016-08-15T16:46:22+00:00"
  110. },
  111. {
  112. "name": "ezyang/htmlpurifier",
  113. "version": "v4.9.2",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/ezyang/htmlpurifier.git",
  117. "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
  122. "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
  123. "shasum": ""
  124. },
  125. "require": {
  126. "php": ">=5.2"
  127. },
  128. "require-dev": {
  129. "simpletest/simpletest": "^1.1"
  130. },
  131. "type": "library",
  132. "autoload": {
  133. "psr-0": {
  134. "HTMLPurifier": "library/"
  135. },
  136. "files": [
  137. "library/HTMLPurifier.composer.php"
  138. ]
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "LGPL"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Edward Z. Yang",
  147. "email": "admin@htmlpurifier.org",
  148. "homepage": "http://ezyang.com"
  149. }
  150. ],
  151. "description": "Standards compliant HTML filter written in PHP",
  152. "homepage": "http://htmlpurifier.org/",
  153. "keywords": [
  154. "html"
  155. ],
  156. "time": "2017-03-13T06:30:53+00:00"
  157. },
  158. {
  159. "name": "indieweb/link-rel-parser",
  160. "version": "0.1.3",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  164. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
  169. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "php": ">=5.3.0"
  174. },
  175. "type": "library",
  176. "autoload": {
  177. "files": [
  178. "src/IndieWeb/link_rel_parser.php"
  179. ]
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "Apache-2.0"
  184. ],
  185. "authors": [
  186. {
  187. "name": "Aaron Parecki",
  188. "homepage": "http://aaronparecki.com"
  189. },
  190. {
  191. "name": "Tantek Çelik",
  192. "homepage": "http://tantek.com"
  193. }
  194. ],
  195. "description": "Parse rel values from HTTP headers",
  196. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  197. "keywords": [
  198. "http",
  199. "indieweb",
  200. "microformats2"
  201. ],
  202. "time": "2017-01-11T17:14:49+00:00"
  203. },
  204. {
  205. "name": "mf2/mf2",
  206. "version": "v0.3.0",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/indieweb/php-mf2.git",
  210. "reference": "4fb2eb5365cbc0fd2e0c26ca748777d6c2539763"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/4fb2eb5365cbc0fd2e0c26ca748777d6c2539763",
  215. "reference": "4fb2eb5365cbc0fd2e0c26ca748777d6c2539763",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "php": ">=5.4.0"
  220. },
  221. "require-dev": {
  222. "phpunit/phpunit": "3.7.*"
  223. },
  224. "suggest": {
  225. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  226. },
  227. "bin": [
  228. "bin/fetch-mf2",
  229. "bin/parse-mf2"
  230. ],
  231. "type": "library",
  232. "autoload": {
  233. "files": [
  234. "Mf2/Parser.php"
  235. ]
  236. },
  237. "notification-url": "https://packagist.org/downloads/",
  238. "license": [
  239. "CC0"
  240. ],
  241. "authors": [
  242. {
  243. "name": "Barnaby Walters",
  244. "homepage": "http://waterpigs.co.uk"
  245. }
  246. ],
  247. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  248. "keywords": [
  249. "html",
  250. "microformats",
  251. "microformats 2",
  252. "parser",
  253. "semantic"
  254. ],
  255. "time": "2016-03-14T12:13:34+00:00"
  256. },
  257. {
  258. "name": "p3k/http",
  259. "version": "0.1.1",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/aaronpk/p3k-http.git",
  263. "reference": "7409b0a44f190b053d694304e716de7ce5b3568b"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/7409b0a44f190b053d694304e716de7ce5b3568b",
  268. "reference": "7409b0a44f190b053d694304e716de7ce5b3568b",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "indieweb/link-rel-parser": "0.1.*",
  273. "mf2/mf2": "0.3.*"
  274. },
  275. "type": "library",
  276. "autoload": {
  277. "psr-4": {
  278. "p3k\\": "src/p3k"
  279. }
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "MIT"
  284. ],
  285. "authors": [
  286. {
  287. "name": "Aaron Parecki",
  288. "homepage": "https://aaronparecki.com"
  289. }
  290. ],
  291. "description": "A simple wrapper API around the PHP curl functions",
  292. "homepage": "https://github.com/aaronpk/p3k-http",
  293. "time": "2017-04-28T18:51:28+00:00"
  294. },
  295. {
  296. "name": "p3k/timezone",
  297. "version": "0.1.0",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/aaronpk/p3k-timezone.git",
  301. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  302. },
  303. "require": {
  304. "php": ">=5.4.0"
  305. },
  306. "type": "library",
  307. "autoload": {
  308. "files": [
  309. "src/p3k/Timezone.php"
  310. ]
  311. },
  312. "license": [
  313. "Apache-2.0"
  314. ],
  315. "authors": [
  316. {
  317. "name": "Aaron Parecki",
  318. "homepage": "https://aaronparecki.com"
  319. }
  320. ],
  321. "description": "Find the timezone of a given location",
  322. "homepage": "https://github.com/aaronpk/p3k-timezone",
  323. "keywords": [
  324. "date",
  325. "p3k",
  326. "timezone"
  327. ],
  328. "time": "2017-01-12T17:30:08+00:00"
  329. }
  330. ],
  331. "packages-dev": [
  332. {
  333. "name": "doctrine/instantiator",
  334. "version": "1.0.5",
  335. "source": {
  336. "type": "git",
  337. "url": "https://github.com/doctrine/instantiator.git",
  338. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  339. },
  340. "dist": {
  341. "type": "zip",
  342. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  343. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  344. "shasum": ""
  345. },
  346. "require": {
  347. "php": ">=5.3,<8.0-DEV"
  348. },
  349. "require-dev": {
  350. "athletic/athletic": "~0.1.8",
  351. "ext-pdo": "*",
  352. "ext-phar": "*",
  353. "phpunit/phpunit": "~4.0",
  354. "squizlabs/php_codesniffer": "~2.0"
  355. },
  356. "type": "library",
  357. "extra": {
  358. "branch-alias": {
  359. "dev-master": "1.0.x-dev"
  360. }
  361. },
  362. "autoload": {
  363. "psr-4": {
  364. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Marco Pivetta",
  374. "email": "ocramius@gmail.com",
  375. "homepage": "http://ocramius.github.com/"
  376. }
  377. ],
  378. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  379. "homepage": "https://github.com/doctrine/instantiator",
  380. "keywords": [
  381. "constructor",
  382. "instantiate"
  383. ],
  384. "time": "2015-06-14T21:17:01+00:00"
  385. },
  386. {
  387. "name": "ircmaxell/password-compat",
  388. "version": "v1.0.4",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/ircmaxell/password_compat.git",
  392. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  397. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  398. "shasum": ""
  399. },
  400. "require-dev": {
  401. "phpunit/phpunit": "4.*"
  402. },
  403. "type": "library",
  404. "autoload": {
  405. "files": [
  406. "lib/password.php"
  407. ]
  408. },
  409. "notification-url": "https://packagist.org/downloads/",
  410. "license": [
  411. "MIT"
  412. ],
  413. "authors": [
  414. {
  415. "name": "Anthony Ferrara",
  416. "email": "ircmaxell@php.net",
  417. "homepage": "http://blog.ircmaxell.com"
  418. }
  419. ],
  420. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  421. "homepage": "https://github.com/ircmaxell/password_compat",
  422. "keywords": [
  423. "hashing",
  424. "password"
  425. ],
  426. "time": "2014-11-20T16:49:30+00:00"
  427. },
  428. {
  429. "name": "league/container",
  430. "version": "1.3.2",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/thephpleague/container.git",
  434. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  439. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "php": ">=5.4.0"
  444. },
  445. "replace": {
  446. "orno/di": "~2.0"
  447. },
  448. "require-dev": {
  449. "phpunit/phpunit": "4.*"
  450. },
  451. "type": "library",
  452. "extra": {
  453. "branch-alias": {
  454. "dev-master": "2.0-dev",
  455. "dev-1.x": "1.3-dev"
  456. }
  457. },
  458. "autoload": {
  459. "psr-4": {
  460. "League\\Container\\": "src"
  461. }
  462. },
  463. "notification-url": "https://packagist.org/downloads/",
  464. "license": [
  465. "MIT"
  466. ],
  467. "authors": [
  468. {
  469. "name": "Phil Bennett",
  470. "email": "philipobenito@gmail.com",
  471. "homepage": "http://philipobenito.github.io",
  472. "role": "Developer"
  473. }
  474. ],
  475. "description": "A fast and intuitive dependency injection container.",
  476. "homepage": "https://github.com/thephpleague/container",
  477. "keywords": [
  478. "container",
  479. "dependency",
  480. "di",
  481. "injection",
  482. "league"
  483. ],
  484. "time": "2015-04-05T17:14:48+00:00"
  485. },
  486. {
  487. "name": "league/plates",
  488. "version": "3.3.0",
  489. "source": {
  490. "type": "git",
  491. "url": "https://github.com/thephpleague/plates.git",
  492. "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af"
  493. },
  494. "dist": {
  495. "type": "zip",
  496. "url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af",
  497. "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af",
  498. "shasum": ""
  499. },
  500. "require": {
  501. "php": "^5.3 | ^7.0"
  502. },
  503. "require-dev": {
  504. "mikey179/vfsstream": "^1.4",
  505. "phpunit/phpunit": "~4.0",
  506. "squizlabs/php_codesniffer": "~1.5"
  507. },
  508. "type": "library",
  509. "extra": {
  510. "branch-alias": {
  511. "dev-master": "3.0-dev"
  512. }
  513. },
  514. "autoload": {
  515. "psr-4": {
  516. "League\\Plates\\": "src"
  517. }
  518. },
  519. "notification-url": "https://packagist.org/downloads/",
  520. "license": [
  521. "MIT"
  522. ],
  523. "authors": [
  524. {
  525. "name": "Jonathan Reinink",
  526. "email": "jonathan@reinink.ca",
  527. "role": "Developer"
  528. }
  529. ],
  530. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  531. "homepage": "http://platesphp.com",
  532. "keywords": [
  533. "league",
  534. "package",
  535. "templates",
  536. "templating",
  537. "views"
  538. ],
  539. "time": "2016-12-28T00:14:17+00:00"
  540. },
  541. {
  542. "name": "league/route",
  543. "version": "1.2.3",
  544. "source": {
  545. "type": "git",
  546. "url": "https://github.com/thephpleague/route.git",
  547. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  548. },
  549. "dist": {
  550. "type": "zip",
  551. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  552. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  553. "shasum": ""
  554. },
  555. "require": {
  556. "league/container": "~1.0",
  557. "nikic/fast-route": "~0.3",
  558. "php": ">=5.4.0",
  559. "symfony/http-foundation": "~2.6"
  560. },
  561. "replace": {
  562. "orno/http": "~1.0",
  563. "orno/route": "~1.0"
  564. },
  565. "require-dev": {
  566. "phpunit/phpunit": "4.*"
  567. },
  568. "type": "library",
  569. "extra": {
  570. "branch-alias": {
  571. "dev-master": "1.0-dev"
  572. }
  573. },
  574. "autoload": {
  575. "psr-4": {
  576. "League\\Route\\": "src"
  577. }
  578. },
  579. "notification-url": "https://packagist.org/downloads/",
  580. "license": [
  581. "MIT"
  582. ],
  583. "authors": [
  584. {
  585. "name": "Phil Bennett",
  586. "email": "philipobenito@gmail.com",
  587. "homepage": "http://philipobenito.github.io",
  588. "role": "Developer"
  589. }
  590. ],
  591. "description": "A fast routing and dispatch package built on top of FastRoute.",
  592. "homepage": "https://github.com/thephpleague/route",
  593. "keywords": [
  594. "league",
  595. "route"
  596. ],
  597. "time": "2015-09-11T07:40:31+00:00"
  598. },
  599. {
  600. "name": "myclabs/deep-copy",
  601. "version": "1.6.1",
  602. "source": {
  603. "type": "git",
  604. "url": "https://github.com/myclabs/DeepCopy.git",
  605. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  606. },
  607. "dist": {
  608. "type": "zip",
  609. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  610. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  611. "shasum": ""
  612. },
  613. "require": {
  614. "php": ">=5.4.0"
  615. },
  616. "require-dev": {
  617. "doctrine/collections": "1.*",
  618. "phpunit/phpunit": "~4.1"
  619. },
  620. "type": "library",
  621. "autoload": {
  622. "psr-4": {
  623. "DeepCopy\\": "src/DeepCopy/"
  624. }
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "MIT"
  629. ],
  630. "description": "Create deep copies (clones) of your objects",
  631. "homepage": "https://github.com/myclabs/DeepCopy",
  632. "keywords": [
  633. "clone",
  634. "copy",
  635. "duplicate",
  636. "object",
  637. "object graph"
  638. ],
  639. "time": "2017-04-12T18:52:22+00:00"
  640. },
  641. {
  642. "name": "nikic/fast-route",
  643. "version": "v0.8.0",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/nikic/FastRoute.git",
  647. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  652. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  653. "shasum": ""
  654. },
  655. "require": {
  656. "php": ">=5.4.0"
  657. },
  658. "type": "library",
  659. "autoload": {
  660. "psr-4": {
  661. "FastRoute\\": "src/"
  662. },
  663. "files": [
  664. "src/functions.php"
  665. ]
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "BSD-3-Clause"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Nikita Popov",
  674. "email": "nikic@php.net"
  675. }
  676. ],
  677. "description": "Fast request router for PHP",
  678. "keywords": [
  679. "router",
  680. "routing"
  681. ],
  682. "time": "2016-03-25T23:46:52+00:00"
  683. },
  684. {
  685. "name": "phpdocumentor/reflection-common",
  686. "version": "1.0",
  687. "source": {
  688. "type": "git",
  689. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  690. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  691. },
  692. "dist": {
  693. "type": "zip",
  694. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  695. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  696. "shasum": ""
  697. },
  698. "require": {
  699. "php": ">=5.5"
  700. },
  701. "require-dev": {
  702. "phpunit/phpunit": "^4.6"
  703. },
  704. "type": "library",
  705. "extra": {
  706. "branch-alias": {
  707. "dev-master": "1.0.x-dev"
  708. }
  709. },
  710. "autoload": {
  711. "psr-4": {
  712. "phpDocumentor\\Reflection\\": [
  713. "src"
  714. ]
  715. }
  716. },
  717. "notification-url": "https://packagist.org/downloads/",
  718. "license": [
  719. "MIT"
  720. ],
  721. "authors": [
  722. {
  723. "name": "Jaap van Otterdijk",
  724. "email": "opensource@ijaap.nl"
  725. }
  726. ],
  727. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  728. "homepage": "http://www.phpdoc.org",
  729. "keywords": [
  730. "FQSEN",
  731. "phpDocumentor",
  732. "phpdoc",
  733. "reflection",
  734. "static analysis"
  735. ],
  736. "time": "2015-12-27T11:43:31+00:00"
  737. },
  738. {
  739. "name": "phpdocumentor/reflection-docblock",
  740. "version": "3.1.1",
  741. "source": {
  742. "type": "git",
  743. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  744. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  745. },
  746. "dist": {
  747. "type": "zip",
  748. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  749. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  750. "shasum": ""
  751. },
  752. "require": {
  753. "php": ">=5.5",
  754. "phpdocumentor/reflection-common": "^1.0@dev",
  755. "phpdocumentor/type-resolver": "^0.2.0",
  756. "webmozart/assert": "^1.0"
  757. },
  758. "require-dev": {
  759. "mockery/mockery": "^0.9.4",
  760. "phpunit/phpunit": "^4.4"
  761. },
  762. "type": "library",
  763. "autoload": {
  764. "psr-4": {
  765. "phpDocumentor\\Reflection\\": [
  766. "src/"
  767. ]
  768. }
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "MIT"
  773. ],
  774. "authors": [
  775. {
  776. "name": "Mike van Riel",
  777. "email": "me@mikevanriel.com"
  778. }
  779. ],
  780. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  781. "time": "2016-09-30T07:12:33+00:00"
  782. },
  783. {
  784. "name": "phpdocumentor/type-resolver",
  785. "version": "0.2.1",
  786. "source": {
  787. "type": "git",
  788. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  789. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  790. },
  791. "dist": {
  792. "type": "zip",
  793. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  794. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  795. "shasum": ""
  796. },
  797. "require": {
  798. "php": ">=5.5",
  799. "phpdocumentor/reflection-common": "^1.0"
  800. },
  801. "require-dev": {
  802. "mockery/mockery": "^0.9.4",
  803. "phpunit/phpunit": "^5.2||^4.8.24"
  804. },
  805. "type": "library",
  806. "extra": {
  807. "branch-alias": {
  808. "dev-master": "1.0.x-dev"
  809. }
  810. },
  811. "autoload": {
  812. "psr-4": {
  813. "phpDocumentor\\Reflection\\": [
  814. "src/"
  815. ]
  816. }
  817. },
  818. "notification-url": "https://packagist.org/downloads/",
  819. "license": [
  820. "MIT"
  821. ],
  822. "authors": [
  823. {
  824. "name": "Mike van Riel",
  825. "email": "me@mikevanriel.com"
  826. }
  827. ],
  828. "time": "2016-11-25T06:54:22+00:00"
  829. },
  830. {
  831. "name": "phpspec/prophecy",
  832. "version": "v1.7.0",
  833. "source": {
  834. "type": "git",
  835. "url": "https://github.com/phpspec/prophecy.git",
  836. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  837. },
  838. "dist": {
  839. "type": "zip",
  840. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  841. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  842. "shasum": ""
  843. },
  844. "require": {
  845. "doctrine/instantiator": "^1.0.2",
  846. "php": "^5.3|^7.0",
  847. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  848. "sebastian/comparator": "^1.1|^2.0",
  849. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  850. },
  851. "require-dev": {
  852. "phpspec/phpspec": "^2.5|^3.2",
  853. "phpunit/phpunit": "^4.8 || ^5.6.5"
  854. },
  855. "type": "library",
  856. "extra": {
  857. "branch-alias": {
  858. "dev-master": "1.6.x-dev"
  859. }
  860. },
  861. "autoload": {
  862. "psr-0": {
  863. "Prophecy\\": "src/"
  864. }
  865. },
  866. "notification-url": "https://packagist.org/downloads/",
  867. "license": [
  868. "MIT"
  869. ],
  870. "authors": [
  871. {
  872. "name": "Konstantin Kudryashov",
  873. "email": "ever.zet@gmail.com",
  874. "homepage": "http://everzet.com"
  875. },
  876. {
  877. "name": "Marcello Duarte",
  878. "email": "marcello.duarte@gmail.com"
  879. }
  880. ],
  881. "description": "Highly opinionated mocking framework for PHP 5.3+",
  882. "homepage": "https://github.com/phpspec/prophecy",
  883. "keywords": [
  884. "Double",
  885. "Dummy",
  886. "fake",
  887. "mock",
  888. "spy",
  889. "stub"
  890. ],
  891. "time": "2017-03-02T20:05:34+00:00"
  892. },
  893. {
  894. "name": "phpunit/php-code-coverage",
  895. "version": "4.0.8",
  896. "source": {
  897. "type": "git",
  898. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  899. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  900. },
  901. "dist": {
  902. "type": "zip",
  903. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  904. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  905. "shasum": ""
  906. },
  907. "require": {
  908. "ext-dom": "*",
  909. "ext-xmlwriter": "*",
  910. "php": "^5.6 || ^7.0",
  911. "phpunit/php-file-iterator": "^1.3",
  912. "phpunit/php-text-template": "^1.2",
  913. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  914. "sebastian/code-unit-reverse-lookup": "^1.0",
  915. "sebastian/environment": "^1.3.2 || ^2.0",
  916. "sebastian/version": "^1.0 || ^2.0"
  917. },
  918. "require-dev": {
  919. "ext-xdebug": "^2.1.4",
  920. "phpunit/phpunit": "^5.7"
  921. },
  922. "suggest": {
  923. "ext-xdebug": "^2.5.1"
  924. },
  925. "type": "library",
  926. "extra": {
  927. "branch-alias": {
  928. "dev-master": "4.0.x-dev"
  929. }
  930. },
  931. "autoload": {
  932. "classmap": [
  933. "src/"
  934. ]
  935. },
  936. "notification-url": "https://packagist.org/downloads/",
  937. "license": [
  938. "BSD-3-Clause"
  939. ],
  940. "authors": [
  941. {
  942. "name": "Sebastian Bergmann",
  943. "email": "sb@sebastian-bergmann.de",
  944. "role": "lead"
  945. }
  946. ],
  947. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  948. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  949. "keywords": [
  950. "coverage",
  951. "testing",
  952. "xunit"
  953. ],
  954. "time": "2017-04-02T07:44:40+00:00"
  955. },
  956. {
  957. "name": "phpunit/php-file-iterator",
  958. "version": "1.4.2",
  959. "source": {
  960. "type": "git",
  961. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  962. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  963. },
  964. "dist": {
  965. "type": "zip",
  966. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  967. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  968. "shasum": ""
  969. },
  970. "require": {
  971. "php": ">=5.3.3"
  972. },
  973. "type": "library",
  974. "extra": {
  975. "branch-alias": {
  976. "dev-master": "1.4.x-dev"
  977. }
  978. },
  979. "autoload": {
  980. "classmap": [
  981. "src/"
  982. ]
  983. },
  984. "notification-url": "https://packagist.org/downloads/",
  985. "license": [
  986. "BSD-3-Clause"
  987. ],
  988. "authors": [
  989. {
  990. "name": "Sebastian Bergmann",
  991. "email": "sb@sebastian-bergmann.de",
  992. "role": "lead"
  993. }
  994. ],
  995. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  996. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  997. "keywords": [
  998. "filesystem",
  999. "iterator"
  1000. ],
  1001. "time": "2016-10-03T07:40:28+00:00"
  1002. },
  1003. {
  1004. "name": "phpunit/php-text-template",
  1005. "version": "1.2.1",
  1006. "source": {
  1007. "type": "git",
  1008. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1009. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1010. },
  1011. "dist": {
  1012. "type": "zip",
  1013. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1014. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1015. "shasum": ""
  1016. },
  1017. "require": {
  1018. "php": ">=5.3.3"
  1019. },
  1020. "type": "library",
  1021. "autoload": {
  1022. "classmap": [
  1023. "src/"
  1024. ]
  1025. },
  1026. "notification-url": "https://packagist.org/downloads/",
  1027. "license": [
  1028. "BSD-3-Clause"
  1029. ],
  1030. "authors": [
  1031. {
  1032. "name": "Sebastian Bergmann",
  1033. "email": "sebastian@phpunit.de",
  1034. "role": "lead"
  1035. }
  1036. ],
  1037. "description": "Simple template engine.",
  1038. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1039. "keywords": [
  1040. "template"
  1041. ],
  1042. "time": "2015-06-21T13:50:34+00:00"
  1043. },
  1044. {
  1045. "name": "phpunit/php-timer",
  1046. "version": "1.0.9",
  1047. "source": {
  1048. "type": "git",
  1049. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1050. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1051. },
  1052. "dist": {
  1053. "type": "zip",
  1054. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1055. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1056. "shasum": ""
  1057. },
  1058. "require": {
  1059. "php": "^5.3.3 || ^7.0"
  1060. },
  1061. "require-dev": {
  1062. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1063. },
  1064. "type": "library",
  1065. "extra": {
  1066. "branch-alias": {
  1067. "dev-master": "1.0-dev"
  1068. }
  1069. },
  1070. "autoload": {
  1071. "classmap": [
  1072. "src/"
  1073. ]
  1074. },
  1075. "notification-url": "https://packagist.org/downloads/",
  1076. "license": [
  1077. "BSD-3-Clause"
  1078. ],
  1079. "authors": [
  1080. {
  1081. "name": "Sebastian Bergmann",
  1082. "email": "sb@sebastian-bergmann.de",
  1083. "role": "lead"
  1084. }
  1085. ],
  1086. "description": "Utility class for timing",
  1087. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1088. "keywords": [
  1089. "timer"
  1090. ],
  1091. "time": "2017-02-26T11:10:40+00:00"
  1092. },
  1093. {
  1094. "name": "phpunit/php-token-stream",
  1095. "version": "1.4.11",
  1096. "source": {
  1097. "type": "git",
  1098. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1099. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  1100. },
  1101. "dist": {
  1102. "type": "zip",
  1103. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  1104. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  1105. "shasum": ""
  1106. },
  1107. "require": {
  1108. "ext-tokenizer": "*",
  1109. "php": ">=5.3.3"
  1110. },
  1111. "require-dev": {
  1112. "phpunit/phpunit": "~4.2"
  1113. },
  1114. "type": "library",
  1115. "extra": {
  1116. "branch-alias": {
  1117. "dev-master": "1.4-dev"
  1118. }
  1119. },
  1120. "autoload": {
  1121. "classmap": [
  1122. "src/"
  1123. ]
  1124. },
  1125. "notification-url": "https://packagist.org/downloads/",
  1126. "license": [
  1127. "BSD-3-Clause"
  1128. ],
  1129. "authors": [
  1130. {
  1131. "name": "Sebastian Bergmann",
  1132. "email": "sebastian@phpunit.de"
  1133. }
  1134. ],
  1135. "description": "Wrapper around PHP's tokenizer extension.",
  1136. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1137. "keywords": [
  1138. "tokenizer"
  1139. ],
  1140. "time": "2017-02-27T10:12:30+00:00"
  1141. },
  1142. {
  1143. "name": "phpunit/phpunit",
  1144. "version": "5.7.19",
  1145. "source": {
  1146. "type": "git",
  1147. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1148. "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
  1149. },
  1150. "dist": {
  1151. "type": "zip",
  1152. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
  1153. "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
  1154. "shasum": ""
  1155. },
  1156. "require": {
  1157. "ext-dom": "*",
  1158. "ext-json": "*",
  1159. "ext-libxml": "*",
  1160. "ext-mbstring": "*",
  1161. "ext-xml": "*",
  1162. "myclabs/deep-copy": "~1.3",
  1163. "php": "^5.6 || ^7.0",
  1164. "phpspec/prophecy": "^1.6.2",
  1165. "phpunit/php-code-coverage": "^4.0.4",
  1166. "phpunit/php-file-iterator": "~1.4",
  1167. "phpunit/php-text-template": "~1.2",
  1168. "phpunit/php-timer": "^1.0.6",
  1169. "phpunit/phpunit-mock-objects": "^3.2",
  1170. "sebastian/comparator": "^1.2.4",
  1171. "sebastian/diff": "~1.2",
  1172. "sebastian/environment": "^1.3.4 || ^2.0",
  1173. "sebastian/exporter": "~2.0",
  1174. "sebastian/global-state": "^1.1",
  1175. "sebastian/object-enumerator": "~2.0",
  1176. "sebastian/resource-operations": "~1.0",
  1177. "sebastian/version": "~1.0.3|~2.0",
  1178. "symfony/yaml": "~2.1|~3.0"
  1179. },
  1180. "conflict": {
  1181. "phpdocumentor/reflection-docblock": "3.0.2"
  1182. },
  1183. "require-dev": {
  1184. "ext-pdo": "*"
  1185. },
  1186. "suggest": {
  1187. "ext-xdebug": "*",
  1188. "phpunit/php-invoker": "~1.1"
  1189. },
  1190. "bin": [
  1191. "phpunit"
  1192. ],
  1193. "type": "library",
  1194. "extra": {
  1195. "branch-alias": {
  1196. "dev-master": "5.7.x-dev"
  1197. }
  1198. },
  1199. "autoload": {
  1200. "classmap": [
  1201. "src/"
  1202. ]
  1203. },
  1204. "notification-url": "https://packagist.org/downloads/",
  1205. "license": [
  1206. "BSD-3-Clause"
  1207. ],
  1208. "authors": [
  1209. {
  1210. "name": "Sebastian Bergmann",
  1211. "email": "sebastian@phpunit.de",
  1212. "role": "lead"
  1213. }
  1214. ],
  1215. "description": "The PHP Unit Testing framework.",
  1216. "homepage": "https://phpunit.de/",
  1217. "keywords": [
  1218. "phpunit",
  1219. "testing",
  1220. "xunit"
  1221. ],
  1222. "time": "2017-04-03T02:22:27+00:00"
  1223. },
  1224. {
  1225. "name": "phpunit/phpunit-mock-objects",
  1226. "version": "3.4.3",
  1227. "source": {
  1228. "type": "git",
  1229. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1230. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
  1231. },
  1232. "dist": {
  1233. "type": "zip",
  1234. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  1235. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  1236. "shasum": ""
  1237. },
  1238. "require": {
  1239. "doctrine/instantiator": "^1.0.2",
  1240. "php": "^5.6 || ^7.0",
  1241. "phpunit/php-text-template": "^1.2",
  1242. "sebastian/exporter": "^1.2 || ^2.0"
  1243. },
  1244. "conflict": {
  1245. "phpunit/phpunit": "<5.4.0"
  1246. },
  1247. "require-dev": {
  1248. "phpunit/phpunit": "^5.4"
  1249. },
  1250. "suggest": {
  1251. "ext-soap": "*"
  1252. },
  1253. "type": "library",
  1254. "extra": {
  1255. "branch-alias": {
  1256. "dev-master": "3.2.x-dev"
  1257. }
  1258. },
  1259. "autoload": {
  1260. "classmap": [
  1261. "src/"
  1262. ]
  1263. },
  1264. "notification-url": "https://packagist.org/downloads/",
  1265. "license": [
  1266. "BSD-3-Clause"
  1267. ],
  1268. "authors": [
  1269. {
  1270. "name": "Sebastian Bergmann",
  1271. "email": "sb@sebastian-bergmann.de",
  1272. "role": "lead"
  1273. }
  1274. ],
  1275. "description": "Mock Object library for PHPUnit",
  1276. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1277. "keywords": [
  1278. "mock",
  1279. "xunit"
  1280. ],
  1281. "time": "2016-12-08T20:27:08+00:00"
  1282. },
  1283. {
  1284. "name": "sebastian/code-unit-reverse-lookup",
  1285. "version": "1.0.1",
  1286. "source": {
  1287. "type": "git",
  1288. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1289. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  1290. },
  1291. "dist": {
  1292. "type": "zip",
  1293. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1294. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1295. "shasum": ""
  1296. },
  1297. "require": {
  1298. "php": "^5.6 || ^7.0"
  1299. },
  1300. "require-dev": {
  1301. "phpunit/phpunit": "^5.7 || ^6.0"
  1302. },
  1303. "type": "library",
  1304. "extra": {
  1305. "branch-alias": {
  1306. "dev-master": "1.0.x-dev"
  1307. }
  1308. },
  1309. "autoload": {
  1310. "classmap": [
  1311. "src/"
  1312. ]
  1313. },
  1314. "notification-url": "https://packagist.org/downloads/",
  1315. "license": [
  1316. "BSD-3-Clause"
  1317. ],
  1318. "authors": [
  1319. {
  1320. "name": "Sebastian Bergmann",
  1321. "email": "sebastian@phpunit.de"
  1322. }
  1323. ],
  1324. "description": "Looks up which function or method a line of code belongs to",
  1325. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1326. "time": "2017-03-04T06:30:41+00:00"
  1327. },
  1328. {
  1329. "name": "sebastian/comparator",
  1330. "version": "1.2.4",
  1331. "source": {
  1332. "type": "git",
  1333. "url": "https://github.com/sebastianbergmann/comparator.git",
  1334. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1335. },
  1336. "dist": {
  1337. "type": "zip",
  1338. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1339. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1340. "shasum": ""
  1341. },
  1342. "require": {
  1343. "php": ">=5.3.3",
  1344. "sebastian/diff": "~1.2",
  1345. "sebastian/exporter": "~1.2 || ~2.0"
  1346. },
  1347. "require-dev": {
  1348. "phpunit/phpunit": "~4.4"
  1349. },
  1350. "type": "library",
  1351. "extra": {
  1352. "branch-alias": {
  1353. "dev-master": "1.2.x-dev"
  1354. }
  1355. },
  1356. "autoload": {
  1357. "classmap": [
  1358. "src/"
  1359. ]
  1360. },
  1361. "notification-url": "https://packagist.org/downloads/",
  1362. "license": [
  1363. "BSD-3-Clause"
  1364. ],
  1365. "authors": [
  1366. {
  1367. "name": "Jeff Welch",
  1368. "email": "whatthejeff@gmail.com"
  1369. },
  1370. {
  1371. "name": "Volker Dusch",
  1372. "email": "github@wallbash.com"
  1373. },
  1374. {
  1375. "name": "Bernhard Schussek",
  1376. "email": "bschussek@2bepublished.at"
  1377. },
  1378. {
  1379. "name": "Sebastian Bergmann",
  1380. "email": "sebastian@phpunit.de"
  1381. }
  1382. ],
  1383. "description": "Provides the functionality to compare PHP values for equality",
  1384. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1385. "keywords": [
  1386. "comparator",
  1387. "compare",
  1388. "equality"
  1389. ],
  1390. "time": "2017-01-29T09:50:25+00:00"
  1391. },
  1392. {
  1393. "name": "sebastian/diff",
  1394. "version": "1.4.1",
  1395. "source": {
  1396. "type": "git",
  1397. "url": "https://github.com/sebastianbergmann/diff.git",
  1398. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1399. },
  1400. "dist": {
  1401. "type": "zip",
  1402. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1403. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1404. "shasum": ""
  1405. },
  1406. "require": {
  1407. "php": ">=5.3.3"
  1408. },
  1409. "require-dev": {
  1410. "phpunit/phpunit": "~4.8"
  1411. },
  1412. "type": "library",
  1413. "extra": {
  1414. "branch-alias": {
  1415. "dev-master": "1.4-dev"
  1416. }
  1417. },
  1418. "autoload": {
  1419. "classmap": [
  1420. "src/"
  1421. ]
  1422. },
  1423. "notification-url": "https://packagist.org/downloads/",
  1424. "license": [
  1425. "BSD-3-Clause"
  1426. ],
  1427. "authors": [
  1428. {
  1429. "name": "Kore Nordmann",
  1430. "email": "mail@kore-nordmann.de"
  1431. },
  1432. {
  1433. "name": "Sebastian Bergmann",
  1434. "email": "sebastian@phpunit.de"
  1435. }
  1436. ],
  1437. "description": "Diff implementation",
  1438. "homepage": "https://github.com/sebastianbergmann/diff",
  1439. "keywords": [
  1440. "diff"
  1441. ],
  1442. "time": "2015-12-08T07:14:41+00:00"
  1443. },
  1444. {
  1445. "name": "sebastian/environment",
  1446. "version": "2.0.0",
  1447. "source": {
  1448. "type": "git",
  1449. "url": "https://github.com/sebastianbergmann/environment.git",
  1450. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  1451. },
  1452. "dist": {
  1453. "type": "zip",
  1454. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1455. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1456. "shasum": ""
  1457. },
  1458. "require": {
  1459. "php": "^5.6 || ^7.0"
  1460. },
  1461. "require-dev": {
  1462. "phpunit/phpunit": "^5.0"
  1463. },
  1464. "type": "library",
  1465. "extra": {
  1466. "branch-alias": {
  1467. "dev-master": "2.0.x-dev"
  1468. }
  1469. },
  1470. "autoload": {
  1471. "classmap": [
  1472. "src/"
  1473. ]
  1474. },
  1475. "notification-url": "https://packagist.org/downloads/",
  1476. "license": [
  1477. "BSD-3-Clause"
  1478. ],
  1479. "authors": [
  1480. {
  1481. "name": "Sebastian Bergmann",
  1482. "email": "sebastian@phpunit.de"
  1483. }
  1484. ],
  1485. "description": "Provides functionality to handle HHVM/PHP environments",
  1486. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1487. "keywords": [
  1488. "Xdebug",
  1489. "environment",
  1490. "hhvm"
  1491. ],
  1492. "time": "2016-11-26T07:53:53+00:00"
  1493. },
  1494. {
  1495. "name": "sebastian/exporter",
  1496. "version": "2.0.0",
  1497. "source": {
  1498. "type": "git",
  1499. "url": "https://github.com/sebastianbergmann/exporter.git",
  1500. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1501. },
  1502. "dist": {
  1503. "type": "zip",
  1504. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1505. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1506. "shasum": ""
  1507. },
  1508. "require": {
  1509. "php": ">=5.3.3",
  1510. "sebastian/recursion-context": "~2.0"
  1511. },
  1512. "require-dev": {
  1513. "ext-mbstring": "*",
  1514. "phpunit/phpunit": "~4.4"
  1515. },
  1516. "type": "library",
  1517. "extra": {
  1518. "branch-alias": {
  1519. "dev-master": "2.0.x-dev"
  1520. }
  1521. },
  1522. "autoload": {
  1523. "classmap": [
  1524. "src/"
  1525. ]
  1526. },
  1527. "notification-url": "https://packagist.org/downloads/",
  1528. "license": [
  1529. "BSD-3-Clause"
  1530. ],
  1531. "authors": [
  1532. {
  1533. "name": "Jeff Welch",
  1534. "email": "whatthejeff@gmail.com"
  1535. },
  1536. {
  1537. "name": "Volker Dusch",
  1538. "email": "github@wallbash.com"
  1539. },
  1540. {
  1541. "name": "Bernhard Schussek",
  1542. "email": "bschussek@2bepublished.at"
  1543. },
  1544. {
  1545. "name": "Sebastian Bergmann",
  1546. "email": "sebastian@phpunit.de"
  1547. },
  1548. {
  1549. "name": "Adam Harvey",
  1550. "email": "aharvey@php.net"
  1551. }
  1552. ],
  1553. "description": "Provides the functionality to export PHP variables for visualization",
  1554. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1555. "keywords": [
  1556. "export",
  1557. "exporter"
  1558. ],
  1559. "time": "2016-11-19T08:54:04+00:00"
  1560. },
  1561. {
  1562. "name": "sebastian/global-state",
  1563. "version": "1.1.1",
  1564. "source": {
  1565. "type": "git",
  1566. "url": "https://github.com/sebastianbergmann/global-state.git",
  1567. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1568. },
  1569. "dist": {
  1570. "type": "zip",
  1571. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1572. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1573. "shasum": ""
  1574. },
  1575. "require": {
  1576. "php": ">=5.3.3"
  1577. },
  1578. "require-dev": {
  1579. "phpunit/phpunit": "~4.2"
  1580. },
  1581. "suggest": {
  1582. "ext-uopz": "*"
  1583. },
  1584. "type": "library",
  1585. "extra": {
  1586. "branch-alias": {
  1587. "dev-master": "1.0-dev"
  1588. }
  1589. },
  1590. "autoload": {
  1591. "classmap": [
  1592. "src/"
  1593. ]
  1594. },
  1595. "notification-url": "https://packagist.org/downloads/",
  1596. "license": [
  1597. "BSD-3-Clause"
  1598. ],
  1599. "authors": [
  1600. {
  1601. "name": "Sebastian Bergmann",
  1602. "email": "sebastian@phpunit.de"
  1603. }
  1604. ],
  1605. "description": "Snapshotting of global state",
  1606. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1607. "keywords": [
  1608. "global state"
  1609. ],
  1610. "time": "2015-10-12T03:26:01+00:00"
  1611. },
  1612. {
  1613. "name": "sebastian/object-enumerator",
  1614. "version": "2.0.1",
  1615. "source": {
  1616. "type": "git",
  1617. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1618. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  1619. },
  1620. "dist": {
  1621. "type": "zip",
  1622. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1623. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1624. "shasum": ""
  1625. },
  1626. "require": {
  1627. "php": ">=5.6",
  1628. "sebastian/recursion-context": "~2.0"
  1629. },
  1630. "require-dev": {
  1631. "phpunit/phpunit": "~5"
  1632. },
  1633. "type": "library",
  1634. "extra": {
  1635. "branch-alias": {
  1636. "dev-master": "2.0.x-dev"
  1637. }
  1638. },
  1639. "autoload": {
  1640. "classmap": [
  1641. "src/"
  1642. ]
  1643. },
  1644. "notification-url": "https://packagist.org/downloads/",
  1645. "license": [
  1646. "BSD-3-Clause"
  1647. ],
  1648. "authors": [
  1649. {
  1650. "name": "Sebastian Bergmann",
  1651. "email": "sebastian@phpunit.de"
  1652. }
  1653. ],
  1654. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1655. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1656. "time": "2017-02-18T15:18:39+00:00"
  1657. },
  1658. {
  1659. "name": "sebastian/recursion-context",
  1660. "version": "2.0.0",
  1661. "source": {
  1662. "type": "git",
  1663. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1664. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1665. },
  1666. "dist": {
  1667. "type": "zip",
  1668. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1669. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1670. "shasum": ""
  1671. },
  1672. "require": {
  1673. "php": ">=5.3.3"
  1674. },
  1675. "require-dev": {
  1676. "phpunit/phpunit": "~4.4"
  1677. },
  1678. "type": "library",
  1679. "extra": {
  1680. "branch-alias": {
  1681. "dev-master": "2.0.x-dev"
  1682. }
  1683. },
  1684. "autoload": {
  1685. "classmap": [
  1686. "src/"
  1687. ]
  1688. },
  1689. "notification-url": "https://packagist.org/downloads/",
  1690. "license": [
  1691. "BSD-3-Clause"
  1692. ],
  1693. "authors": [
  1694. {
  1695. "name": "Jeff Welch",
  1696. "email": "whatthejeff@gmail.com"
  1697. },
  1698. {
  1699. "name": "Sebastian Bergmann",
  1700. "email": "sebastian@phpunit.de"
  1701. },
  1702. {
  1703. "name": "Adam Harvey",
  1704. "email": "aharvey@php.net"
  1705. }
  1706. ],
  1707. "description": "Provides functionality to recursively process PHP variables",
  1708. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1709. "time": "2016-11-19T07:33:16+00:00"
  1710. },
  1711. {
  1712. "name": "sebastian/resource-operations",
  1713. "version": "1.0.0",
  1714. "source": {
  1715. "type": "git",
  1716. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1717. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1718. },
  1719. "dist": {
  1720. "type": "zip",
  1721. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1722. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1723. "shasum": ""
  1724. },
  1725. "require": {
  1726. "php": ">=5.6.0"
  1727. },
  1728. "type": "library",
  1729. "extra": {
  1730. "branch-alias": {
  1731. "dev-master": "1.0.x-dev"
  1732. }
  1733. },
  1734. "autoload": {
  1735. "classmap": [
  1736. "src/"
  1737. ]
  1738. },
  1739. "notification-url": "https://packagist.org/downloads/",
  1740. "license": [
  1741. "BSD-3-Clause"
  1742. ],
  1743. "authors": [
  1744. {
  1745. "name": "Sebastian Bergmann",
  1746. "email": "sebastian@phpunit.de"
  1747. }
  1748. ],
  1749. "description": "Provides a list of PHP built-in functions that operate on resources",
  1750. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1751. "time": "2015-07-28T20:34:47+00:00"
  1752. },
  1753. {
  1754. "name": "sebastian/version",
  1755. "version": "2.0.1",
  1756. "source": {
  1757. "type": "git",
  1758. "url": "https://github.com/sebastianbergmann/version.git",
  1759. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1760. },
  1761. "dist": {
  1762. "type": "zip",
  1763. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1764. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1765. "shasum": ""
  1766. },
  1767. "require": {
  1768. "php": ">=5.6"
  1769. },
  1770. "type": "library",
  1771. "extra": {
  1772. "branch-alias": {
  1773. "dev-master": "2.0.x-dev"
  1774. }
  1775. },
  1776. "autoload": {
  1777. "classmap": [
  1778. "src/"
  1779. ]
  1780. },
  1781. "notification-url": "https://packagist.org/downloads/",
  1782. "license": [
  1783. "BSD-3-Clause"
  1784. ],
  1785. "authors": [
  1786. {
  1787. "name": "Sebastian Bergmann",
  1788. "email": "sebastian@phpunit.de",
  1789. "role": "lead"
  1790. }
  1791. ],
  1792. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1793. "homepage": "https://github.com/sebastianbergmann/version",
  1794. "time": "2016-10-03T07:35:21+00:00"
  1795. },
  1796. {
  1797. "name": "symfony/http-foundation",
  1798. "version": "v2.8.19",
  1799. "source": {
  1800. "type": "git",
  1801. "url": "https://github.com/symfony/http-foundation.git",
  1802. "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2"
  1803. },
  1804. "dist": {
  1805. "type": "zip",
  1806. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
  1807. "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
  1808. "shasum": ""
  1809. },
  1810. "require": {
  1811. "php": ">=5.3.9",
  1812. "symfony/polyfill-mbstring": "~1.1",
  1813. "symfony/polyfill-php54": "~1.0",
  1814. "symfony/polyfill-php55": "~1.0"
  1815. },
  1816. "require-dev": {
  1817. "symfony/expression-language": "~2.4|~3.0.0"
  1818. },
  1819. "type": "library",
  1820. "extra": {
  1821. "branch-alias": {
  1822. "dev-master": "2.8-dev"
  1823. }
  1824. },
  1825. "autoload": {
  1826. "psr-4": {
  1827. "Symfony\\Component\\HttpFoundation\\": ""
  1828. },
  1829. "exclude-from-classmap": [
  1830. "/Tests/"
  1831. ]
  1832. },
  1833. "notification-url": "https://packagist.org/downloads/",
  1834. "license": [
  1835. "MIT"
  1836. ],
  1837. "authors": [
  1838. {
  1839. "name": "Fabien Potencier",
  1840. "email": "fabien@symfony.com"
  1841. },
  1842. {
  1843. "name": "Symfony Community",
  1844. "homepage": "https://symfony.com/contributors"
  1845. }
  1846. ],
  1847. "description": "Symfony HttpFoundation Component",
  1848. "homepage": "https://symfony.com",
  1849. "time": "2017-04-04T15:24:26+00:00"
  1850. },
  1851. {
  1852. "name": "symfony/polyfill-mbstring",
  1853. "version": "v1.3.0",
  1854. "source": {
  1855. "type": "git",
  1856. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1857. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
  1858. },
  1859. "dist": {
  1860. "type": "zip",
  1861. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  1862. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
  1863. "shasum": ""
  1864. },
  1865. "require": {
  1866. "php": ">=5.3.3"
  1867. },
  1868. "suggest": {
  1869. "ext-mbstring": "For best performance"
  1870. },
  1871. "type": "library",
  1872. "extra": {
  1873. "branch-alias": {
  1874. "dev-master": "1.3-dev"
  1875. }
  1876. },
  1877. "autoload": {
  1878. "psr-4": {
  1879. "Symfony\\Polyfill\\Mbstring\\": ""
  1880. },
  1881. "files": [
  1882. "bootstrap.php"
  1883. ]
  1884. },
  1885. "notification-url": "https://packagist.org/downloads/",
  1886. "license": [
  1887. "MIT"
  1888. ],
  1889. "authors": [
  1890. {
  1891. "name": "Nicolas Grekas",
  1892. "email": "p@tchwork.com"
  1893. },
  1894. {
  1895. "name": "Symfony Community",
  1896. "homepage": "https://symfony.com/contributors"
  1897. }
  1898. ],
  1899. "description": "Symfony polyfill for the Mbstring extension",
  1900. "homepage": "https://symfony.com",
  1901. "keywords": [
  1902. "compatibility",
  1903. "mbstring",
  1904. "polyfill",
  1905. "portable",
  1906. "shim"
  1907. ],
  1908. "time": "2016-11-14T01:06:16+00:00"
  1909. },
  1910. {
  1911. "name": "symfony/polyfill-php54",
  1912. "version": "v1.3.0",
  1913. "source": {
  1914. "type": "git",
  1915. "url": "https://github.com/symfony/polyfill-php54.git",
  1916. "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
  1917. },
  1918. "dist": {
  1919. "type": "zip",
  1920. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  1921. "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  1922. "shasum": ""
  1923. },
  1924. "require": {
  1925. "php": ">=5.3.3"
  1926. },
  1927. "type": "library",
  1928. "extra": {
  1929. "branch-alias": {
  1930. "dev-master": "1.3-dev"
  1931. }
  1932. },
  1933. "autoload": {
  1934. "psr-4": {
  1935. "Symfony\\Polyfill\\Php54\\": ""
  1936. },
  1937. "files": [
  1938. "bootstrap.php"
  1939. ],
  1940. "classmap": [
  1941. "Resources/stubs"
  1942. ]
  1943. },
  1944. "notification-url": "https://packagist.org/downloads/",
  1945. "license": [
  1946. "MIT"
  1947. ],
  1948. "authors": [
  1949. {
  1950. "name": "Nicolas Grekas",
  1951. "email": "p@tchwork.com"
  1952. },
  1953. {
  1954. "name": "Symfony Community",
  1955. "homepage": "https://symfony.com/contributors"
  1956. }
  1957. ],
  1958. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  1959. "homepage": "https://symfony.com",
  1960. "keywords": [
  1961. "compatibility",
  1962. "polyfill",
  1963. "portable",
  1964. "shim"
  1965. ],
  1966. "time": "2016-11-14T01:06:16+00:00"
  1967. },
  1968. {
  1969. "name": "symfony/polyfill-php55",
  1970. "version": "v1.3.0",
  1971. "source": {
  1972. "type": "git",
  1973. "url": "https://github.com/symfony/polyfill-php55.git",
  1974. "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
  1979. "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
  1980. "shasum": ""
  1981. },
  1982. "require": {
  1983. "ircmaxell/password-compat": "~1.0",
  1984. "php": ">=5.3.3"
  1985. },
  1986. "type": "library",
  1987. "extra": {
  1988. "branch-alias": {
  1989. "dev-master": "1.3-dev"
  1990. }
  1991. },
  1992. "autoload": {
  1993. "psr-4": {
  1994. "Symfony\\Polyfill\\Php55\\": ""
  1995. },
  1996. "files": [
  1997. "bootstrap.php"
  1998. ]
  1999. },
  2000. "notification-url": "https://packagist.org/downloads/",
  2001. "license": [
  2002. "MIT"
  2003. ],
  2004. "authors": [
  2005. {
  2006. "name": "Nicolas Grekas",
  2007. "email": "p@tchwork.com"
  2008. },
  2009. {
  2010. "name": "Symfony Community",
  2011. "homepage": "https://symfony.com/contributors"
  2012. }
  2013. ],
  2014. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  2015. "homepage": "https://symfony.com",
  2016. "keywords": [
  2017. "compatibility",
  2018. "polyfill",
  2019. "portable",
  2020. "shim"
  2021. ],
  2022. "time": "2016-11-14T01:06:16+00:00"
  2023. },
  2024. {
  2025. "name": "symfony/yaml",
  2026. "version": "v3.2.7",
  2027. "source": {
  2028. "type": "git",
  2029. "url": "https://github.com/symfony/yaml.git",
  2030. "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
  2031. },
  2032. "dist": {
  2033. "type": "zip",
  2034. "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
  2035. "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
  2036. "shasum": ""
  2037. },
  2038. "require": {
  2039. "php": ">=5.5.9"
  2040. },
  2041. "require-dev": {
  2042. "symfony/console": "~2.8|~3.0"
  2043. },
  2044. "suggest": {
  2045. "symfony/console": "For validating YAML files using the lint command"
  2046. },
  2047. "type": "library",
  2048. "extra": {
  2049. "branch-alias": {
  2050. "dev-master": "3.2-dev"
  2051. }
  2052. },
  2053. "autoload": {
  2054. "psr-4": {
  2055. "Symfony\\Component\\Yaml\\": ""
  2056. },
  2057. "exclude-from-classmap": [
  2058. "/Tests/"
  2059. ]
  2060. },
  2061. "notification-url": "https://packagist.org/downloads/",
  2062. "license": [
  2063. "MIT"
  2064. ],
  2065. "authors": [
  2066. {
  2067. "name": "Fabien Potencier",
  2068. "email": "fabien@symfony.com"
  2069. },
  2070. {
  2071. "name": "Symfony Community",
  2072. "homepage": "https://symfony.com/contributors"
  2073. }
  2074. ],
  2075. "description": "Symfony Yaml Component",
  2076. "homepage": "https://symfony.com",
  2077. "time": "2017-03-20T09:45:15+00:00"
  2078. },
  2079. {
  2080. "name": "webmozart/assert",
  2081. "version": "1.2.0",
  2082. "source": {
  2083. "type": "git",
  2084. "url": "https://github.com/webmozart/assert.git",
  2085. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  2086. },
  2087. "dist": {
  2088. "type": "zip",
  2089. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  2090. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  2091. "shasum": ""
  2092. },
  2093. "require": {
  2094. "php": "^5.3.3 || ^7.0"
  2095. },
  2096. "require-dev": {
  2097. "phpunit/phpunit": "^4.6",
  2098. "sebastian/version": "^1.0.1"
  2099. },
  2100. "type": "library",
  2101. "extra": {
  2102. "branch-alias": {
  2103. "dev-master": "1.3-dev"
  2104. }
  2105. },
  2106. "autoload": {
  2107. "psr-4": {
  2108. "Webmozart\\Assert\\": "src/"
  2109. }
  2110. },
  2111. "notification-url": "https://packagist.org/downloads/",
  2112. "license": [
  2113. "MIT"
  2114. ],
  2115. "authors": [
  2116. {
  2117. "name": "Bernhard Schussek",
  2118. "email": "bschussek@gmail.com"
  2119. }
  2120. ],
  2121. "description": "Assertions to validate method input/output with nice error messages.",
  2122. "keywords": [
  2123. "assert",
  2124. "check",
  2125. "validate"
  2126. ],
  2127. "time": "2016-11-23T20:04:58+00:00"
  2128. }
  2129. ],
  2130. "aliases": [],
  2131. "minimum-stability": "stable",
  2132. "stability-flags": [],
  2133. "prefer-stable": false,
  2134. "prefer-lowest": false,
  2135. "platform": [],
  2136. "platform-dev": []
  2137. }