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.

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