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.

1269 lines
44 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": "7a7e63d18026542673380e30a8c9cf80",
  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": "v6.0.0",
  273. "source": {
  274. "type": "git",
  275. "url": "https://github.com/firebase/php-jwt.git",
  276. "reference": "0541cba75ab108ef901985e68055a92646c73534"
  277. },
  278. "dist": {
  279. "type": "zip",
  280. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534",
  281. "reference": "0541cba75ab108ef901985e68055a92646c73534",
  282. "shasum": ""
  283. },
  284. "require": {
  285. "php": ">=5.3.0"
  286. },
  287. "require-dev": {
  288. "phpunit/phpunit": ">=4.8 <=9"
  289. },
  290. "suggest": {
  291. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  292. },
  293. "type": "library",
  294. "autoload": {
  295. "psr-4": {
  296. "Firebase\\JWT\\": "src"
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "BSD-3-Clause"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Neuman Vong",
  306. "email": "neuman+pear@twilio.com",
  307. "role": "Developer"
  308. },
  309. {
  310. "name": "Anant Narayanan",
  311. "email": "anant@php.net",
  312. "role": "Developer"
  313. }
  314. ],
  315. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  316. "homepage": "https://github.com/firebase/php-jwt",
  317. "keywords": [
  318. "jwt",
  319. "php"
  320. ],
  321. "support": {
  322. "issues": "https://github.com/firebase/php-jwt/issues",
  323. "source": "https://github.com/firebase/php-jwt/tree/v6.0.0"
  324. },
  325. "time": "2022-01-24T15:18:34+00:00"
  326. },
  327. {
  328. "name": "gajus/dindent",
  329. "version": "2.0.2",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/gajus/dindent.git",
  333. "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/gajus/dindent/zipball/d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
  338. "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
  339. "shasum": ""
  340. },
  341. "require": {
  342. "php": ">=5.3"
  343. },
  344. "require-dev": {
  345. "satooshi/php-coveralls": "dev-master"
  346. },
  347. "type": "library",
  348. "autoload": {
  349. "psr-4": {
  350. "Gajus\\Dindent\\": "src/"
  351. }
  352. },
  353. "notification-url": "https://packagist.org/downloads/",
  354. "license": [
  355. "BSD-3-Clause"
  356. ],
  357. "authors": [
  358. {
  359. "name": "Gajus Kuizinas",
  360. "email": "gk@anuary.com"
  361. }
  362. ],
  363. "description": "HTML indentation library for development and testing.",
  364. "homepage": "https://github.com/gajus/dindent",
  365. "keywords": [
  366. "format",
  367. "html",
  368. "indent"
  369. ],
  370. "time": "2014-10-08T10:03:04+00:00"
  371. },
  372. {
  373. "name": "indieauth/client",
  374. "version": "1.1.5",
  375. "source": {
  376. "type": "git",
  377. "url": "https://github.com/indieweb/indieauth-client-php.git",
  378. "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed"
  379. },
  380. "dist": {
  381. "type": "zip",
  382. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed",
  383. "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed",
  384. "shasum": ""
  385. },
  386. "require": {
  387. "indieweb/representative-h-card": "^0.1.2",
  388. "mf2/mf2": ">=0.3.2",
  389. "p3k/http": ">=0.1.6",
  390. "php": ">5.6.0"
  391. },
  392. "require-dev": {
  393. "phpunit/phpunit": "4.8.*"
  394. },
  395. "type": "library",
  396. "autoload": {
  397. "psr-0": {
  398. "IndieAuth": "src/"
  399. }
  400. },
  401. "notification-url": "https://packagist.org/downloads/",
  402. "license": [
  403. "Apache-2.0"
  404. ],
  405. "authors": [
  406. {
  407. "name": "Aaron Parecki",
  408. "homepage": "https://aaronparecki.com"
  409. }
  410. ],
  411. "description": "IndieAuth Client Library",
  412. "support": {
  413. "issues": "https://github.com/indieweb/indieauth-client-php/issues",
  414. "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5"
  415. },
  416. "funding": [
  417. {
  418. "url": "https://opencollective.com/indieweb",
  419. "type": "opencollective"
  420. }
  421. ],
  422. "time": "2021-01-10T00:19:07+00:00"
  423. },
  424. {
  425. "name": "indieweb/date-formatter",
  426. "version": "0.3.1",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/indieweb/date-formatter-php.git",
  430. "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/282946ebae0efa5f9c00be88553d76d7a39824ab",
  435. "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab",
  436. "shasum": ""
  437. },
  438. "require": {
  439. "php": ">=5.3.0"
  440. },
  441. "require-dev": {
  442. "mf2/mf2": ">=0.2.12",
  443. "phpunit/phpunit": "~4.0"
  444. },
  445. "type": "library",
  446. "autoload": {
  447. "psr-0": {
  448. "IndieWeb": "src/"
  449. }
  450. },
  451. "notification-url": "https://packagist.org/downloads/",
  452. "license": [
  453. "Apache-2.0"
  454. ],
  455. "authors": [
  456. {
  457. "name": "Aaron Parecki",
  458. "homepage": "http://aaronparecki.com"
  459. }
  460. ],
  461. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  462. "homepage": "https://github.com/indieweb/date-formatter-php",
  463. "keywords": [
  464. "date",
  465. "format",
  466. "microformats",
  467. "microformats2"
  468. ],
  469. "time": "2016-04-05T15:13:00+00:00"
  470. },
  471. {
  472. "name": "indieweb/link-rel-parser",
  473. "version": "0.1.3",
  474. "source": {
  475. "type": "git",
  476. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  477. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
  478. },
  479. "dist": {
  480. "type": "zip",
  481. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
  482. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
  483. "shasum": ""
  484. },
  485. "require": {
  486. "php": ">=5.3.0"
  487. },
  488. "type": "library",
  489. "autoload": {
  490. "files": [
  491. "src/IndieWeb/link_rel_parser.php"
  492. ]
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "Apache-2.0"
  497. ],
  498. "authors": [
  499. {
  500. "name": "Aaron Parecki",
  501. "homepage": "http://aaronparecki.com"
  502. },
  503. {
  504. "name": "Tantek Çelik",
  505. "homepage": "http://tantek.com"
  506. }
  507. ],
  508. "description": "Parse rel values from HTTP headers",
  509. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  510. "keywords": [
  511. "http",
  512. "indieweb",
  513. "microformats2"
  514. ],
  515. "time": "2017-01-11T17:14:49+00:00"
  516. },
  517. {
  518. "name": "indieweb/representative-h-card",
  519. "version": "0.1.2",
  520. "source": {
  521. "type": "git",
  522. "url": "https://github.com/indieweb/representative-h-card-php.git",
  523. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
  524. },
  525. "dist": {
  526. "type": "zip",
  527. "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  528. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  529. "shasum": ""
  530. },
  531. "require": {
  532. "php": ">=5.4"
  533. },
  534. "require-dev": {
  535. "mf2/mf2": "0.2.*",
  536. "phpunit/phpunit": "*"
  537. },
  538. "type": "library",
  539. "autoload": {
  540. "files": [
  541. "src/mf2/representative-h-card.php"
  542. ]
  543. },
  544. "notification-url": "https://packagist.org/downloads/",
  545. "license": [
  546. "Apache-2.0"
  547. ],
  548. "authors": [
  549. {
  550. "name": "Aaron Parecki",
  551. "homepage": "http://aaronparecki.com"
  552. }
  553. ],
  554. "keywords": [
  555. "h-card",
  556. "indieweb",
  557. "mf2",
  558. "microformats"
  559. ],
  560. "time": "2015-12-23T18:11:19+00:00"
  561. },
  562. {
  563. "name": "j4mie/idiorm",
  564. "version": "v1.4.1",
  565. "source": {
  566. "type": "git",
  567. "url": "https://github.com/j4mie/idiorm.git",
  568. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  569. },
  570. "dist": {
  571. "type": "zip",
  572. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  573. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  574. "shasum": ""
  575. },
  576. "require": {
  577. "php": ">=5.2.0"
  578. },
  579. "type": "library",
  580. "autoload": {
  581. "classmap": [
  582. "idiorm.php"
  583. ]
  584. },
  585. "notification-url": "https://packagist.org/downloads/",
  586. "license": [
  587. "BSD-2-Clause",
  588. "BSD-3-Clause",
  589. "BSD-4-Clause"
  590. ],
  591. "authors": [
  592. {
  593. "name": "Simon Holywell",
  594. "email": "treffynnon@php.net",
  595. "homepage": "http://simonholywell.com",
  596. "role": "Maintainer"
  597. },
  598. {
  599. "name": "Jamie Matthews",
  600. "email": "jamie.matthews@gmail.com",
  601. "homepage": "http://j4mie.org",
  602. "role": "Developer"
  603. },
  604. {
  605. "name": "Durham Hale",
  606. "email": "me@durhamhale.com",
  607. "homepage": "http://durhamhale.com",
  608. "role": "Maintainer"
  609. }
  610. ],
  611. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  612. "homepage": "http://j4mie.github.com/idiormandparis",
  613. "keywords": [
  614. "idiorm",
  615. "orm",
  616. "query builder"
  617. ],
  618. "time": "2013-12-12T10:25:27+00:00"
  619. },
  620. {
  621. "name": "masterminds/html5",
  622. "version": "2.3.0",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/Masterminds/html5-php.git",
  626. "reference": "2c37c6c520b995b761674de3be8455a381679067"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
  631. "reference": "2c37c6c520b995b761674de3be8455a381679067",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "ext-libxml": "*",
  636. "php": ">=5.3.0"
  637. },
  638. "require-dev": {
  639. "phpunit/phpunit": "4.*",
  640. "sami/sami": "~2.0",
  641. "satooshi/php-coveralls": "1.0.*"
  642. },
  643. "type": "library",
  644. "extra": {
  645. "branch-alias": {
  646. "dev-master": "2.2-dev"
  647. }
  648. },
  649. "autoload": {
  650. "psr-4": {
  651. "Masterminds\\": "src"
  652. }
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Matt Butcher",
  661. "email": "technosophos@gmail.com"
  662. },
  663. {
  664. "name": "Asmir Mustafic",
  665. "email": "goetas@gmail.com"
  666. },
  667. {
  668. "name": "Matt Farina",
  669. "email": "matt@mattfarina.com"
  670. }
  671. ],
  672. "description": "An HTML5 parser and serializer.",
  673. "homepage": "http://masterminds.github.io/html5-php",
  674. "keywords": [
  675. "HTML5",
  676. "dom",
  677. "html",
  678. "parser",
  679. "querypath",
  680. "serializer",
  681. "xml"
  682. ],
  683. "time": "2017-09-04T12:26:28+00:00"
  684. },
  685. {
  686. "name": "mf2/mf2",
  687. "version": "v0.4.5",
  688. "source": {
  689. "type": "git",
  690. "url": "https://github.com/indieweb/php-mf2.git",
  691. "reference": "35fee8b6481695438a44f336534b4cd782bcd518"
  692. },
  693. "dist": {
  694. "type": "zip",
  695. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/35fee8b6481695438a44f336534b4cd782bcd518",
  696. "reference": "35fee8b6481695438a44f336534b4cd782bcd518",
  697. "shasum": ""
  698. },
  699. "require": {
  700. "php": ">=5.4.0"
  701. },
  702. "require-dev": {
  703. "mf2/tests": "@dev",
  704. "phpdocumentor/phpdocumentor": "v2.8.4",
  705. "phpunit/phpunit": "4.8.*"
  706. },
  707. "suggest": {
  708. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  709. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  710. },
  711. "bin": [
  712. "bin/fetch-mf2",
  713. "bin/parse-mf2"
  714. ],
  715. "type": "library",
  716. "autoload": {
  717. "files": [
  718. "Mf2/Parser.php"
  719. ]
  720. },
  721. "notification-url": "https://packagist.org/downloads/",
  722. "license": [
  723. "CC0-1.0"
  724. ],
  725. "authors": [
  726. {
  727. "name": "Barnaby Walters",
  728. "homepage": "http://waterpigs.co.uk"
  729. }
  730. ],
  731. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  732. "keywords": [
  733. "html",
  734. "microformats",
  735. "microformats 2",
  736. "parser",
  737. "semantic"
  738. ],
  739. "time": "2018-08-02T17:12:58+00:00"
  740. },
  741. {
  742. "name": "michelf/php-markdown",
  743. "version": "1.9.0",
  744. "source": {
  745. "type": "git",
  746. "url": "https://github.com/michelf/php-markdown.git",
  747. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
  748. },
  749. "dist": {
  750. "type": "zip",
  751. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  752. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  753. "shasum": ""
  754. },
  755. "require": {
  756. "php": ">=5.3.0"
  757. },
  758. "require-dev": {
  759. "phpunit/phpunit": ">=4.3 <5.8"
  760. },
  761. "type": "library",
  762. "autoload": {
  763. "psr-4": {
  764. "Michelf\\": "Michelf/"
  765. }
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "BSD-3-Clause"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Michel Fortin",
  774. "email": "michel.fortin@michelf.ca",
  775. "homepage": "https://michelf.ca/",
  776. "role": "Developer"
  777. },
  778. {
  779. "name": "John Gruber",
  780. "homepage": "https://daringfireball.net/"
  781. }
  782. ],
  783. "description": "PHP Markdown",
  784. "homepage": "https://michelf.ca/projects/php-markdown/",
  785. "keywords": [
  786. "markdown"
  787. ],
  788. "support": {
  789. "issues": "https://github.com/michelf/php-markdown/issues",
  790. "source": "https://github.com/michelf/php-markdown/tree/1.9.0"
  791. },
  792. "time": "2019-12-02T02:32:27+00:00"
  793. },
  794. {
  795. "name": "mpratt/relativetime",
  796. "version": "1.5.4",
  797. "source": {
  798. "type": "git",
  799. "url": "https://github.com/mpratt/RelativeTime.git",
  800. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7"
  801. },
  802. "dist": {
  803. "type": "zip",
  804. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  805. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  806. "shasum": ""
  807. },
  808. "require": {
  809. "php": ">=5.3"
  810. },
  811. "type": "library",
  812. "autoload": {
  813. "psr-0": {
  814. "RelativeTime": "Lib/"
  815. }
  816. },
  817. "notification-url": "https://packagist.org/downloads/",
  818. "license": [
  819. "MIT"
  820. ],
  821. "authors": [
  822. {
  823. "name": "Michael Pratt",
  824. "email": "pratt@hablarmierda.net",
  825. "homepage": "http://www.michael-pratt.com",
  826. "role": "Author/Developer"
  827. }
  828. ],
  829. "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.",
  830. "homepage": "https://github.com/mpratt/RelativeTime",
  831. "keywords": [
  832. "ago",
  833. "date",
  834. "future",
  835. "interval",
  836. "relative",
  837. "time",
  838. "time-ago"
  839. ],
  840. "time": "2015-12-24T12:43:04+00:00"
  841. },
  842. {
  843. "name": "p3k/http",
  844. "version": "0.1.7",
  845. "source": {
  846. "type": "git",
  847. "url": "https://github.com/aaronpk/p3k-http.git",
  848. "reference": "1826647c4902a18dea5ec532f21509ba4d51210b"
  849. },
  850. "dist": {
  851. "type": "zip",
  852. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/1826647c4902a18dea5ec532f21509ba4d51210b",
  853. "reference": "1826647c4902a18dea5ec532f21509ba4d51210b",
  854. "shasum": ""
  855. },
  856. "require": {
  857. "indieweb/link-rel-parser": "0.1.*",
  858. "mf2/mf2": ">=0.3.2"
  859. },
  860. "type": "library",
  861. "autoload": {
  862. "psr-4": {
  863. "p3k\\": "src/p3k"
  864. }
  865. },
  866. "notification-url": "https://packagist.org/downloads/",
  867. "license": [
  868. "MIT"
  869. ],
  870. "authors": [
  871. {
  872. "name": "Aaron Parecki",
  873. "homepage": "https://aaronparecki.com"
  874. }
  875. ],
  876. "description": "A simple wrapper API around the PHP curl functions",
  877. "homepage": "https://github.com/aaronpk/p3k-http",
  878. "time": "2018-03-04T15:21:58+00:00"
  879. },
  880. {
  881. "name": "p3k/multipart",
  882. "version": "0.2.0",
  883. "source": {
  884. "type": "git",
  885. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  886. "reference": "c190b4692b872a359868faba11251ead842ac20f"
  887. },
  888. "dist": {
  889. "type": "zip",
  890. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/c190b4692b872a359868faba11251ead842ac20f",
  891. "reference": "c190b4692b872a359868faba11251ead842ac20f",
  892. "shasum": ""
  893. },
  894. "require": {
  895. "php": ">5.4.0"
  896. },
  897. "type": "library",
  898. "autoload": {
  899. "files": [
  900. "src/p3k/Multipart.php"
  901. ]
  902. },
  903. "notification-url": "https://packagist.org/downloads/",
  904. "license": [
  905. "Apache 2.0"
  906. ],
  907. "authors": [
  908. {
  909. "name": "Aaron Parecki",
  910. "homepage": "http://aaronparecki.com"
  911. }
  912. ],
  913. "description": "Multipart Encoding Library",
  914. "time": "2016-12-28T14:50:41+00:00"
  915. },
  916. {
  917. "name": "p3k/picofeed",
  918. "version": "v0.1.38",
  919. "source": {
  920. "type": "git",
  921. "url": "https://github.com/aaronpk/picoFeed.git",
  922. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab"
  923. },
  924. "dist": {
  925. "type": "zip",
  926. "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab",
  927. "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab",
  928. "shasum": ""
  929. },
  930. "require": {
  931. "ext-dom": "*",
  932. "ext-iconv": "*",
  933. "ext-libxml": "*",
  934. "ext-simplexml": "*",
  935. "ext-xml": "*",
  936. "php": ">=5.3.0",
  937. "zendframework/zendxml": "^1.0"
  938. },
  939. "require-dev": {
  940. "phpdocumentor/reflection-docblock": "2.0.4",
  941. "phpunit/phpunit": "4.8.26",
  942. "symfony/yaml": "2.8.7"
  943. },
  944. "suggest": {
  945. "ext-curl": "PicoFeed will use cURL if present"
  946. },
  947. "bin": [
  948. "picofeed"
  949. ],
  950. "type": "library",
  951. "autoload": {
  952. "psr-0": {
  953. "PicoFeed": "lib/"
  954. }
  955. },
  956. "notification-url": "https://packagist.org/downloads/",
  957. "license": [
  958. "MIT"
  959. ],
  960. "authors": [
  961. {
  962. "name": "Frédéric Guillot"
  963. }
  964. ],
  965. "description": "Modern library to handle RSS/Atom feeds",
  966. "homepage": "https://github.com/miniflux/picoFeed",
  967. "time": "2017-11-30T00:16:58+00:00"
  968. },
  969. {
  970. "name": "p3k/timezone",
  971. "version": "0.1.0",
  972. "source": {
  973. "type": "git",
  974. "url": "https://github.com/aaronpk/p3k-timezone.git",
  975. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  976. },
  977. "dist": {
  978. "type": "zip",
  979. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  980. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  981. "shasum": ""
  982. },
  983. "require": {
  984. "php": ">=5.4.0"
  985. },
  986. "type": "library",
  987. "autoload": {
  988. "files": [
  989. "src/p3k/Timezone.php"
  990. ]
  991. },
  992. "notification-url": "https://packagist.org/downloads/",
  993. "license": [
  994. "Apache-2.0"
  995. ],
  996. "authors": [
  997. {
  998. "name": "Aaron Parecki",
  999. "homepage": "https://aaronparecki.com"
  1000. }
  1001. ],
  1002. "description": "Find the timezone of a given location",
  1003. "homepage": "https://github.com/aaronpk/p3k-timezone",
  1004. "keywords": [
  1005. "date",
  1006. "p3k",
  1007. "timezone"
  1008. ],
  1009. "time": "2017-01-12T17:30:08+00:00"
  1010. },
  1011. {
  1012. "name": "p3k/utils",
  1013. "version": "1.2.0",
  1014. "source": {
  1015. "type": "git",
  1016. "url": "https://github.com/aaronpk/p3k-utils.git",
  1017. "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde"
  1018. },
  1019. "dist": {
  1020. "type": "zip",
  1021. "url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/ecd0ba1afca8e586f09792f7be5052e142d3cbde",
  1022. "reference": "ecd0ba1afca8e586f09792f7be5052e142d3cbde",
  1023. "shasum": ""
  1024. },
  1025. "require": {
  1026. "php": ">=5.5"
  1027. },
  1028. "require-dev": {
  1029. "phpunit/phpunit": "^4.8.13",
  1030. "predis/predis": "1.1.*"
  1031. },
  1032. "type": "library",
  1033. "autoload": {
  1034. "files": [
  1035. "src/global.php",
  1036. "src/url.php",
  1037. "src/utils.php",
  1038. "src/date.php",
  1039. "src/cache.php",
  1040. "src/geo.php"
  1041. ]
  1042. },
  1043. "notification-url": "https://packagist.org/downloads/",
  1044. "license": [
  1045. "MIT"
  1046. ],
  1047. "authors": [
  1048. {
  1049. "name": "Aaron Parecki",
  1050. "homepage": "https://aaronparecki.com"
  1051. }
  1052. ],
  1053. "description": "Some helpful functions used by https://p3k.io projects",
  1054. "homepage": "https://github.com/aaronpk/p3k-utils",
  1055. "time": "2018-03-28T13:44:56+00:00"
  1056. },
  1057. {
  1058. "name": "p3k/xray",
  1059. "version": "v1.6.9",
  1060. "source": {
  1061. "type": "git",
  1062. "url": "https://github.com/aaronpk/XRay.git",
  1063. "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564"
  1064. },
  1065. "dist": {
  1066. "type": "zip",
  1067. "url": "https://api.github.com/repos/aaronpk/XRay/zipball/8b4a38cef75d73c7826ea38e7d08d09e96279564",
  1068. "reference": "8b4a38cef75d73c7826ea38e7d08d09e96279564",
  1069. "shasum": ""
  1070. },
  1071. "require": {
  1072. "cebe/markdown": "1.1.*",
  1073. "dg/twitter-php": "3.6.*",
  1074. "ezyang/htmlpurifier": "4.10.*",
  1075. "facebook/graph-sdk": "^5.5",
  1076. "indieweb/link-rel-parser": "0.1.*",
  1077. "masterminds/html5": "^2.3",
  1078. "mf2/mf2": "^0.4",
  1079. "p3k/http": ">=0.1.7",
  1080. "p3k/picofeed": ">=0.1.38",
  1081. "p3k/timezone": "*"
  1082. },
  1083. "require-dev": {
  1084. "league/plates": "3.*",
  1085. "league/route": "1.*",
  1086. "phpunit/phpunit": "4.8.*"
  1087. },
  1088. "type": "library",
  1089. "autoload": {
  1090. "psr-4": {
  1091. "p3k\\XRay\\": "lib/XRay"
  1092. },
  1093. "files": [
  1094. "lib/helpers.php",
  1095. "lib/XRay.php"
  1096. ]
  1097. },
  1098. "notification-url": "https://packagist.org/downloads/",
  1099. "license": [
  1100. "MIT"
  1101. ],
  1102. "description": "X-Ray returns structured data from any URL",
  1103. "homepage": "https://github.com/aaronpk/XRay",
  1104. "time": "2018-08-30T20:12:41+00:00"
  1105. },
  1106. {
  1107. "name": "saltybeagle/savant3",
  1108. "version": "dev-master",
  1109. "source": {
  1110. "type": "git",
  1111. "url": "https://github.com/saltybeagle/Savant3.git",
  1112. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  1113. },
  1114. "dist": {
  1115. "type": "zip",
  1116. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  1117. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  1118. "shasum": ""
  1119. },
  1120. "type": "library",
  1121. "autoload": {
  1122. "classmap": [
  1123. "Savant3.php",
  1124. "Savant3",
  1125. "Savant3/resources"
  1126. ]
  1127. },
  1128. "notification-url": "https://packagist.org/downloads/",
  1129. "license": [
  1130. "LGPL"
  1131. ],
  1132. "authors": [
  1133. {
  1134. "name": "Brett Bieber",
  1135. "email": "brett.bieber@gmail.com"
  1136. }
  1137. ],
  1138. "description": "Savant3 template engine",
  1139. "time": "2014-01-07T17:10:32+00:00"
  1140. },
  1141. {
  1142. "name": "slim/slim",
  1143. "version": "2.2.0",
  1144. "source": {
  1145. "type": "git",
  1146. "url": "https://github.com/slimphp/Slim.git",
  1147. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  1148. },
  1149. "dist": {
  1150. "type": "zip",
  1151. "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  1152. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  1153. "shasum": ""
  1154. },
  1155. "require": {
  1156. "php": ">=5.3.0"
  1157. },
  1158. "type": "library",
  1159. "autoload": {
  1160. "psr-0": {
  1161. "Slim": "."
  1162. }
  1163. },
  1164. "notification-url": "https://packagist.org/downloads/",
  1165. "license": [
  1166. "MIT"
  1167. ],
  1168. "authors": [
  1169. {
  1170. "name": "Josh Lockhart",
  1171. "email": "info@joshlockhart.com",
  1172. "homepage": "http://www.joshlockhart.com/"
  1173. }
  1174. ],
  1175. "description": "Slim Framework, a PHP micro framework",
  1176. "homepage": "http://github.com/codeguy/Slim",
  1177. "keywords": [
  1178. "microframework",
  1179. "rest",
  1180. "router"
  1181. ],
  1182. "support": {
  1183. "issues": "https://github.com/slimphp/Slim/issues",
  1184. "source": "https://github.com/slimphp/Slim/tree/2.2.0"
  1185. },
  1186. "time": "2012-12-13T02:15:50+00:00"
  1187. },
  1188. {
  1189. "name": "tantek/cassis",
  1190. "version": "v0.2.16895",
  1191. "source": {
  1192. "type": "git",
  1193. "url": "https://github.com/tantek/cassis.git",
  1194. "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504"
  1195. },
  1196. "dist": {
  1197. "type": "zip",
  1198. "url": "https://api.github.com/repos/tantek/cassis/zipball/357e30ad12017b4d67cac5f4400e8f371cd2f504",
  1199. "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504",
  1200. "shasum": ""
  1201. },
  1202. "type": "library",
  1203. "autoload": {
  1204. "files": [
  1205. "cassis.php"
  1206. ]
  1207. },
  1208. "notification-url": "https://packagist.org/downloads/",
  1209. "time": "2016-04-04T15:31:04+00:00"
  1210. },
  1211. {
  1212. "name": "zendframework/zendxml",
  1213. "version": "1.1.0",
  1214. "source": {
  1215. "type": "git",
  1216. "url": "https://github.com/zendframework/ZendXml.git",
  1217. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99"
  1218. },
  1219. "dist": {
  1220. "type": "zip",
  1221. "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1222. "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
  1223. "shasum": ""
  1224. },
  1225. "require": {
  1226. "php": "^5.6 || ^7.0"
  1227. },
  1228. "require-dev": {
  1229. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
  1230. "zendframework/zend-coding-standard": "~1.0.0"
  1231. },
  1232. "type": "library",
  1233. "extra": {
  1234. "branch-alias": {
  1235. "dev-master": "1.1.x-dev",
  1236. "dev-develop": "1.2.x-dev"
  1237. }
  1238. },
  1239. "autoload": {
  1240. "psr-4": {
  1241. "ZendXml\\": "src/"
  1242. }
  1243. },
  1244. "notification-url": "https://packagist.org/downloads/",
  1245. "license": [
  1246. "BSD-3-Clause"
  1247. ],
  1248. "description": "Utility library for XML usage, best practices, and security in PHP",
  1249. "keywords": [
  1250. "ZendFramework",
  1251. "security",
  1252. "xml",
  1253. "zf"
  1254. ],
  1255. "time": "2018-04-30T15:11:04+00:00"
  1256. }
  1257. ],
  1258. "packages-dev": [],
  1259. "aliases": [],
  1260. "minimum-stability": "stable",
  1261. "stability-flags": {
  1262. "saltybeagle/savant3": 20
  1263. },
  1264. "prefer-stable": false,
  1265. "prefer-lowest": false,
  1266. "platform": [],
  1267. "platform-dev": [],
  1268. "plugin-api-version": "2.3.0"
  1269. }