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.

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