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.

2098 lines
71 KiB

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