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.

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