Mirror of Quill
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.

1256 lines
43 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "31929d77a3beed9464c673c1fc112bae",
  8. "packages": [
  9. {
  10. "name": "abraham/twitteroauth",
  11. "version": "0.7.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/abraham/twitteroauth.git",
  15. "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/c6f9e692552dd037b2324ed0dfa28a4e60875acf",
  20. "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "php": "^5.6 || ^7.0"
  26. },
  27. "require-dev": {
  28. "phpmd/phpmd": "~2.6",
  29. "phpunit/phpunit": "~5.7",
  30. "squizlabs/php_codesniffer": "~3.0"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "Abraham\\TwitterOAuth\\": "src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Abraham Williams",
  45. "email": "abraham@abrah.am",
  46. "homepage": "https://abrah.am",
  47. "role": "Developer"
  48. }
  49. ],
  50. "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
  51. "homepage": "https://twitteroauth.com",
  52. "keywords": [
  53. "Twitter API",
  54. "Twitter oAuth",
  55. "api",
  56. "oauth",
  57. "rest",
  58. "social",
  59. "twitter"
  60. ],
  61. "time": "2017-06-30T22:02:01+00:00"
  62. },
  63. {
  64. "name": "cebe/markdown",
  65. "version": "1.1.2",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/cebe/markdown.git",
  69. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
  74. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "lib-pcre": "*",
  79. "php": ">=5.4.0"
  80. },
  81. "require-dev": {
  82. "cebe/indent": "*",
  83. "facebook/xhprof": "*@dev",
  84. "phpunit/phpunit": "4.1.*"
  85. },
  86. "bin": [
  87. "bin/markdown"
  88. ],
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.1.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "cebe\\markdown\\": ""
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Carsten Brandt",
  107. "email": "mail@cebe.cc",
  108. "homepage": "http://cebe.cc/",
  109. "role": "Creator"
  110. }
  111. ],
  112. "description": "A super fast, highly extensible markdown parser for PHP",
  113. "homepage": "https://github.com/cebe/markdown#readme",
  114. "keywords": [
  115. "extensible",
  116. "fast",
  117. "gfm",
  118. "markdown",
  119. "markdown-extra"
  120. ],
  121. "time": "2017-07-16T21:13:23+00:00"
  122. },
  123. {
  124. "name": "dg/twitter-php",
  125. "version": "v3.6",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/dg/twitter-php.git",
  129. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  134. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "ext-curl": "*",
  139. "php": ">=5.2.0"
  140. },
  141. "type": "library",
  142. "autoload": {
  143. "classmap": [
  144. "src/"
  145. ]
  146. },
  147. "notification-url": "https://packagist.org/downloads/",
  148. "license": [
  149. "BSD-3-Clause"
  150. ],
  151. "authors": [
  152. {
  153. "name": "David Grudl",
  154. "homepage": "https://davidgrudl.com"
  155. }
  156. ],
  157. "description": "Small and easy Twitter library for PHP",
  158. "homepage": "https://github.com/dg/twitter-php",
  159. "keywords": [
  160. "oauth",
  161. "twitter"
  162. ],
  163. "time": "2016-08-15T16:46:22+00:00"
  164. },
  165. {
  166. "name": "ezyang/htmlpurifier",
  167. "version": "v4.10.0",
  168. "source": {
  169. "type": "git",
  170. "url": "https://github.com/ezyang/htmlpurifier.git",
  171. "reference": "d85d39da4576a6934b72480be6978fb10c860021"
  172. },
  173. "dist": {
  174. "type": "zip",
  175. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
  176. "reference": "d85d39da4576a6934b72480be6978fb10c860021",
  177. "shasum": ""
  178. },
  179. "require": {
  180. "php": ">=5.2"
  181. },
  182. "require-dev": {
  183. "simpletest/simpletest": "^1.1"
  184. },
  185. "type": "library",
  186. "autoload": {
  187. "psr-0": {
  188. "HTMLPurifier": "library/"
  189. },
  190. "files": [
  191. "library/HTMLPurifier.composer.php"
  192. ]
  193. },
  194. "notification-url": "https://packagist.org/downloads/",
  195. "license": [
  196. "LGPL"
  197. ],
  198. "authors": [
  199. {
  200. "name": "Edward Z. Yang",
  201. "email": "admin@htmlpurifier.org",
  202. "homepage": "http://ezyang.com"
  203. }
  204. ],
  205. "description": "Standards compliant HTML filter written in PHP",
  206. "homepage": "http://htmlpurifier.org/",
  207. "keywords": [
  208. "html"
  209. ],
  210. "time": "2018-02-23T01:58:20+00:00"
  211. },
  212. {
  213. "name": "facebook/graph-sdk",
  214. "version": "5.6.3",
  215. "source": {
  216. "type": "git",
  217. "url": "https://github.com/facebook/php-graph-sdk.git",
  218. "reference": "90e92bd1816fe718e55184ab85910dfcf488432c"
  219. },
  220. "dist": {
  221. "type": "zip",
  222. "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/90e92bd1816fe718e55184ab85910dfcf488432c",
  223. "reference": "90e92bd1816fe718e55184ab85910dfcf488432c",
  224. "shasum": ""
  225. },
  226. "require": {
  227. "php": "^5.4|^7.0"
  228. },
  229. "require-dev": {
  230. "guzzlehttp/guzzle": "~5.0",
  231. "mockery/mockery": "~0.8",
  232. "phpunit/phpunit": "~4.0"
  233. },
  234. "suggest": {
  235. "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
  236. "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
  237. },
  238. "type": "library",
  239. "extra": {
  240. "branch-alias": {
  241. "dev-master": "5.x-dev"
  242. }
  243. },
  244. "autoload": {
  245. "psr-4": {
  246. "Facebook\\": "src/Facebook/"
  247. },
  248. "files": [
  249. "src/Facebook/polyfills.php"
  250. ]
  251. },
  252. "notification-url": "https://packagist.org/downloads/",
  253. "license": [
  254. "Facebook Platform"
  255. ],
  256. "authors": [
  257. {
  258. "name": "Facebook",
  259. "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
  260. }
  261. ],
  262. "description": "Facebook SDK for PHP",
  263. "homepage": "https://github.com/facebook/php-graph-sdk",
  264. "keywords": [
  265. "facebook",
  266. "sdk"
  267. ],
  268. "time": "2018-07-03T02:25:00+00:00"
  269. },
  270. {
  271. "name": "firebase/php-jwt",
  272. "version": "v2.2.0",
  273. "source": {
  274. "type": "git",
  275. "url": "https://github.com/firebase/php-jwt.git",
  276. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5"
  277. },
  278. "dist": {
  279. "type": "zip",
  280. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  281. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  282. "shasum": ""
  283. },
  284. "require": {
  285. "php": ">=5.2.0"
  286. },
  287. "type": "library",
  288. "autoload": {
  289. "classmap": [
  290. "Authentication/",
  291. "Exceptions/"
  292. ]
  293. },
  294. "notification-url": "https://packagist.org/downloads/",
  295. "license": [
  296. "BSD-3-Clause"
  297. ],
  298. "authors": [
  299. {
  300. "name": "Neuman Vong",
  301. "email": "neuman+pear@twilio.com",
  302. "role": "Developer"
  303. },
  304. {
  305. "name": "Anant Narayanan",
  306. "email": "anant@php.net",
  307. "role": "Developer"
  308. }
  309. ],
  310. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  311. "homepage": "https://github.com/firebase/php-jwt",
  312. "time": "2015-06-22T23:26:39+00:00"
  313. },
  314. {
  315. "name": "gajus/dindent",
  316. "version": "2.0.2",
  317. "source": {
  318. "type": "git",
  319. "url": "https://github.com/gajus/dindent.git",
  320. "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c"
  321. },
  322. "dist": {
  323. "type": "zip",
  324. "url": "https://api.github.com/repos/gajus/dindent/zipball/d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
  325. "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
  326. "shasum": ""
  327. },
  328. "require": {
  329. "php": ">=5.3"
  330. },
  331. "require-dev": {
  332. "satooshi/php-coveralls": "dev-master"
  333. },
  334. "type": "library",
  335. "autoload": {
  336. "psr-4": {
  337. "Gajus\\Dindent\\": "src/"
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "BSD-3-Clause"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Gajus Kuizinas",
  347. "email": "gk@anuary.com"
  348. }
  349. ],
  350. "description": "HTML indentation library for development and testing.",
  351. "homepage": "https://github.com/gajus/dindent",
  352. "keywords": [
  353. "format",
  354. "html",
  355. "indent"
  356. ],
  357. "time": "2014-10-08T10:03:04+00:00"
  358. },
  359. {
  360. "name": "indieauth/client",
  361. "version": "1.1.5",
  362. "source": {
  363. "type": "git",
  364. "url": "https://github.com/indieweb/indieauth-client-php.git",
  365. "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed"
  366. },
  367. "dist": {
  368. "type": "zip",
  369. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed",
  370. "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed",
  371. "shasum": ""
  372. },
  373. "require": {
  374. "indieweb/representative-h-card": "^0.1.2",
  375. "mf2/mf2": ">=0.3.2",
  376. "p3k/http": ">=0.1.6",
  377. "php": ">5.6.0"
  378. },
  379. "require-dev": {
  380. "phpunit/phpunit": "4.8.*"
  381. },
  382. "type": "library",
  383. "autoload": {
  384. "psr-0": {
  385. "IndieAuth": "src/"
  386. }
  387. },
  388. "notification-url": "https://packagist.org/downloads/",
  389. "license": [
  390. "Apache-2.0"
  391. ],
  392. "authors": [
  393. {
  394. "name": "Aaron Parecki",
  395. "homepage": "https://aaronparecki.com"
  396. }
  397. ],
  398. "description": "IndieAuth Client Library",
  399. "support": {
  400. "issues": "https://github.com/indieweb/indieauth-client-php/issues",
  401. "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5"
  402. },
  403. "funding": [
  404. {
  405. "url": "https://opencollective.com/indieweb",
  406. "type": "opencollective"
  407. }
  408. ],
  409. "time": "2021-01-10T00:19:07+00:00"
  410. },
  411. {
  412. "name": "indieweb/date-formatter",
  413. "version": "0.3.1",
  414. "source": {
  415. "type": "git",
  416. "url": "https://github.com/indieweb/date-formatter-php.git",
  417. "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab"
  418. },
  419. "dist": {
  420. "type": "zip",
  421. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/282946ebae0efa5f9c00be88553d76d7a39824ab",
  422. "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab",
  423. "shasum": ""
  424. },
  425. "require": {
  426. "php": ">=5.3.0"
  427. },
  428. "require-dev": {
  429. "mf2/mf2": ">=0.2.12",
  430. "phpunit/phpunit": "~4.0"
  431. },
  432. "type": "library",
  433. "autoload": {
  434. "psr-0": {
  435. "IndieWeb": "src/"
  436. }
  437. },
  438. "notification-url": "https://packagist.org/downloads/",
  439. "license": [
  440. "Apache-2.0"
  441. ],
  442. "authors": [
  443. {
  444. "name": "Aaron Parecki",
  445. "homepage": "http://aaronparecki.com"
  446. }
  447. ],
  448. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  449. "homepage": "https://github.com/indieweb/date-formatter-php",
  450. "keywords": [
  451. "date",
  452. "format",
  453. "microformats",
  454. "microformats2"
  455. ],
  456. "time": "2016-04-05T15:13:00+00:00"
  457. },
  458. {
  459. "name": "indieweb/link-rel-parser",
  460. "version": "0.1.3",
  461. "source": {
  462. "type": "git",
  463. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  464. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
  465. },
  466. "dist": {
  467. "type": "zip",
  468. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
  469. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
  470. "shasum": ""
  471. },
  472. "require": {
  473. "php": ">=5.3.0"
  474. },
  475. "type": "library",
  476. "autoload": {
  477. "files": [
  478. "src/IndieWeb/link_rel_parser.php"
  479. ]
  480. },
  481. "notification-url": "https://packagist.org/downloads/",
  482. "license": [
  483. "Apache-2.0"
  484. ],
  485. "authors": [
  486. {
  487. "name": "Aaron Parecki",
  488. "homepage": "http://aaronparecki.com"
  489. },
  490. {
  491. "name": "Tantek Çelik",
  492. "homepage": "http://tantek.com"
  493. }
  494. ],
  495. "description": "Parse rel values from HTTP headers",
  496. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  497. "keywords": [
  498. "http",
  499. "indieweb",
  500. "microformats2"
  501. ],
  502. "time": "2017-01-11T17:14:49+00:00"
  503. },
  504. {
  505. "name": "indieweb/representative-h-card",
  506. "version": "0.1.2",
  507. "source": {
  508. "type": "git",
  509. "url": "https://github.com/indieweb/representative-h-card-php.git",
  510. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
  511. },
  512. "dist": {
  513. "type": "zip",
  514. "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  515. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  516. "shasum": ""
  517. },
  518. "require": {
  519. "php": ">=5.4"
  520. },
  521. "require-dev": {
  522. "mf2/mf2": "0.2.*",
  523. "phpunit/phpunit": "*"
  524. },
  525. "type": "library",
  526. "autoload": {
  527. "files": [
  528. "src/mf2/representative-h-card.php"
  529. ]
  530. },
  531. "notification-url": "https://packagist.org/downloads/",
  532. "license": [
  533. "Apache-2.0"
  534. ],
  535. "authors": [
  536. {
  537. "name": "Aaron Parecki",
  538. "homepage": "http://aaronparecki.com"
  539. }
  540. ],
  541. "keywords": [
  542. "h-card",
  543. "indieweb",
  544. "mf2",
  545. "microformats"
  546. ],
  547. "time": "2015-12-23T18:11:19+00:00"
  548. },
  549. {
  550. "name": "j4mie/idiorm",
  551. "version": "v1.4.1",
  552. "source": {
  553. "type": "git",
  554. "url": "https://github.com/j4mie/idiorm.git",
  555. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  556. },
  557. "dist": {
  558. "type": "zip",
  559. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  560. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  561. "shasum": ""
  562. },
  563. "require": {
  564. "php": ">=5.2.0"
  565. },
  566. "type": "library",
  567. "autoload": {
  568. "classmap": [
  569. "idiorm.php"
  570. ]
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "BSD-2-Clause",
  575. "BSD-3-Clause",
  576. "BSD-4-Clause"
  577. ],
  578. "authors": [
  579. {
  580. "name": "Simon Holywell",
  581. "email": "treffynnon@php.net",
  582. "homepage": "http://simonholywell.com",
  583. "role": "Maintainer"
  584. },
  585. {
  586. "name": "Jamie Matthews",
  587. "email": "jamie.matthews@gmail.com",
  588. "homepage": "http://j4mie.org",
  589. "role": "Developer"
  590. },
  591. {
  592. "name": "Durham Hale",
  593. "email": "me@durhamhale.com",
  594. "homepage": "http://durhamhale.com",
  595. "role": "Maintainer"
  596. }
  597. ],
  598. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  599. "homepage": "http://j4mie.github.com/idiormandparis",
  600. "keywords": [
  601. "idiorm",
  602. "orm",
  603. "query builder"
  604. ],
  605. "time": "2013-12-12T10:25:27+00:00"
  606. },
  607. {
  608. "name": "masterminds/html5",
  609. "version": "2.3.0",
  610. "source": {
  611. "type": "git",
  612. "url": "https://github.com/Masterminds/html5-php.git",
  613. "reference": "2c37c6c520b995b761674de3be8455a381679067"
  614. },
  615. "dist": {
  616. "type": "zip",
  617. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
  618. "reference": "2c37c6c520b995b761674de3be8455a381679067",
  619. "shasum": ""
  620. },
  621. "require": {
  622. "ext-libxml": "*",
  623. "php": ">=5.3.0"
  624. },
  625. "require-dev": {
  626. "phpunit/phpunit": "4.*",
  627. "sami/sami": "~2.0",
  628. "satooshi/php-coveralls": "1.0.*"
  629. },
  630. "type": "library",
  631. "extra": {
  632. "branch-alias": {
  633. "dev-master": "2.2-dev"
  634. }
  635. },
  636. "autoload": {
  637. "psr-4": {
  638. "Masterminds\\": "src"
  639. }
  640. },
  641. "notification-url": "https://packagist.org/downloads/",
  642. "license": [
  643. "MIT"
  644. ],
  645. "authors": [
  646. {
  647. "name": "Matt Butcher",
  648. "email": "technosophos@gmail.com"
  649. },
  650. {
  651. "name": "Asmir Mustafic",
  652. "email": "goetas@gmail.com"
  653. },
  654. {
  655. "name": "Matt Farina",
  656. "email": "matt@mattfarina.com"
  657. }
  658. ],
  659. "description": "An HTML5 parser and serializer.",
  660. "homepage": "http://masterminds.github.io/html5-php",
  661. "keywords": [
  662. "HTML5",
  663. "dom",
  664. "html",
  665. "parser",
  666. "querypath",
  667. "serializer",
  668. "xml"
  669. ],
  670. "time": "2017-09-04T12:26:28+00:00"
  671. },
  672. {
  673. "name": "mf2/mf2",
  674. "version": "v0.4.5",
  675. "source": {
  676. "type": "git",
  677. "url": "https://github.com/indieweb/php-mf2.git",
  678. "reference": "35fee8b6481695438a44f336534b4cd782bcd518"
  679. },
  680. "dist": {
  681. "type": "zip",
  682. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/35fee8b6481695438a44f336534b4cd782bcd518",
  683. "reference": "35fee8b6481695438a44f336534b4cd782bcd518",
  684. "shasum": ""
  685. },
  686. "require": {
  687. "php": ">=5.4.0"
  688. },
  689. "require-dev": {
  690. "mf2/tests": "@dev",
  691. "phpdocumentor/phpdocumentor": "v2.8.4",
  692. "phpunit/phpunit": "4.8.*"
  693. },
  694. "suggest": {
  695. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  696. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  697. },
  698. "bin": [
  699. "bin/fetch-mf2",
  700. "bin/parse-mf2"
  701. ],
  702. "type": "library",
  703. "autoload": {
  704. "files": [
  705. "Mf2/Parser.php"
  706. ]
  707. },
  708. "notification-url": "https://packagist.org/downloads/",
  709. "license": [
  710. "CC0-1.0"
  711. ],
  712. "authors": [
  713. {
  714. "name": "Barnaby Walters",
  715. "homepage": "http://waterpigs.co.uk"
  716. }
  717. ],
  718. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  719. "keywords": [
  720. "html",
  721. "microformats",
  722. "microformats 2",
  723. "parser",
  724. "semantic"
  725. ],
  726. "time": "2018-08-02T17:12:58+00:00"
  727. },
  728. {
  729. "name": "michelf/php-markdown",
  730. "version": "1.9.0",
  731. "source": {
  732. "type": "git",
  733. "url": "https://github.com/michelf/php-markdown.git",
  734. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
  735. },
  736. "dist": {
  737. "type": "zip",
  738. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  739. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  740. "shasum": ""
  741. },
  742. "require": {
  743. "php": ">=5.3.0"
  744. },
  745. "require-dev": {
  746. "phpunit/phpunit": ">=4.3 <5.8"
  747. },
  748. "type": "library",
  749. "autoload": {
  750. "psr-4": {
  751. "Michelf\\": "Michelf/"
  752. }
  753. },
  754. "notification-url": "https://packagist.org/downloads/",
  755. "license": [
  756. "BSD-3-Clause"
  757. ],
  758. "authors": [
  759. {
  760. "name": "Michel Fortin",
  761. "email": "michel.fortin@michelf.ca",
  762. "homepage": "https://michelf.ca/",
  763. "role": "Developer"
  764. },
  765. {
  766. "name": "John Gruber",
  767. "homepage": "https://daringfireball.net/"
  768. }
  769. ],
  770. "description": "PHP Markdown",
  771. "homepage": "https://michelf.ca/projects/php-markdown/",
  772. "keywords": [
  773. "markdown"
  774. ],
  775. "support": {
  776. "issues": "https://github.com/michelf/php-markdown/issues",
  777. "source": "https://github.com/michelf/php-markdown/tree/1.9.0"
  778. },
  779. "time": "2019-12-02T02:32:27+00:00"
  780. },
  781. {
  782. "name": "mpratt/relativetime",
  783. "version": "1.5.4",
  784. "source": {
  785. "type": "git",
  786. "url": "https://github.com/mpratt/RelativeTime.git",
  787. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7"
  788. },
  789. "dist": {
  790. "type": "zip",
  791. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  792. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  793. "shasum": ""
  794. },
  795. "require": {
  796. "php": ">=5.3"
  797. },
  798. "type": "library",
  799. "autoload": {
  800. "psr-0": {
  801. "RelativeTime": "Lib/"
  802. }
  803. },
  804. "notification-url": "https://packagist.org/downloads/",
  805. "license": [
  806. "MIT"
  807. ],
  808. "authors": [
  809. {
  810. "name": "Michael Pratt",
  811. "email": "pratt@hablarmierda.net",
  812. "homepage": "http://www.michael-pratt.com",
  813. "role": "Author/Developer"
  814. }
  815. ],
  816. "description": "A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.",
  817. "homepage": "https://github.com/mpratt/RelativeTime",
  818. "keywords": [
  819. "ago",
  820. "date",
  821. "future",
  822. "interval",
  823. "relative",
  824. "time",
  825. "time-ago"
  826. ],
  827. "time": "2015-12-24T12:43:04+00:00"
  828. },
  829. {
  830. "name": "p3k/http",
  831. "version": "0.1.7",
  832. "source": {
  833. "type": "git",
  834. "url": "https://github.com/aaronpk/p3k-http.git",
  835. "reference": "1826647c4902a18dea5ec532f21509ba4d51210b"
  836. },
  837. "dist": {
  838. "type": "zip",
  839. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/1826647c4902a18dea5ec532f21509ba4d51210b",
  840. "reference": "1826647c4902a18dea5ec532f21509ba4d51210b",
  841. "shasum": ""
  842. },
  843. "require": {
  844. "indieweb/link-rel-parser": "0.1.*",
  845. "mf2/mf2": ">=0.3.2"
  846. },
  847. "type": "library",
  848. "autoload": {
  849. "psr-4": {
  850. "p3k\\": "src/p3k"
  851. }
  852. },
  853. "notification-url": "https://packagist.org/downloads/",
  854. "license": [
  855. "MIT"
  856. ],
  857. "authors": [
  858. {
  859. "name": "Aaron Parecki",
  860. "homepage": "https://aaronparecki.com"
  861. }
  862. ],
  863. "description": "A simple wrapper API around the PHP curl functions",
  864. "homepage": "https://github.com/aaronpk/p3k-http",
  865. "time": "2018-03-04T15:21:58+00:00"
  866. },
  867. {
  868. "name": "p3k/multipart",
  869. "version": "0.2.0",
  870. "source": {
  871. "type": "git",
  872. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  873. "reference": "c190b4692b872a359868faba11251ead842ac20f"
  874. },
  875. "dist": {
  876. "type": "zip",
  877. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/c190b4692b872a359868faba11251ead842ac20f",
  878. "reference": "c190b4692b872a359868faba11251ead842ac20f",
  879. "shasum": ""
  880. },
  881. "require": {
  882. "php": ">5.4.0"
  883. },
  884. "type": "library",
  885. "autoload": {
  886. "files": [
  887. "src/p3k/Multipart.php"
  888. ]
  889. },
  890. "notification-url": "https://packagist.org/downloads/",
  891. "license": [
  892. "Apache 2.0"
  893. ],
  894. "authors": [
  895. {
  896. "name": "Aaron Parecki",
  897. "homepage": "http://aaronparecki.com"
  898. }
  899. ],
  900. "description": "Multipart Encoding Library",
  901. "time": "2016-12-28T14:50:41+00:00"
  902. },
  903. {
  904. "name": "p3k/picofeed",
  905. "version": "v0.1.38",
  906. "source": {
  907. "type": "git",
  908. "url": "https://github.com/aaronpk/picoFeed.git",
  909. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab"
  910. },
  911. "dist": {
  912. "type": "zip",
  913. "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab",
  914. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab",
  915. "shasum": ""
  916. },
  917. "require": {
  918. "ext-dom": "*",
  919. "ext-iconv": "*",
  920. "ext-libxml": "*",
  921. "ext-simplexml": "*",
  922. "ext-xml": "*",
  923. "php": ">=5.3.0",
  924. "zendframework/zendxml": "^1.0"
  925. },
  926. "require-dev": {
  927. "phpdocumentor/reflection-docblock": "2.0.4",
  928. "phpunit/phpunit": "4.8.26",
  929. "symfony/yaml": "2.8.7"
  930. },
  931. "suggest": {
  932. "ext-curl": "PicoFeed will use cURL if present"
  933. },
  934. "bin": [
  935. "picofeed"
  936. ],
  937. "type": "library",
  938. "autoload": {
  939. "psr-0": {
  940. "PicoFeed": "lib/"
  941. }
  942. },
  943. "notification-url": "https://packagist.org/downloads/",
  944. "license": [
  945. "MIT"
  946. ],
  947. "authors": [
  948. {
  949. "name": "Frédéric Guillot"
  950. }
  951. ],
  952. "description": "Modern library to handle RSS/Atom feeds",
  953. "homepage": "https://github.com/miniflux/picoFeed",
  954. "time": "2017-11-30T00:16:58+00:00"
  955. },
  956. {
  957. "name": "p3k/timezone",
  958. "version": "0.1.0",
  959. "source": {
  960. "type": "git",
  961. "url": "https://github.com/aaronpk/p3k-timezone.git",
  962. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  963. },
  964. "dist": {
  965. "type": "zip",
  966. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  967. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  968. "shasum": ""
  969. },
  970. "require": {
  971. "php": ">=5.4.0"
  972. },
  973. "type": "library",
  974. "autoload": {
  975. "files": [
  976. "src/p3k/Timezone.php"
  977. ]
  978. },
  979. "notification-url": "https://packagist.org/downloads/",
  980. "license": [
  981. "Apache-2.0"
  982. ],
  983. "authors": [
  984. {
  985. "name": "Aaron Parecki",
  986. "homepage": "https://aaronparecki.com"
  987. }
  988. ],
  989. "description": "Find the timezone of a given location",
  990. "homepage": "https://github.com/aaronpk/p3k-timezone",
  991. "keywords": [
  992. "date",
  993. "p3k",
  994. "timezone"
  995. ],
  996. "time": "2017-01-12T17:30:08+00:00"
  997. },
  998. {
  999. "name": "p3k/utils",
  1000. "version": "1.2.0",
  1001. "source": {
  1002. "type": "git",
  1003. "url": "https://github.com/aaronpk/p3k-utils.git",
  1004. "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde"
  1005. },
  1006. "dist": {
  1007. "type": "zip",
  1008. "url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/ecd0ba1afca8e586f09792f7be5052e142d3cbde",
  1009. "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde",
  1010. "shasum": ""
  1011. },
  1012. "require": {
  1013. "php": ">=5.5"
  1014. },
  1015. "require-dev": {
  1016. "phpunit/phpunit": "^4.8.13",
  1017. "predis/predis": "1.1.*"
  1018. },
  1019. "type": "library",
  1020. "autoload": {
  1021. "files": [
  1022. "src/global.php",
  1023. "src/url.php",
  1024. "src/utils.php",
  1025. "src/date.php",
  1026. "src/cache.php",
  1027. "src/geo.php"
  1028. ]
  1029. },
  1030. "notification-url": "https://packagist.org/downloads/",
  1031. "license": [
  1032. "MIT"
  1033. ],
  1034. "authors": [
  1035. {
  1036. "name": "Aaron Parecki",
  1037. "homepage": "https://aaronparecki.com"
  1038. }
  1039. ],
  1040. "description": "Some helpful functions used by https://p3k.io projects",
  1041. "homepage": "https://github.com/aaronpk/p3k-utils",
  1042. "time": "2018-03-28T13:44:56+00:00"
  1043. },
  1044. {
  1045. "name": "p3k/xray",
  1046. "version": "v1.6.9",
  1047. "source": {
  1048. "type": "git",
  1049. "url": "https://github.com/aaronpk/XRay.git",
  1050. "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564"
  1051. },
  1052. "dist": {
  1053. "type": "zip",
  1054. "url": "https://api.github.com/repos/aaronpk/XRay/zipball/8b4a38cef75d73c7826ea38e7d08d09e96279564",
  1055. "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564",
  1056. "shasum": ""
  1057. },
  1058. "require": {
  1059. "cebe/markdown": "1.1.*",
  1060. "dg/twitter-php": "3.6.*",
  1061. "ezyang/htmlpurifier": "4.10.*",
  1062. "facebook/graph-sdk": "^5.5",
  1063. "indieweb/link-rel-parser": "0.1.*",
  1064. "masterminds/html5": "^2.3",
  1065. "mf2/mf2": "^0.4",
  1066. "p3k/http": ">=0.1.7",
  1067. "p3k/picofeed": ">=0.1.38",
  1068. "p3k/timezone": "*"
  1069. },
  1070. "require-dev": {
  1071. "league/plates": "3.*",
  1072. "league/route": "1.*",
  1073. "phpunit/phpunit": "4.8.*"
  1074. },
  1075. "type": "library",
  1076. "autoload": {
  1077. "psr-4": {
  1078. "p3k\\XRay\\": "lib/XRay"
  1079. },
  1080. "files": [
  1081. "lib/helpers.php",
  1082. "lib/XRay.php"
  1083. ]
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "MIT"
  1088. ],
  1089. "description": "X-Ray returns structured data from any URL",
  1090. "homepage": "https://github.com/aaronpk/XRay",
  1091. "time": "2018-08-30T20:12:41+00:00"
  1092. },
  1093. {
  1094. "name": "saltybeagle/savant3",
  1095. "version": "dev-master",
  1096. "source": {
  1097. "type": "git",
  1098. "url": "https://github.com/saltybeagle/Savant3.git",
  1099. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  1100. },
  1101. "dist": {
  1102. "type": "zip",
  1103. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  1104. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  1105. "shasum": ""
  1106. },
  1107. "type": "library",
  1108. "autoload": {
  1109. "classmap": [
  1110. "Savant3.php",
  1111. "Savant3",
  1112. "Savant3/resources"
  1113. ]
  1114. },
  1115. "notification-url": "https://packagist.org/downloads/",
  1116. "license": [
  1117. "LGPL"
  1118. ],
  1119. "authors": [
  1120. {
  1121. "name": "Brett Bieber",
  1122. "email": "brett.bieber@gmail.com"
  1123. }
  1124. ],
  1125. "description": "Savant3 template engine",
  1126. "time": "2014-01-07T17:10:32+00:00"
  1127. },
  1128. {
  1129. "name": "slim/slim",
  1130. "version": "2.2.0",
  1131. "source": {
  1132. "type": "git",
  1133. "url": "https://github.com/slimphp/Slim.git",
  1134. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  1135. },
  1136. "dist": {
  1137. "type": "zip",
  1138. "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  1139. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  1140. "shasum": ""
  1141. },
  1142. "require": {
  1143. "php": ">=5.3.0"
  1144. },
  1145. "type": "library",
  1146. "autoload": {
  1147. "psr-0": {
  1148. "Slim": "."
  1149. }
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "MIT"
  1154. ],
  1155. "authors": [
  1156. {
  1157. "name": "Josh Lockhart",
  1158. "email": "info@joshlockhart.com",
  1159. "homepage": "http://www.joshlockhart.com/"
  1160. }
  1161. ],
  1162. "description": "Slim Framework, a PHP micro framework",
  1163. "homepage": "http://github.com/codeguy/Slim",
  1164. "keywords": [
  1165. "microframework",
  1166. "rest",
  1167. "router"
  1168. ],
  1169. "support": {
  1170. "issues": "https://github.com/slimphp/Slim/issues",
  1171. "source": "https://github.com/slimphp/Slim/tree/2.2.0"
  1172. },
  1173. "time": "2012-12-13T02:15:50+00:00"
  1174. },
  1175. {
  1176. "name": "tantek/cassis",
  1177. "version": "v0.2.16895",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/tantek/cassis.git",
  1181. "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/tantek/cassis/zipball/357e30ad12017b4d67cac5f4400e8f371cd2f504",
  1186. "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504",
  1187. "shasum": ""
  1188. },
  1189. "type": "library",
  1190. "autoload": {
  1191. "files": [
  1192. "cassis.php"
  1193. ]
  1194. },
  1195. "notification-url": "https://packagist.org/downloads/",
  1196. "time": "2016-04-04T15:31:04+00:00"
  1197. },
  1198. {
  1199. "name": "zendframework/zendxml",
  1200. "version": "1.1.0",
  1201. "source": {
  1202. "type": "git",
  1203. "url": "https://github.com/zendframework/ZendXml.git",
  1204. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99"
  1205. },
  1206. "dist": {
  1207. "type": "zip",
  1208. "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1209. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1210. "shasum": ""
  1211. },
  1212. "require": {
  1213. "php": "^5.6 || ^7.0"
  1214. },
  1215. "require-dev": {
  1216. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
  1217. "zendframework/zend-coding-standard": "~1.0.0"
  1218. },
  1219. "type": "library",
  1220. "extra": {
  1221. "branch-alias": {
  1222. "dev-master": "1.1.x-dev",
  1223. "dev-develop": "1.2.x-dev"
  1224. }
  1225. },
  1226. "autoload": {
  1227. "psr-4": {
  1228. "ZendXml\\": "src/"
  1229. }
  1230. },
  1231. "notification-url": "https://packagist.org/downloads/",
  1232. "license": [
  1233. "BSD-3-Clause"
  1234. ],
  1235. "description": "Utility library for XML usage, best practices, and security in PHP",
  1236. "keywords": [
  1237. "ZendFramework",
  1238. "security",
  1239. "xml",
  1240. "zf"
  1241. ],
  1242. "time": "2018-04-30T15:11:04+00:00"
  1243. }
  1244. ],
  1245. "packages-dev": [],
  1246. "aliases": [],
  1247. "minimum-stability": "stable",
  1248. "stability-flags": {
  1249. "saltybeagle/savant3": 20
  1250. },
  1251. "prefer-stable": false,
  1252. "prefer-lowest": false,
  1253. "platform": [],
  1254. "platform-dev": [],
  1255. "plugin-api-version": "2.0.0"
  1256. }