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.

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