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.

606 lines
21 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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "6c8bd9898e16fd6b6d715cb0c9d56ce3",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v6.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "0541cba75ab108ef901985e68055a92646c73534"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534",
  20. "reference": "0541cba75ab108ef901985e68055a92646c73534",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": ">=4.8 <=9"
  28. },
  29. "suggest": {
  30. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "Firebase\\JWT\\": "src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "BSD-3-Clause"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Neuman Vong",
  45. "email": "neuman+pear@twilio.com",
  46. "role": "Developer"
  47. },
  48. {
  49. "name": "Anant Narayanan",
  50. "email": "anant@php.net",
  51. "role": "Developer"
  52. }
  53. ],
  54. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  55. "homepage": "https://github.com/firebase/php-jwt",
  56. "keywords": [
  57. "jwt",
  58. "php"
  59. ],
  60. "support": {
  61. "issues": "https://github.com/firebase/php-jwt/issues",
  62. "source": "https://github.com/firebase/php-jwt/tree/v6.0.0"
  63. },
  64. "time": "2022-01-24T15:18:34+00:00"
  65. },
  66. {
  67. "name": "indieauth/client",
  68. "version": "1.1.3",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/indieweb/indieauth-client-php.git",
  72. "reference": "02b6c7fc9bdfc51780df17a2ddc2349e79b8eaa3"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/02b6c7fc9bdfc51780df17a2ddc2349e79b8eaa3",
  77. "reference": "02b6c7fc9bdfc51780df17a2ddc2349e79b8eaa3",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "indieweb/representative-h-card": "^0.1.2",
  82. "mf2/mf2": ">=0.3.2",
  83. "p3k/http": ">=0.1.6",
  84. "php": ">5.6.0"
  85. },
  86. "require-dev": {
  87. "phpunit/phpunit": "4.8.*"
  88. },
  89. "type": "library",
  90. "autoload": {
  91. "psr-0": {
  92. "IndieAuth": "src/"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "Apache-2.0"
  98. ],
  99. "authors": [
  100. {
  101. "name": "Aaron Parecki",
  102. "homepage": "https://aaronparecki.com"
  103. }
  104. ],
  105. "description": "IndieAuth Client Library",
  106. "time": "2020-11-26T23:27:17+00:00"
  107. },
  108. {
  109. "name": "indieweb/date-formatter",
  110. "version": "0.1.6",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/indieweb/date-formatter-php.git",
  114. "reference": "9c12e0fda95f4b3119fcaf271d141305870c4350"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/9c12e0fda95f4b3119fcaf271d141305870c4350",
  119. "reference": "9c12e0fda95f4b3119fcaf271d141305870c4350",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.3.0"
  124. },
  125. "type": "library",
  126. "autoload": {
  127. "psr-0": {
  128. "IndieWeb": "src/"
  129. }
  130. },
  131. "notification-url": "https://packagist.org/downloads/",
  132. "license": [
  133. "Apache-2.0"
  134. ],
  135. "authors": [
  136. {
  137. "name": "Aaron Parecki",
  138. "homepage": "http://aaronparecki.com"
  139. }
  140. ],
  141. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  142. "homepage": "https://github.com/indieweb/date-formatter-php",
  143. "keywords": [
  144. "date",
  145. "format",
  146. "microformats",
  147. "microformats2"
  148. ],
  149. "time": "2015-10-28T00:32:39+00:00"
  150. },
  151. {
  152. "name": "indieweb/link-rel-parser",
  153. "version": "0.1.1",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  157. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  162. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "php": ">=5.3.0"
  167. },
  168. "type": "library",
  169. "autoload": {
  170. "files": [
  171. "src/IndieWeb/link_rel_parser.php"
  172. ]
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "Apache-2.0"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Aaron Parecki",
  181. "homepage": "http://aaronparecki.com"
  182. },
  183. {
  184. "name": "Tantek Çelik",
  185. "homepage": "http://tantek.com"
  186. }
  187. ],
  188. "description": "Parse rel values from HTTP headers",
  189. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  190. "keywords": [
  191. "http",
  192. "indieweb",
  193. "microformats2"
  194. ],
  195. "time": "2013-12-23T00:14:58+00:00"
  196. },
  197. {
  198. "name": "indieweb/representative-h-card",
  199. "version": "0.1.2",
  200. "source": {
  201. "type": "git",
  202. "url": "https://github.com/indieweb/representative-h-card-php.git",
  203. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
  204. },
  205. "dist": {
  206. "type": "zip",
  207. "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  208. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  209. "shasum": ""
  210. },
  211. "require": {
  212. "php": ">=5.4"
  213. },
  214. "require-dev": {
  215. "mf2/mf2": "0.2.*",
  216. "phpunit/phpunit": "*"
  217. },
  218. "type": "library",
  219. "autoload": {
  220. "files": [
  221. "src/mf2/representative-h-card.php"
  222. ]
  223. },
  224. "notification-url": "https://packagist.org/downloads/",
  225. "license": [
  226. "Apache-2.0"
  227. ],
  228. "authors": [
  229. {
  230. "name": "Aaron Parecki",
  231. "homepage": "http://aaronparecki.com"
  232. }
  233. ],
  234. "keywords": [
  235. "h-card",
  236. "indieweb",
  237. "mf2",
  238. "microformats"
  239. ],
  240. "time": "2015-12-23T18:11:19+00:00"
  241. },
  242. {
  243. "name": "j4mie/idiorm",
  244. "version": "v1.4.1",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/j4mie/idiorm.git",
  248. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  253. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "php": ">=5.2.0"
  258. },
  259. "type": "library",
  260. "autoload": {
  261. "classmap": [
  262. "idiorm.php"
  263. ]
  264. },
  265. "notification-url": "https://packagist.org/downloads/",
  266. "license": [
  267. "BSD-2-Clause",
  268. "BSD-3-Clause",
  269. "BSD-4-Clause"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Simon Holywell",
  274. "email": "treffynnon@php.net",
  275. "homepage": "http://simonholywell.com",
  276. "role": "Maintainer"
  277. },
  278. {
  279. "name": "Jamie Matthews",
  280. "email": "jamie.matthews@gmail.com",
  281. "homepage": "http://j4mie.org",
  282. "role": "Developer"
  283. },
  284. {
  285. "name": "Durham Hale",
  286. "email": "me@durhamhale.com",
  287. "homepage": "http://durhamhale.com",
  288. "role": "Maintainer"
  289. }
  290. ],
  291. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  292. "homepage": "http://j4mie.github.com/idiormandparis",
  293. "keywords": [
  294. "idiorm",
  295. "orm",
  296. "query builder"
  297. ],
  298. "time": "2013-12-12T10:25:27+00:00"
  299. },
  300. {
  301. "name": "mf2/mf2",
  302. "version": "v0.3.2",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/indieweb/php-mf2.git",
  306. "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
  311. "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
  312. "shasum": ""
  313. },
  314. "require": {
  315. "php": ">=5.4.0"
  316. },
  317. "require-dev": {
  318. "mf2/tests": "@dev",
  319. "phpdocumentor/phpdocumentor": "v2.8.4",
  320. "phpunit/phpunit": "4.8.*"
  321. },
  322. "suggest": {
  323. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  324. },
  325. "bin": [
  326. "bin/fetch-mf2",
  327. "bin/parse-mf2"
  328. ],
  329. "type": "library",
  330. "autoload": {
  331. "files": [
  332. "Mf2/Parser.php"
  333. ]
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "CC0"
  338. ],
  339. "authors": [
  340. {
  341. "name": "Barnaby Walters",
  342. "homepage": "http://waterpigs.co.uk"
  343. }
  344. ],
  345. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  346. "keywords": [
  347. "html",
  348. "microformats",
  349. "microformats 2",
  350. "parser",
  351. "semantic"
  352. ],
  353. "time": "2017-05-27T15:27:47+00:00"
  354. },
  355. {
  356. "name": "minicodemonkey/amazon-alexa-php",
  357. "version": "0.1.5",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/MiniCodeMonkey/amazon-alexa-php.git",
  361. "reference": "006a1e1e775d8429574cde1a093a8b9a4da6a960"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/MiniCodeMonkey/amazon-alexa-php/zipball/006a1e1e775d8429574cde1a093a8b9a4da6a960",
  366. "reference": "006a1e1e775d8429574cde1a093a8b9a4da6a960",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "php": ">=5.4.0"
  371. },
  372. "require-dev": {
  373. "phpunit/phpunit": "~4.6"
  374. },
  375. "type": "library",
  376. "autoload": {
  377. "psr-4": {
  378. "Alexa\\": "src/"
  379. }
  380. },
  381. "notification-url": "https://packagist.org/downloads/",
  382. "license": [
  383. "MIT"
  384. ],
  385. "authors": [
  386. {
  387. "name": "Mathias Hansen",
  388. "email": "me@codemonkey.io"
  389. }
  390. ],
  391. "description": "Amazon Alexa interface for PHP",
  392. "time": "2015-11-29T21:50:59+00:00"
  393. },
  394. {
  395. "name": "mpratt/relativetime",
  396. "version": "1.5.4",
  397. "source": {
  398. "type": "git",
  399. "url": "https://github.com/mpratt/RelativeTime.git",
  400. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7"
  401. },
  402. "dist": {
  403. "type": "zip",
  404. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  405. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  406. "shasum": ""
  407. },
  408. "require": {
  409. "php": ">=5.3"
  410. },
  411. "type": "library",
  412. "autoload": {
  413. "psr-0": {
  414. "RelativeTime": "Lib/"
  415. }
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "MIT"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Michael Pratt",
  424. "email": "pratt@hablarmierda.net",
  425. "homepage": "http://www.michael-pratt.com",
  426. "role": "Author/Developer"
  427. }
  428. ],
  429. "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.",
  430. "homepage": "https://github.com/mpratt/RelativeTime",
  431. "keywords": [
  432. "ago",
  433. "date",
  434. "future",
  435. "interval",
  436. "relative",
  437. "time",
  438. "time-ago"
  439. ],
  440. "time": "2015-12-24T12:43:04+00:00"
  441. },
  442. {
  443. "name": "p3k/http",
  444. "version": "0.1.11",
  445. "source": {
  446. "type": "git",
  447. "url": "https://github.com/aaronpk/p3k-http.git",
  448. "reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7"
  449. },
  450. "dist": {
  451. "type": "zip",
  452. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/24d28287e0c5606aa45b23c6e3c17628d89468f7",
  453. "reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7",
  454. "shasum": ""
  455. },
  456. "require": {
  457. "indieweb/link-rel-parser": "0.1.*",
  458. "mf2/mf2": ">=0.3.2"
  459. },
  460. "type": "library",
  461. "autoload": {
  462. "psr-4": {
  463. "p3k\\": "src/p3k"
  464. }
  465. },
  466. "notification-url": "https://packagist.org/downloads/",
  467. "license": [
  468. "MIT"
  469. ],
  470. "authors": [
  471. {
  472. "name": "Aaron Parecki",
  473. "homepage": "https://aaronparecki.com"
  474. }
  475. ],
  476. "description": "A simple wrapper API around the PHP curl functions",
  477. "homepage": "https://github.com/aaronpk/p3k-http",
  478. "time": "2020-02-19T03:00:09+00:00"
  479. },
  480. {
  481. "name": "p3k/multipart",
  482. "version": "0.1.1",
  483. "source": {
  484. "type": "git",
  485. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  486. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14"
  487. },
  488. "dist": {
  489. "type": "zip",
  490. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/f5400011b20046cebbdfed686d051fb2aa600a14",
  491. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14",
  492. "shasum": ""
  493. },
  494. "require": {
  495. "php": ">5.4.0"
  496. },
  497. "type": "library",
  498. "autoload": {
  499. "files": [
  500. "src/p3k/Multipart.php"
  501. ]
  502. },
  503. "notification-url": "https://packagist.org/downloads/",
  504. "license": [
  505. "Apache 2.0"
  506. ],
  507. "authors": [
  508. {
  509. "name": "Aaron Parecki",
  510. "homepage": "http://aaronparecki.com"
  511. }
  512. ],
  513. "description": "Multipart Encoding Library",
  514. "time": "2015-07-16T19:28:02+00:00"
  515. },
  516. {
  517. "name": "saltybeagle/savant3",
  518. "version": "dev-master",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/saltybeagle/Savant3.git",
  522. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  527. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  528. "shasum": ""
  529. },
  530. "type": "library",
  531. "autoload": {
  532. "classmap": [
  533. "Savant3.php",
  534. "Savant3",
  535. "Savant3/resources"
  536. ]
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "LGPL"
  541. ],
  542. "authors": [
  543. {
  544. "name": "Brett Bieber",
  545. "email": "brett.bieber@gmail.com"
  546. }
  547. ],
  548. "description": "Savant3 template engine",
  549. "time": "2014-01-07T17:10:32+00:00"
  550. },
  551. {
  552. "name": "slim/slim",
  553. "version": "2.2.0",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/slimphp/Slim.git",
  557. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  562. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "php": ">=5.3.0"
  567. },
  568. "type": "library",
  569. "autoload": {
  570. "psr-0": {
  571. "Slim": "."
  572. }
  573. },
  574. "notification-url": "https://packagist.org/downloads/",
  575. "license": [
  576. "MIT"
  577. ],
  578. "authors": [
  579. {
  580. "name": "Josh Lockhart",
  581. "email": "info@joshlockhart.com",
  582. "homepage": "http://www.joshlockhart.com/"
  583. }
  584. ],
  585. "description": "Slim Framework, a PHP micro framework",
  586. "homepage": "http://github.com/codeguy/Slim",
  587. "keywords": [
  588. "microframework",
  589. "rest",
  590. "router"
  591. ],
  592. "time": "2012-12-13T02:15:50+00:00"
  593. }
  594. ],
  595. "packages-dev": [],
  596. "aliases": [],
  597. "minimum-stability": "stable",
  598. "stability-flags": {
  599. "saltybeagle/savant3": 20
  600. },
  601. "prefer-stable": false,
  602. "prefer-lowest": false,
  603. "platform": [],
  604. "platform-dev": [],
  605. "plugin-api-version": "2.3.0"
  606. }