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.

1202 lines
41 KiB

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