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.

1940 lines
66 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": "7bbd363fe763d3cd91781c2f335cda19",
  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.4",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/aaronpk/p3k-http.git",
  263. "reference": "136aac6f7ecd6d6e16e8ff9286b43110680c49ab"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/136aac6f7ecd6d6e16e8ff9286b43110680c49ab",
  268. "reference": "136aac6f7ecd6d6e16e8ff9286b43110680c49ab",
  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-28T19:46:12+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": "nikic/fast-route",
  601. "version": "v0.8.0",
  602. "source": {
  603. "type": "git",
  604. "url": "https://github.com/nikic/FastRoute.git",
  605. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6"
  606. },
  607. "dist": {
  608. "type": "zip",
  609. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  610. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  611. "shasum": ""
  612. },
  613. "require": {
  614. "php": ">=5.4.0"
  615. },
  616. "type": "library",
  617. "autoload": {
  618. "psr-4": {
  619. "FastRoute\\": "src/"
  620. },
  621. "files": [
  622. "src/functions.php"
  623. ]
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "license": [
  627. "BSD-3-Clause"
  628. ],
  629. "authors": [
  630. {
  631. "name": "Nikita Popov",
  632. "email": "nikic@php.net"
  633. }
  634. ],
  635. "description": "Fast request router for PHP",
  636. "keywords": [
  637. "router",
  638. "routing"
  639. ],
  640. "time": "2016-03-25T23:46:52+00:00"
  641. },
  642. {
  643. "name": "phpdocumentor/reflection-common",
  644. "version": "1.0",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  648. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  653. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": ">=5.5"
  658. },
  659. "require-dev": {
  660. "phpunit/phpunit": "^4.6"
  661. },
  662. "type": "library",
  663. "extra": {
  664. "branch-alias": {
  665. "dev-master": "1.0.x-dev"
  666. }
  667. },
  668. "autoload": {
  669. "psr-4": {
  670. "phpDocumentor\\Reflection\\": [
  671. "src"
  672. ]
  673. }
  674. },
  675. "notification-url": "https://packagist.org/downloads/",
  676. "license": [
  677. "MIT"
  678. ],
  679. "authors": [
  680. {
  681. "name": "Jaap van Otterdijk",
  682. "email": "opensource@ijaap.nl"
  683. }
  684. ],
  685. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  686. "homepage": "http://www.phpdoc.org",
  687. "keywords": [
  688. "FQSEN",
  689. "phpDocumentor",
  690. "phpdoc",
  691. "reflection",
  692. "static analysis"
  693. ],
  694. "time": "2015-12-27T11:43:31+00:00"
  695. },
  696. {
  697. "name": "phpdocumentor/reflection-docblock",
  698. "version": "3.1.1",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  702. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  707. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "php": ">=5.5",
  712. "phpdocumentor/reflection-common": "^1.0@dev",
  713. "phpdocumentor/type-resolver": "^0.2.0",
  714. "webmozart/assert": "^1.0"
  715. },
  716. "require-dev": {
  717. "mockery/mockery": "^0.9.4",
  718. "phpunit/phpunit": "^4.4"
  719. },
  720. "type": "library",
  721. "autoload": {
  722. "psr-4": {
  723. "phpDocumentor\\Reflection\\": [
  724. "src/"
  725. ]
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "MIT"
  731. ],
  732. "authors": [
  733. {
  734. "name": "Mike van Riel",
  735. "email": "me@mikevanriel.com"
  736. }
  737. ],
  738. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  739. "time": "2016-09-30T07:12:33+00:00"
  740. },
  741. {
  742. "name": "phpdocumentor/type-resolver",
  743. "version": "0.2.1",
  744. "source": {
  745. "type": "git",
  746. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  747. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  748. },
  749. "dist": {
  750. "type": "zip",
  751. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  752. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  753. "shasum": ""
  754. },
  755. "require": {
  756. "php": ">=5.5",
  757. "phpdocumentor/reflection-common": "^1.0"
  758. },
  759. "require-dev": {
  760. "mockery/mockery": "^0.9.4",
  761. "phpunit/phpunit": "^5.2||^4.8.24"
  762. },
  763. "type": "library",
  764. "extra": {
  765. "branch-alias": {
  766. "dev-master": "1.0.x-dev"
  767. }
  768. },
  769. "autoload": {
  770. "psr-4": {
  771. "phpDocumentor\\Reflection\\": [
  772. "src/"
  773. ]
  774. }
  775. },
  776. "notification-url": "https://packagist.org/downloads/",
  777. "license": [
  778. "MIT"
  779. ],
  780. "authors": [
  781. {
  782. "name": "Mike van Riel",
  783. "email": "me@mikevanriel.com"
  784. }
  785. ],
  786. "time": "2016-11-25T06:54:22+00:00"
  787. },
  788. {
  789. "name": "phpspec/prophecy",
  790. "version": "v1.7.0",
  791. "source": {
  792. "type": "git",
  793. "url": "https://github.com/phpspec/prophecy.git",
  794. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  795. },
  796. "dist": {
  797. "type": "zip",
  798. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  799. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  800. "shasum": ""
  801. },
  802. "require": {
  803. "doctrine/instantiator": "^1.0.2",
  804. "php": "^5.3|^7.0",
  805. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  806. "sebastian/comparator": "^1.1|^2.0",
  807. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  808. },
  809. "require-dev": {
  810. "phpspec/phpspec": "^2.5|^3.2",
  811. "phpunit/phpunit": "^4.8 || ^5.6.5"
  812. },
  813. "type": "library",
  814. "extra": {
  815. "branch-alias": {
  816. "dev-master": "1.6.x-dev"
  817. }
  818. },
  819. "autoload": {
  820. "psr-0": {
  821. "Prophecy\\": "src/"
  822. }
  823. },
  824. "notification-url": "https://packagist.org/downloads/",
  825. "license": [
  826. "MIT"
  827. ],
  828. "authors": [
  829. {
  830. "name": "Konstantin Kudryashov",
  831. "email": "ever.zet@gmail.com",
  832. "homepage": "http://everzet.com"
  833. },
  834. {
  835. "name": "Marcello Duarte",
  836. "email": "marcello.duarte@gmail.com"
  837. }
  838. ],
  839. "description": "Highly opinionated mocking framework for PHP 5.3+",
  840. "homepage": "https://github.com/phpspec/prophecy",
  841. "keywords": [
  842. "Double",
  843. "Dummy",
  844. "fake",
  845. "mock",
  846. "spy",
  847. "stub"
  848. ],
  849. "time": "2017-03-02T20:05:34+00:00"
  850. },
  851. {
  852. "name": "phpunit/php-code-coverage",
  853. "version": "2.2.4",
  854. "source": {
  855. "type": "git",
  856. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  857. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  858. },
  859. "dist": {
  860. "type": "zip",
  861. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  862. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  863. "shasum": ""
  864. },
  865. "require": {
  866. "php": ">=5.3.3",
  867. "phpunit/php-file-iterator": "~1.3",
  868. "phpunit/php-text-template": "~1.2",
  869. "phpunit/php-token-stream": "~1.3",
  870. "sebastian/environment": "^1.3.2",
  871. "sebastian/version": "~1.0"
  872. },
  873. "require-dev": {
  874. "ext-xdebug": ">=2.1.4",
  875. "phpunit/phpunit": "~4"
  876. },
  877. "suggest": {
  878. "ext-dom": "*",
  879. "ext-xdebug": ">=2.2.1",
  880. "ext-xmlwriter": "*"
  881. },
  882. "type": "library",
  883. "extra": {
  884. "branch-alias": {
  885. "dev-master": "2.2.x-dev"
  886. }
  887. },
  888. "autoload": {
  889. "classmap": [
  890. "src/"
  891. ]
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "BSD-3-Clause"
  896. ],
  897. "authors": [
  898. {
  899. "name": "Sebastian Bergmann",
  900. "email": "sb@sebastian-bergmann.de",
  901. "role": "lead"
  902. }
  903. ],
  904. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  905. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  906. "keywords": [
  907. "coverage",
  908. "testing",
  909. "xunit"
  910. ],
  911. "time": "2015-10-06T15:47:00+00:00"
  912. },
  913. {
  914. "name": "phpunit/php-file-iterator",
  915. "version": "1.4.2",
  916. "source": {
  917. "type": "git",
  918. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  919. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  920. },
  921. "dist": {
  922. "type": "zip",
  923. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  924. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  925. "shasum": ""
  926. },
  927. "require": {
  928. "php": ">=5.3.3"
  929. },
  930. "type": "library",
  931. "extra": {
  932. "branch-alias": {
  933. "dev-master": "1.4.x-dev"
  934. }
  935. },
  936. "autoload": {
  937. "classmap": [
  938. "src/"
  939. ]
  940. },
  941. "notification-url": "https://packagist.org/downloads/",
  942. "license": [
  943. "BSD-3-Clause"
  944. ],
  945. "authors": [
  946. {
  947. "name": "Sebastian Bergmann",
  948. "email": "sb@sebastian-bergmann.de",
  949. "role": "lead"
  950. }
  951. ],
  952. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  953. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  954. "keywords": [
  955. "filesystem",
  956. "iterator"
  957. ],
  958. "time": "2016-10-03T07:40:28+00:00"
  959. },
  960. {
  961. "name": "phpunit/php-text-template",
  962. "version": "1.2.1",
  963. "source": {
  964. "type": "git",
  965. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  966. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  967. },
  968. "dist": {
  969. "type": "zip",
  970. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  971. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  972. "shasum": ""
  973. },
  974. "require": {
  975. "php": ">=5.3.3"
  976. },
  977. "type": "library",
  978. "autoload": {
  979. "classmap": [
  980. "src/"
  981. ]
  982. },
  983. "notification-url": "https://packagist.org/downloads/",
  984. "license": [
  985. "BSD-3-Clause"
  986. ],
  987. "authors": [
  988. {
  989. "name": "Sebastian Bergmann",
  990. "email": "sebastian@phpunit.de",
  991. "role": "lead"
  992. }
  993. ],
  994. "description": "Simple template engine.",
  995. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  996. "keywords": [
  997. "template"
  998. ],
  999. "time": "2015-06-21T13:50:34+00:00"
  1000. },
  1001. {
  1002. "name": "phpunit/php-timer",
  1003. "version": "1.0.9",
  1004. "source": {
  1005. "type": "git",
  1006. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1007. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1008. },
  1009. "dist": {
  1010. "type": "zip",
  1011. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1012. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1013. "shasum": ""
  1014. },
  1015. "require": {
  1016. "php": "^5.3.3 || ^7.0"
  1017. },
  1018. "require-dev": {
  1019. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1020. },
  1021. "type": "library",
  1022. "extra": {
  1023. "branch-alias": {
  1024. "dev-master": "1.0-dev"
  1025. }
  1026. },
  1027. "autoload": {
  1028. "classmap": [
  1029. "src/"
  1030. ]
  1031. },
  1032. "notification-url": "https://packagist.org/downloads/",
  1033. "license": [
  1034. "BSD-3-Clause"
  1035. ],
  1036. "authors": [
  1037. {
  1038. "name": "Sebastian Bergmann",
  1039. "email": "sb@sebastian-bergmann.de",
  1040. "role": "lead"
  1041. }
  1042. ],
  1043. "description": "Utility class for timing",
  1044. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1045. "keywords": [
  1046. "timer"
  1047. ],
  1048. "time": "2017-02-26T11:10:40+00:00"
  1049. },
  1050. {
  1051. "name": "phpunit/php-token-stream",
  1052. "version": "1.4.11",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1056. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  1061. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  1062. "shasum": ""
  1063. },
  1064. "require": {
  1065. "ext-tokenizer": "*",
  1066. "php": ">=5.3.3"
  1067. },
  1068. "require-dev": {
  1069. "phpunit/phpunit": "~4.2"
  1070. },
  1071. "type": "library",
  1072. "extra": {
  1073. "branch-alias": {
  1074. "dev-master": "1.4-dev"
  1075. }
  1076. },
  1077. "autoload": {
  1078. "classmap": [
  1079. "src/"
  1080. ]
  1081. },
  1082. "notification-url": "https://packagist.org/downloads/",
  1083. "license": [
  1084. "BSD-3-Clause"
  1085. ],
  1086. "authors": [
  1087. {
  1088. "name": "Sebastian Bergmann",
  1089. "email": "sebastian@phpunit.de"
  1090. }
  1091. ],
  1092. "description": "Wrapper around PHP's tokenizer extension.",
  1093. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1094. "keywords": [
  1095. "tokenizer"
  1096. ],
  1097. "time": "2017-02-27T10:12:30+00:00"
  1098. },
  1099. {
  1100. "name": "phpunit/phpunit",
  1101. "version": "4.8.35",
  1102. "source": {
  1103. "type": "git",
  1104. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1105. "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
  1106. },
  1107. "dist": {
  1108. "type": "zip",
  1109. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
  1110. "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
  1111. "shasum": ""
  1112. },
  1113. "require": {
  1114. "ext-dom": "*",
  1115. "ext-json": "*",
  1116. "ext-pcre": "*",
  1117. "ext-reflection": "*",
  1118. "ext-spl": "*",
  1119. "php": ">=5.3.3",
  1120. "phpspec/prophecy": "^1.3.1",
  1121. "phpunit/php-code-coverage": "~2.1",
  1122. "phpunit/php-file-iterator": "~1.4",
  1123. "phpunit/php-text-template": "~1.2",
  1124. "phpunit/php-timer": "^1.0.6",
  1125. "phpunit/phpunit-mock-objects": "~2.3",
  1126. "sebastian/comparator": "~1.2.2",
  1127. "sebastian/diff": "~1.2",
  1128. "sebastian/environment": "~1.3",
  1129. "sebastian/exporter": "~1.2",
  1130. "sebastian/global-state": "~1.0",
  1131. "sebastian/version": "~1.0",
  1132. "symfony/yaml": "~2.1|~3.0"
  1133. },
  1134. "suggest": {
  1135. "phpunit/php-invoker": "~1.1"
  1136. },
  1137. "bin": [
  1138. "phpunit"
  1139. ],
  1140. "type": "library",
  1141. "extra": {
  1142. "branch-alias": {
  1143. "dev-master": "4.8.x-dev"
  1144. }
  1145. },
  1146. "autoload": {
  1147. "classmap": [
  1148. "src/"
  1149. ]
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "BSD-3-Clause"
  1154. ],
  1155. "authors": [
  1156. {
  1157. "name": "Sebastian Bergmann",
  1158. "email": "sebastian@phpunit.de",
  1159. "role": "lead"
  1160. }
  1161. ],
  1162. "description": "The PHP Unit Testing framework.",
  1163. "homepage": "https://phpunit.de/",
  1164. "keywords": [
  1165. "phpunit",
  1166. "testing",
  1167. "xunit"
  1168. ],
  1169. "time": "2017-02-06T05:18:07+00:00"
  1170. },
  1171. {
  1172. "name": "phpunit/phpunit-mock-objects",
  1173. "version": "2.3.8",
  1174. "source": {
  1175. "type": "git",
  1176. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1177. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1178. },
  1179. "dist": {
  1180. "type": "zip",
  1181. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1182. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1183. "shasum": ""
  1184. },
  1185. "require": {
  1186. "doctrine/instantiator": "^1.0.2",
  1187. "php": ">=5.3.3",
  1188. "phpunit/php-text-template": "~1.2",
  1189. "sebastian/exporter": "~1.2"
  1190. },
  1191. "require-dev": {
  1192. "phpunit/phpunit": "~4.4"
  1193. },
  1194. "suggest": {
  1195. "ext-soap": "*"
  1196. },
  1197. "type": "library",
  1198. "extra": {
  1199. "branch-alias": {
  1200. "dev-master": "2.3.x-dev"
  1201. }
  1202. },
  1203. "autoload": {
  1204. "classmap": [
  1205. "src/"
  1206. ]
  1207. },
  1208. "notification-url": "https://packagist.org/downloads/",
  1209. "license": [
  1210. "BSD-3-Clause"
  1211. ],
  1212. "authors": [
  1213. {
  1214. "name": "Sebastian Bergmann",
  1215. "email": "sb@sebastian-bergmann.de",
  1216. "role": "lead"
  1217. }
  1218. ],
  1219. "description": "Mock Object library for PHPUnit",
  1220. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1221. "keywords": [
  1222. "mock",
  1223. "xunit"
  1224. ],
  1225. "time": "2015-10-02T06:51:40+00:00"
  1226. },
  1227. {
  1228. "name": "sebastian/comparator",
  1229. "version": "1.2.4",
  1230. "source": {
  1231. "type": "git",
  1232. "url": "https://github.com/sebastianbergmann/comparator.git",
  1233. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1234. },
  1235. "dist": {
  1236. "type": "zip",
  1237. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1238. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1239. "shasum": ""
  1240. },
  1241. "require": {
  1242. "php": ">=5.3.3",
  1243. "sebastian/diff": "~1.2",
  1244. "sebastian/exporter": "~1.2 || ~2.0"
  1245. },
  1246. "require-dev": {
  1247. "phpunit/phpunit": "~4.4"
  1248. },
  1249. "type": "library",
  1250. "extra": {
  1251. "branch-alias": {
  1252. "dev-master": "1.2.x-dev"
  1253. }
  1254. },
  1255. "autoload": {
  1256. "classmap": [
  1257. "src/"
  1258. ]
  1259. },
  1260. "notification-url": "https://packagist.org/downloads/",
  1261. "license": [
  1262. "BSD-3-Clause"
  1263. ],
  1264. "authors": [
  1265. {
  1266. "name": "Jeff Welch",
  1267. "email": "whatthejeff@gmail.com"
  1268. },
  1269. {
  1270. "name": "Volker Dusch",
  1271. "email": "github@wallbash.com"
  1272. },
  1273. {
  1274. "name": "Bernhard Schussek",
  1275. "email": "bschussek@2bepublished.at"
  1276. },
  1277. {
  1278. "name": "Sebastian Bergmann",
  1279. "email": "sebastian@phpunit.de"
  1280. }
  1281. ],
  1282. "description": "Provides the functionality to compare PHP values for equality",
  1283. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1284. "keywords": [
  1285. "comparator",
  1286. "compare",
  1287. "equality"
  1288. ],
  1289. "time": "2017-01-29T09:50:25+00:00"
  1290. },
  1291. {
  1292. "name": "sebastian/diff",
  1293. "version": "1.4.1",
  1294. "source": {
  1295. "type": "git",
  1296. "url": "https://github.com/sebastianbergmann/diff.git",
  1297. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1298. },
  1299. "dist": {
  1300. "type": "zip",
  1301. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1302. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1303. "shasum": ""
  1304. },
  1305. "require": {
  1306. "php": ">=5.3.3"
  1307. },
  1308. "require-dev": {
  1309. "phpunit/phpunit": "~4.8"
  1310. },
  1311. "type": "library",
  1312. "extra": {
  1313. "branch-alias": {
  1314. "dev-master": "1.4-dev"
  1315. }
  1316. },
  1317. "autoload": {
  1318. "classmap": [
  1319. "src/"
  1320. ]
  1321. },
  1322. "notification-url": "https://packagist.org/downloads/",
  1323. "license": [
  1324. "BSD-3-Clause"
  1325. ],
  1326. "authors": [
  1327. {
  1328. "name": "Kore Nordmann",
  1329. "email": "mail@kore-nordmann.de"
  1330. },
  1331. {
  1332. "name": "Sebastian Bergmann",
  1333. "email": "sebastian@phpunit.de"
  1334. }
  1335. ],
  1336. "description": "Diff implementation",
  1337. "homepage": "https://github.com/sebastianbergmann/diff",
  1338. "keywords": [
  1339. "diff"
  1340. ],
  1341. "time": "2015-12-08T07:14:41+00:00"
  1342. },
  1343. {
  1344. "name": "sebastian/environment",
  1345. "version": "1.3.8",
  1346. "source": {
  1347. "type": "git",
  1348. "url": "https://github.com/sebastianbergmann/environment.git",
  1349. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  1350. },
  1351. "dist": {
  1352. "type": "zip",
  1353. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1354. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  1355. "shasum": ""
  1356. },
  1357. "require": {
  1358. "php": "^5.3.3 || ^7.0"
  1359. },
  1360. "require-dev": {
  1361. "phpunit/phpunit": "^4.8 || ^5.0"
  1362. },
  1363. "type": "library",
  1364. "extra": {
  1365. "branch-alias": {
  1366. "dev-master": "1.3.x-dev"
  1367. }
  1368. },
  1369. "autoload": {
  1370. "classmap": [
  1371. "src/"
  1372. ]
  1373. },
  1374. "notification-url": "https://packagist.org/downloads/",
  1375. "license": [
  1376. "BSD-3-Clause"
  1377. ],
  1378. "authors": [
  1379. {
  1380. "name": "Sebastian Bergmann",
  1381. "email": "sebastian@phpunit.de"
  1382. }
  1383. ],
  1384. "description": "Provides functionality to handle HHVM/PHP environments",
  1385. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1386. "keywords": [
  1387. "Xdebug",
  1388. "environment",
  1389. "hhvm"
  1390. ],
  1391. "time": "2016-08-18T05:49:44+00:00"
  1392. },
  1393. {
  1394. "name": "sebastian/exporter",
  1395. "version": "1.2.2",
  1396. "source": {
  1397. "type": "git",
  1398. "url": "https://github.com/sebastianbergmann/exporter.git",
  1399. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  1400. },
  1401. "dist": {
  1402. "type": "zip",
  1403. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  1404. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  1405. "shasum": ""
  1406. },
  1407. "require": {
  1408. "php": ">=5.3.3",
  1409. "sebastian/recursion-context": "~1.0"
  1410. },
  1411. "require-dev": {
  1412. "ext-mbstring": "*",
  1413. "phpunit/phpunit": "~4.4"
  1414. },
  1415. "type": "library",
  1416. "extra": {
  1417. "branch-alias": {
  1418. "dev-master": "1.3.x-dev"
  1419. }
  1420. },
  1421. "autoload": {
  1422. "classmap": [
  1423. "src/"
  1424. ]
  1425. },
  1426. "notification-url": "https://packagist.org/downloads/",
  1427. "license": [
  1428. "BSD-3-Clause"
  1429. ],
  1430. "authors": [
  1431. {
  1432. "name": "Jeff Welch",
  1433. "email": "whatthejeff@gmail.com"
  1434. },
  1435. {
  1436. "name": "Volker Dusch",
  1437. "email": "github@wallbash.com"
  1438. },
  1439. {
  1440. "name": "Bernhard Schussek",
  1441. "email": "bschussek@2bepublished.at"
  1442. },
  1443. {
  1444. "name": "Sebastian Bergmann",
  1445. "email": "sebastian@phpunit.de"
  1446. },
  1447. {
  1448. "name": "Adam Harvey",
  1449. "email": "aharvey@php.net"
  1450. }
  1451. ],
  1452. "description": "Provides the functionality to export PHP variables for visualization",
  1453. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1454. "keywords": [
  1455. "export",
  1456. "exporter"
  1457. ],
  1458. "time": "2016-06-17T09:04:28+00:00"
  1459. },
  1460. {
  1461. "name": "sebastian/global-state",
  1462. "version": "1.1.1",
  1463. "source": {
  1464. "type": "git",
  1465. "url": "https://github.com/sebastianbergmann/global-state.git",
  1466. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1467. },
  1468. "dist": {
  1469. "type": "zip",
  1470. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1471. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1472. "shasum": ""
  1473. },
  1474. "require": {
  1475. "php": ">=5.3.3"
  1476. },
  1477. "require-dev": {
  1478. "phpunit/phpunit": "~4.2"
  1479. },
  1480. "suggest": {
  1481. "ext-uopz": "*"
  1482. },
  1483. "type": "library",
  1484. "extra": {
  1485. "branch-alias": {
  1486. "dev-master": "1.0-dev"
  1487. }
  1488. },
  1489. "autoload": {
  1490. "classmap": [
  1491. "src/"
  1492. ]
  1493. },
  1494. "notification-url": "https://packagist.org/downloads/",
  1495. "license": [
  1496. "BSD-3-Clause"
  1497. ],
  1498. "authors": [
  1499. {
  1500. "name": "Sebastian Bergmann",
  1501. "email": "sebastian@phpunit.de"
  1502. }
  1503. ],
  1504. "description": "Snapshotting of global state",
  1505. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1506. "keywords": [
  1507. "global state"
  1508. ],
  1509. "time": "2015-10-12T03:26:01+00:00"
  1510. },
  1511. {
  1512. "name": "sebastian/recursion-context",
  1513. "version": "1.0.5",
  1514. "source": {
  1515. "type": "git",
  1516. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1517. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  1518. },
  1519. "dist": {
  1520. "type": "zip",
  1521. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1522. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1523. "shasum": ""
  1524. },
  1525. "require": {
  1526. "php": ">=5.3.3"
  1527. },
  1528. "require-dev": {
  1529. "phpunit/phpunit": "~4.4"
  1530. },
  1531. "type": "library",
  1532. "extra": {
  1533. "branch-alias": {
  1534. "dev-master": "1.0.x-dev"
  1535. }
  1536. },
  1537. "autoload": {
  1538. "classmap": [
  1539. "src/"
  1540. ]
  1541. },
  1542. "notification-url": "https://packagist.org/downloads/",
  1543. "license": [
  1544. "BSD-3-Clause"
  1545. ],
  1546. "authors": [
  1547. {
  1548. "name": "Jeff Welch",
  1549. "email": "whatthejeff@gmail.com"
  1550. },
  1551. {
  1552. "name": "Sebastian Bergmann",
  1553. "email": "sebastian@phpunit.de"
  1554. },
  1555. {
  1556. "name": "Adam Harvey",
  1557. "email": "aharvey@php.net"
  1558. }
  1559. ],
  1560. "description": "Provides functionality to recursively process PHP variables",
  1561. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1562. "time": "2016-10-03T07:41:43+00:00"
  1563. },
  1564. {
  1565. "name": "sebastian/version",
  1566. "version": "1.0.6",
  1567. "source": {
  1568. "type": "git",
  1569. "url": "https://github.com/sebastianbergmann/version.git",
  1570. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1571. },
  1572. "dist": {
  1573. "type": "zip",
  1574. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1575. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1576. "shasum": ""
  1577. },
  1578. "type": "library",
  1579. "autoload": {
  1580. "classmap": [
  1581. "src/"
  1582. ]
  1583. },
  1584. "notification-url": "https://packagist.org/downloads/",
  1585. "license": [
  1586. "BSD-3-Clause"
  1587. ],
  1588. "authors": [
  1589. {
  1590. "name": "Sebastian Bergmann",
  1591. "email": "sebastian@phpunit.de",
  1592. "role": "lead"
  1593. }
  1594. ],
  1595. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1596. "homepage": "https://github.com/sebastianbergmann/version",
  1597. "time": "2015-06-21T13:59:46+00:00"
  1598. },
  1599. {
  1600. "name": "symfony/http-foundation",
  1601. "version": "v2.8.19",
  1602. "source": {
  1603. "type": "git",
  1604. "url": "https://github.com/symfony/http-foundation.git",
  1605. "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2"
  1606. },
  1607. "dist": {
  1608. "type": "zip",
  1609. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
  1610. "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
  1611. "shasum": ""
  1612. },
  1613. "require": {
  1614. "php": ">=5.3.9",
  1615. "symfony/polyfill-mbstring": "~1.1",
  1616. "symfony/polyfill-php54": "~1.0",
  1617. "symfony/polyfill-php55": "~1.0"
  1618. },
  1619. "require-dev": {
  1620. "symfony/expression-language": "~2.4|~3.0.0"
  1621. },
  1622. "type": "library",
  1623. "extra": {
  1624. "branch-alias": {
  1625. "dev-master": "2.8-dev"
  1626. }
  1627. },
  1628. "autoload": {
  1629. "psr-4": {
  1630. "Symfony\\Component\\HttpFoundation\\": ""
  1631. },
  1632. "exclude-from-classmap": [
  1633. "/Tests/"
  1634. ]
  1635. },
  1636. "notification-url": "https://packagist.org/downloads/",
  1637. "license": [
  1638. "MIT"
  1639. ],
  1640. "authors": [
  1641. {
  1642. "name": "Fabien Potencier",
  1643. "email": "fabien@symfony.com"
  1644. },
  1645. {
  1646. "name": "Symfony Community",
  1647. "homepage": "https://symfony.com/contributors"
  1648. }
  1649. ],
  1650. "description": "Symfony HttpFoundation Component",
  1651. "homepage": "https://symfony.com",
  1652. "time": "2017-04-04T15:24:26+00:00"
  1653. },
  1654. {
  1655. "name": "symfony/polyfill-mbstring",
  1656. "version": "v1.3.0",
  1657. "source": {
  1658. "type": "git",
  1659. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1660. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
  1661. },
  1662. "dist": {
  1663. "type": "zip",
  1664. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  1665. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
  1666. "shasum": ""
  1667. },
  1668. "require": {
  1669. "php": ">=5.3.3"
  1670. },
  1671. "suggest": {
  1672. "ext-mbstring": "For best performance"
  1673. },
  1674. "type": "library",
  1675. "extra": {
  1676. "branch-alias": {
  1677. "dev-master": "1.3-dev"
  1678. }
  1679. },
  1680. "autoload": {
  1681. "psr-4": {
  1682. "Symfony\\Polyfill\\Mbstring\\": ""
  1683. },
  1684. "files": [
  1685. "bootstrap.php"
  1686. ]
  1687. },
  1688. "notification-url": "https://packagist.org/downloads/",
  1689. "license": [
  1690. "MIT"
  1691. ],
  1692. "authors": [
  1693. {
  1694. "name": "Nicolas Grekas",
  1695. "email": "p@tchwork.com"
  1696. },
  1697. {
  1698. "name": "Symfony Community",
  1699. "homepage": "https://symfony.com/contributors"
  1700. }
  1701. ],
  1702. "description": "Symfony polyfill for the Mbstring extension",
  1703. "homepage": "https://symfony.com",
  1704. "keywords": [
  1705. "compatibility",
  1706. "mbstring",
  1707. "polyfill",
  1708. "portable",
  1709. "shim"
  1710. ],
  1711. "time": "2016-11-14T01:06:16+00:00"
  1712. },
  1713. {
  1714. "name": "symfony/polyfill-php54",
  1715. "version": "v1.3.0",
  1716. "source": {
  1717. "type": "git",
  1718. "url": "https://github.com/symfony/polyfill-php54.git",
  1719. "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
  1720. },
  1721. "dist": {
  1722. "type": "zip",
  1723. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  1724. "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
  1725. "shasum": ""
  1726. },
  1727. "require": {
  1728. "php": ">=5.3.3"
  1729. },
  1730. "type": "library",
  1731. "extra": {
  1732. "branch-alias": {
  1733. "dev-master": "1.3-dev"
  1734. }
  1735. },
  1736. "autoload": {
  1737. "psr-4": {
  1738. "Symfony\\Polyfill\\Php54\\": ""
  1739. },
  1740. "files": [
  1741. "bootstrap.php"
  1742. ],
  1743. "classmap": [
  1744. "Resources/stubs"
  1745. ]
  1746. },
  1747. "notification-url": "https://packagist.org/downloads/",
  1748. "license": [
  1749. "MIT"
  1750. ],
  1751. "authors": [
  1752. {
  1753. "name": "Nicolas Grekas",
  1754. "email": "p@tchwork.com"
  1755. },
  1756. {
  1757. "name": "Symfony Community",
  1758. "homepage": "https://symfony.com/contributors"
  1759. }
  1760. ],
  1761. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  1762. "homepage": "https://symfony.com",
  1763. "keywords": [
  1764. "compatibility",
  1765. "polyfill",
  1766. "portable",
  1767. "shim"
  1768. ],
  1769. "time": "2016-11-14T01:06:16+00:00"
  1770. },
  1771. {
  1772. "name": "symfony/polyfill-php55",
  1773. "version": "v1.3.0",
  1774. "source": {
  1775. "type": "git",
  1776. "url": "https://github.com/symfony/polyfill-php55.git",
  1777. "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
  1778. },
  1779. "dist": {
  1780. "type": "zip",
  1781. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
  1782. "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
  1783. "shasum": ""
  1784. },
  1785. "require": {
  1786. "ircmaxell/password-compat": "~1.0",
  1787. "php": ">=5.3.3"
  1788. },
  1789. "type": "library",
  1790. "extra": {
  1791. "branch-alias": {
  1792. "dev-master": "1.3-dev"
  1793. }
  1794. },
  1795. "autoload": {
  1796. "psr-4": {
  1797. "Symfony\\Polyfill\\Php55\\": ""
  1798. },
  1799. "files": [
  1800. "bootstrap.php"
  1801. ]
  1802. },
  1803. "notification-url": "https://packagist.org/downloads/",
  1804. "license": [
  1805. "MIT"
  1806. ],
  1807. "authors": [
  1808. {
  1809. "name": "Nicolas Grekas",
  1810. "email": "p@tchwork.com"
  1811. },
  1812. {
  1813. "name": "Symfony Community",
  1814. "homepage": "https://symfony.com/contributors"
  1815. }
  1816. ],
  1817. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  1818. "homepage": "https://symfony.com",
  1819. "keywords": [
  1820. "compatibility",
  1821. "polyfill",
  1822. "portable",
  1823. "shim"
  1824. ],
  1825. "time": "2016-11-14T01:06:16+00:00"
  1826. },
  1827. {
  1828. "name": "symfony/yaml",
  1829. "version": "v3.2.7",
  1830. "source": {
  1831. "type": "git",
  1832. "url": "https://github.com/symfony/yaml.git",
  1833. "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
  1834. },
  1835. "dist": {
  1836. "type": "zip",
  1837. "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
  1838. "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
  1839. "shasum": ""
  1840. },
  1841. "require": {
  1842. "php": ">=5.5.9"
  1843. },
  1844. "require-dev": {
  1845. "symfony/console": "~2.8|~3.0"
  1846. },
  1847. "suggest": {
  1848. "symfony/console": "For validating YAML files using the lint command"
  1849. },
  1850. "type": "library",
  1851. "extra": {
  1852. "branch-alias": {
  1853. "dev-master": "3.2-dev"
  1854. }
  1855. },
  1856. "autoload": {
  1857. "psr-4": {
  1858. "Symfony\\Component\\Yaml\\": ""
  1859. },
  1860. "exclude-from-classmap": [
  1861. "/Tests/"
  1862. ]
  1863. },
  1864. "notification-url": "https://packagist.org/downloads/",
  1865. "license": [
  1866. "MIT"
  1867. ],
  1868. "authors": [
  1869. {
  1870. "name": "Fabien Potencier",
  1871. "email": "fabien@symfony.com"
  1872. },
  1873. {
  1874. "name": "Symfony Community",
  1875. "homepage": "https://symfony.com/contributors"
  1876. }
  1877. ],
  1878. "description": "Symfony Yaml Component",
  1879. "homepage": "https://symfony.com",
  1880. "time": "2017-03-20T09:45:15+00:00"
  1881. },
  1882. {
  1883. "name": "webmozart/assert",
  1884. "version": "1.2.0",
  1885. "source": {
  1886. "type": "git",
  1887. "url": "https://github.com/webmozart/assert.git",
  1888. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1889. },
  1890. "dist": {
  1891. "type": "zip",
  1892. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1893. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1894. "shasum": ""
  1895. },
  1896. "require": {
  1897. "php": "^5.3.3 || ^7.0"
  1898. },
  1899. "require-dev": {
  1900. "phpunit/phpunit": "^4.6",
  1901. "sebastian/version": "^1.0.1"
  1902. },
  1903. "type": "library",
  1904. "extra": {
  1905. "branch-alias": {
  1906. "dev-master": "1.3-dev"
  1907. }
  1908. },
  1909. "autoload": {
  1910. "psr-4": {
  1911. "Webmozart\\Assert\\": "src/"
  1912. }
  1913. },
  1914. "notification-url": "https://packagist.org/downloads/",
  1915. "license": [
  1916. "MIT"
  1917. ],
  1918. "authors": [
  1919. {
  1920. "name": "Bernhard Schussek",
  1921. "email": "bschussek@gmail.com"
  1922. }
  1923. ],
  1924. "description": "Assertions to validate method input/output with nice error messages.",
  1925. "keywords": [
  1926. "assert",
  1927. "check",
  1928. "validate"
  1929. ],
  1930. "time": "2016-11-23T20:04:58+00:00"
  1931. }
  1932. ],
  1933. "aliases": [],
  1934. "minimum-stability": "stable",
  1935. "stability-flags": [],
  1936. "prefer-stable": false,
  1937. "prefer-lowest": false,
  1938. "platform": [],
  1939. "platform-dev": []
  1940. }