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.

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