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.

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