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.

1246 lines
43 KiB

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