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.

1104 lines
38 KiB

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