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.

951 lines
33 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "26d324e17ac5eeecdeaae4ff4e279213",
  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": "andreyco/instagram",
  65. "version": "3.4.1",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/Andreyco/Instagram-for-PHP.git",
  69. "reference": "47b322bd3be98ca24f9ca637f14632996dc2e7dc"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/Andreyco/Instagram-for-PHP/zipball/47b322bd3be98ca24f9ca637f14632996dc2e7dc",
  74. "reference": "47b322bd3be98ca24f9ca637f14632996dc2e7dc",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "ext-curl": "*",
  79. "php": ">=5.3.0"
  80. },
  81. "type": "library",
  82. "autoload": {
  83. "psr-4": {
  84. "Andreyco\\Instagram\\": "src/"
  85. }
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "BSD-4-Clause"
  90. ],
  91. "authors": [
  92. {
  93. "name": "Andrej Badin",
  94. "email": "contact@andrejbadin.com",
  95. "homepage": "http://andrejbadin.com"
  96. }
  97. ],
  98. "description": "An easy-to-use PHP Class for accessing Instagram's API.",
  99. "homepage": "https://github.com/Andreyco/Instagram-for-PHP",
  100. "keywords": [
  101. "api",
  102. "instagram"
  103. ],
  104. "time": "2017-04-13T10:32:53+00:00"
  105. },
  106. {
  107. "name": "barnabywalters/mf-cleaner",
  108. "version": "v0.1.4",
  109. "source": {
  110. "type": "git",
  111. "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
  112. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
  113. },
  114. "dist": {
  115. "type": "zip",
  116. "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  117. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  118. "shasum": ""
  119. },
  120. "require-dev": {
  121. "php": ">=5.3",
  122. "phpunit/phpunit": "*"
  123. },
  124. "suggest": {
  125. "mf2/mf2": "To parse microformats2 structures from (X)HTML"
  126. },
  127. "type": "library",
  128. "autoload": {
  129. "files": [
  130. "src/BarnabyWalters/Mf2/Functions.php"
  131. ]
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Barnaby Walters",
  140. "email": "barnaby@waterpigs.co.uk"
  141. }
  142. ],
  143. "description": "Cleans up microformats2 array structures",
  144. "time": "2014-10-06T23:11:15+00:00"
  145. },
  146. {
  147. "name": "cebe/markdown",
  148. "version": "1.1.2",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/cebe/markdown.git",
  152. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
  157. "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "lib-pcre": "*",
  162. "php": ">=5.4.0"
  163. },
  164. "require-dev": {
  165. "cebe/indent": "*",
  166. "facebook/xhprof": "*@dev",
  167. "phpunit/phpunit": "4.1.*"
  168. },
  169. "bin": [
  170. "bin/markdown"
  171. ],
  172. "type": "library",
  173. "extra": {
  174. "branch-alias": {
  175. "dev-master": "1.1.x-dev"
  176. }
  177. },
  178. "autoload": {
  179. "psr-4": {
  180. "cebe\\markdown\\": ""
  181. }
  182. },
  183. "notification-url": "https://packagist.org/downloads/",
  184. "license": [
  185. "MIT"
  186. ],
  187. "authors": [
  188. {
  189. "name": "Carsten Brandt",
  190. "email": "mail@cebe.cc",
  191. "homepage": "http://cebe.cc/",
  192. "role": "Creator"
  193. }
  194. ],
  195. "description": "A super fast, highly extensible markdown parser for PHP",
  196. "homepage": "https://github.com/cebe/markdown#readme",
  197. "keywords": [
  198. "extensible",
  199. "fast",
  200. "gfm",
  201. "markdown",
  202. "markdown-extra"
  203. ],
  204. "time": "2017-07-16T21:13:23+00:00"
  205. },
  206. {
  207. "name": "dg/twitter-php",
  208. "version": "v3.6",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/dg/twitter-php.git",
  212. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  217. "reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "ext-curl": "*",
  222. "php": ">=5.2.0"
  223. },
  224. "type": "library",
  225. "autoload": {
  226. "classmap": [
  227. "src/"
  228. ]
  229. },
  230. "notification-url": "https://packagist.org/downloads/",
  231. "license": [
  232. "BSD-3-Clause"
  233. ],
  234. "authors": [
  235. {
  236. "name": "David Grudl",
  237. "homepage": "https://davidgrudl.com"
  238. }
  239. ],
  240. "description": "Small and easy Twitter library for PHP",
  241. "homepage": "https://github.com/dg/twitter-php",
  242. "keywords": [
  243. "oauth",
  244. "twitter"
  245. ],
  246. "time": "2016-08-15T16:46:22+00:00"
  247. },
  248. {
  249. "name": "ezyang/htmlpurifier",
  250. "version": "v4.9.3",
  251. "source": {
  252. "type": "git",
  253. "url": "https://github.com/ezyang/htmlpurifier.git",
  254. "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
  255. },
  256. "dist": {
  257. "type": "zip",
  258. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
  259. "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
  260. "shasum": ""
  261. },
  262. "require": {
  263. "php": ">=5.2"
  264. },
  265. "require-dev": {
  266. "simpletest/simpletest": "^1.1"
  267. },
  268. "type": "library",
  269. "autoload": {
  270. "psr-0": {
  271. "HTMLPurifier": "library/"
  272. },
  273. "files": [
  274. "library/HTMLPurifier.composer.php"
  275. ]
  276. },
  277. "notification-url": "https://packagist.org/downloads/",
  278. "license": [
  279. "LGPL"
  280. ],
  281. "authors": [
  282. {
  283. "name": "Edward Z. Yang",
  284. "email": "admin@htmlpurifier.org",
  285. "homepage": "http://ezyang.com"
  286. }
  287. ],
  288. "description": "Standards compliant HTML filter written in PHP",
  289. "homepage": "http://htmlpurifier.org/",
  290. "keywords": [
  291. "html"
  292. ],
  293. "time": "2017-06-03T02:28:16+00:00"
  294. },
  295. {
  296. "name": "firebase/php-jwt",
  297. "version": "v2.2.0",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/firebase/php-jwt.git",
  301. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5"
  302. },
  303. "dist": {
  304. "type": "zip",
  305. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  306. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  307. "shasum": ""
  308. },
  309. "require": {
  310. "php": ">=5.2.0"
  311. },
  312. "type": "library",
  313. "autoload": {
  314. "classmap": [
  315. "Authentication/",
  316. "Exceptions/"
  317. ]
  318. },
  319. "notification-url": "https://packagist.org/downloads/",
  320. "license": [
  321. "BSD-3-Clause"
  322. ],
  323. "authors": [
  324. {
  325. "name": "Neuman Vong",
  326. "email": "neuman+pear@twilio.com",
  327. "role": "Developer"
  328. },
  329. {
  330. "name": "Anant Narayanan",
  331. "email": "anant@php.net",
  332. "role": "Developer"
  333. }
  334. ],
  335. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  336. "homepage": "https://github.com/firebase/php-jwt",
  337. "time": "2015-06-22T23:26:39+00:00"
  338. },
  339. {
  340. "name": "gajus/dindent",
  341. "version": "2.0.2",
  342. "source": {
  343. "type": "git",
  344. "url": "https://github.com/gajus/dindent.git",
  345. "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c"
  346. },
  347. "dist": {
  348. "type": "zip",
  349. "url": "https://api.github.com/repos/gajus/dindent/zipball/d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
  350. "reference": "d81c3a6f78fbe1ab26f5e753098bbbef6b6a9f3c",
  351. "shasum": ""
  352. },
  353. "require": {
  354. "php": ">=5.3"
  355. },
  356. "require-dev": {
  357. "satooshi/php-coveralls": "dev-master"
  358. },
  359. "type": "library",
  360. "autoload": {
  361. "psr-4": {
  362. "Gajus\\Dindent\\": "src/"
  363. }
  364. },
  365. "notification-url": "https://packagist.org/downloads/",
  366. "license": [
  367. "BSD-3-Clause"
  368. ],
  369. "authors": [
  370. {
  371. "name": "Gajus Kuizinas",
  372. "email": "gk@anuary.com"
  373. }
  374. ],
  375. "description": "HTML indentation library for development and testing.",
  376. "homepage": "https://github.com/gajus/dindent",
  377. "keywords": [
  378. "format",
  379. "html",
  380. "indent"
  381. ],
  382. "time": "2014-10-08T10:03:04+00:00"
  383. },
  384. {
  385. "name": "indieauth/client",
  386. "version": "0.2.2",
  387. "source": {
  388. "type": "git",
  389. "url": "https://github.com/indieweb/indieauth-client-php.git",
  390. "reference": "225ece31ddafaee3348eabdc915422c457498a84"
  391. },
  392. "dist": {
  393. "type": "zip",
  394. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/225ece31ddafaee3348eabdc915422c457498a84",
  395. "reference": "225ece31ddafaee3348eabdc915422c457498a84",
  396. "shasum": ""
  397. },
  398. "require": {
  399. "barnabywalters/mf-cleaner": "0.*",
  400. "indieweb/link-rel-parser": "0.1.*",
  401. "mf2/mf2": "~0.3",
  402. "php": ">5.3.0"
  403. },
  404. "type": "library",
  405. "autoload": {
  406. "psr-0": {
  407. "IndieAuth": "src/"
  408. }
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "Apache 2.0"
  413. ],
  414. "authors": [
  415. {
  416. "name": "Aaron Parecki",
  417. "homepage": "http://aaronparecki.com"
  418. }
  419. ],
  420. "description": "IndieAuth Client Library",
  421. "time": "2017-07-01T15:43:45+00:00"
  422. },
  423. {
  424. "name": "indieweb/date-formatter",
  425. "version": "0.3.1",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/indieweb/date-formatter-php.git",
  429. "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/282946ebae0efa5f9c00be88553d76d7a39824ab",
  434. "reference": "282946ebae0efa5f9c00be88553d76d7a39824ab",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "php": ">=5.3.0"
  439. },
  440. "require-dev": {
  441. "mf2/mf2": ">=0.2.12",
  442. "phpunit/phpunit": "~4.0"
  443. },
  444. "type": "library",
  445. "autoload": {
  446. "psr-0": {
  447. "IndieWeb": "src/"
  448. }
  449. },
  450. "notification-url": "https://packagist.org/downloads/",
  451. "license": [
  452. "Apache-2.0"
  453. ],
  454. "authors": [
  455. {
  456. "name": "Aaron Parecki",
  457. "homepage": "http://aaronparecki.com"
  458. }
  459. ],
  460. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  461. "homepage": "https://github.com/indieweb/date-formatter-php",
  462. "keywords": [
  463. "date",
  464. "format",
  465. "microformats",
  466. "microformats2"
  467. ],
  468. "time": "2016-04-05T15:13:00+00:00"
  469. },
  470. {
  471. "name": "indieweb/link-rel-parser",
  472. "version": "0.1.3",
  473. "source": {
  474. "type": "git",
  475. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  476. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
  477. },
  478. "dist": {
  479. "type": "zip",
  480. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
  481. "reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
  482. "shasum": ""
  483. },
  484. "require": {
  485. "php": ">=5.3.0"
  486. },
  487. "type": "library",
  488. "autoload": {
  489. "files": [
  490. "src/IndieWeb/link_rel_parser.php"
  491. ]
  492. },
  493. "notification-url": "https://packagist.org/downloads/",
  494. "license": [
  495. "Apache-2.0"
  496. ],
  497. "authors": [
  498. {
  499. "name": "Aaron Parecki",
  500. "homepage": "http://aaronparecki.com"
  501. },
  502. {
  503. "name": "Tantek Çelik",
  504. "homepage": "http://tantek.com"
  505. }
  506. ],
  507. "description": "Parse rel values from HTTP headers",
  508. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  509. "keywords": [
  510. "http",
  511. "indieweb",
  512. "microformats2"
  513. ],
  514. "time": "2017-01-11T17:14:49+00:00"
  515. },
  516. {
  517. "name": "j4mie/idiorm",
  518. "version": "v1.4.1",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/j4mie/idiorm.git",
  522. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  527. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "php": ">=5.2.0"
  532. },
  533. "type": "library",
  534. "autoload": {
  535. "classmap": [
  536. "idiorm.php"
  537. ]
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "BSD-2-Clause",
  542. "BSD-3-Clause",
  543. "BSD-4-Clause"
  544. ],
  545. "authors": [
  546. {
  547. "name": "Simon Holywell",
  548. "email": "treffynnon@php.net",
  549. "homepage": "http://simonholywell.com",
  550. "role": "Maintainer"
  551. },
  552. {
  553. "name": "Jamie Matthews",
  554. "email": "jamie.matthews@gmail.com",
  555. "homepage": "http://j4mie.org",
  556. "role": "Developer"
  557. },
  558. {
  559. "name": "Durham Hale",
  560. "email": "me@durhamhale.com",
  561. "homepage": "http://durhamhale.com",
  562. "role": "Maintainer"
  563. }
  564. ],
  565. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  566. "homepage": "http://j4mie.github.com/idiormandparis",
  567. "keywords": [
  568. "idiorm",
  569. "orm",
  570. "query builder"
  571. ],
  572. "time": "2013-12-12T10:25:27+00:00"
  573. },
  574. {
  575. "name": "mf2/mf2",
  576. "version": "v0.3.2",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/indieweb/php-mf2.git",
  580. "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
  585. "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "php": ">=5.4.0"
  590. },
  591. "require-dev": {
  592. "mf2/tests": "@dev",
  593. "phpdocumentor/phpdocumentor": "v2.8.4",
  594. "phpunit/phpunit": "4.8.*"
  595. },
  596. "suggest": {
  597. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  598. },
  599. "bin": [
  600. "bin/fetch-mf2",
  601. "bin/parse-mf2"
  602. ],
  603. "type": "library",
  604. "autoload": {
  605. "files": [
  606. "Mf2/Parser.php"
  607. ]
  608. },
  609. "notification-url": "https://packagist.org/downloads/",
  610. "license": [
  611. "CC0"
  612. ],
  613. "authors": [
  614. {
  615. "name": "Barnaby Walters",
  616. "homepage": "http://waterpigs.co.uk"
  617. }
  618. ],
  619. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  620. "keywords": [
  621. "html",
  622. "microformats",
  623. "microformats 2",
  624. "parser",
  625. "semantic"
  626. ],
  627. "time": "2017-05-27T15:27:47+00:00"
  628. },
  629. {
  630. "name": "mpratt/relativetime",
  631. "version": "1.5.4",
  632. "source": {
  633. "type": "git",
  634. "url": "https://github.com/mpratt/RelativeTime.git",
  635. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7"
  636. },
  637. "dist": {
  638. "type": "zip",
  639. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  640. "reference": "3dc1efd96c8edbd0fe9e5cdb423ca31428b9dbb7",
  641. "shasum": ""
  642. },
  643. "require": {
  644. "php": ">=5.3"
  645. },
  646. "type": "library",
  647. "autoload": {
  648. "psr-0": {
  649. "RelativeTime": "Lib/"
  650. }
  651. },
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "MIT"
  655. ],
  656. "authors": [
  657. {
  658. "name": "Michael Pratt",
  659. "email": "pratt@hablarmierda.net",
  660. "homepage": "http://www.michael-pratt.com",
  661. "role": "Author/Developer"
  662. }
  663. ],
  664. "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.",
  665. "homepage": "https://github.com/mpratt/RelativeTime",
  666. "keywords": [
  667. "ago",
  668. "date",
  669. "future",
  670. "interval",
  671. "relative",
  672. "time",
  673. "time-ago"
  674. ],
  675. "time": "2015-12-24T12:43:04+00:00"
  676. },
  677. {
  678. "name": "p3k/http",
  679. "version": "0.1.5",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/aaronpk/p3k-http.git",
  683. "reference": "3740fe135e6d58457d7528e7c05a67b68e020a79"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/3740fe135e6d58457d7528e7c05a67b68e020a79",
  688. "reference": "3740fe135e6d58457d7528e7c05a67b68e020a79",
  689. "shasum": ""
  690. },
  691. "require": {
  692. "indieweb/link-rel-parser": "0.1.*",
  693. "mf2/mf2": "0.3.*"
  694. },
  695. "type": "library",
  696. "autoload": {
  697. "psr-4": {
  698. "p3k\\": "src/p3k"
  699. }
  700. },
  701. "notification-url": "https://packagist.org/downloads/",
  702. "license": [
  703. "MIT"
  704. ],
  705. "authors": [
  706. {
  707. "name": "Aaron Parecki",
  708. "homepage": "https://aaronparecki.com"
  709. }
  710. ],
  711. "description": "A simple wrapper API around the PHP curl functions",
  712. "homepage": "https://github.com/aaronpk/p3k-http",
  713. "time": "2017-04-29T17:43:29+00:00"
  714. },
  715. {
  716. "name": "p3k/multipart",
  717. "version": "0.2.0",
  718. "source": {
  719. "type": "git",
  720. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  721. "reference": "c190b4692b872a359868faba11251ead842ac20f"
  722. },
  723. "dist": {
  724. "type": "zip",
  725. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/c190b4692b872a359868faba11251ead842ac20f",
  726. "reference": "c190b4692b872a359868faba11251ead842ac20f",
  727. "shasum": ""
  728. },
  729. "require": {
  730. "php": ">5.4.0"
  731. },
  732. "type": "library",
  733. "autoload": {
  734. "files": [
  735. "src/p3k/Multipart.php"
  736. ]
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "Apache 2.0"
  741. ],
  742. "authors": [
  743. {
  744. "name": "Aaron Parecki",
  745. "homepage": "http://aaronparecki.com"
  746. }
  747. ],
  748. "description": "Multipart Encoding Library",
  749. "time": "2016-12-28T14:50:41+00:00"
  750. },
  751. {
  752. "name": "p3k/timezone",
  753. "version": "0.1.0",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/aaronpk/p3k-timezone.git",
  757. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  762. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  763. "shasum": ""
  764. },
  765. "require": {
  766. "php": ">=5.4.0"
  767. },
  768. "type": "library",
  769. "autoload": {
  770. "files": [
  771. "src/p3k/Timezone.php"
  772. ]
  773. },
  774. "notification-url": "https://packagist.org/downloads/",
  775. "license": [
  776. "Apache-2.0"
  777. ],
  778. "authors": [
  779. {
  780. "name": "Aaron Parecki",
  781. "homepage": "https://aaronparecki.com"
  782. }
  783. ],
  784. "description": "Find the timezone of a given location",
  785. "homepage": "https://github.com/aaronpk/p3k-timezone",
  786. "keywords": [
  787. "date",
  788. "p3k",
  789. "timezone"
  790. ],
  791. "time": "2017-01-12T17:30:08+00:00"
  792. },
  793. {
  794. "name": "p3k/xray",
  795. "version": "v1.3.1",
  796. "source": {
  797. "type": "git",
  798. "url": "https://github.com/aaronpk/XRay.git",
  799. "reference": "a37ed3bbaeec5ddb51d6a6ae285c5ab608d31978"
  800. },
  801. "dist": {
  802. "type": "zip",
  803. "url": "https://api.github.com/repos/aaronpk/XRay/zipball/a37ed3bbaeec5ddb51d6a6ae285c5ab608d31978",
  804. "reference": "a37ed3bbaeec5ddb51d6a6ae285c5ab608d31978",
  805. "shasum": ""
  806. },
  807. "require": {
  808. "cebe/markdown": "1.1.*",
  809. "dg/twitter-php": "3.6.*",
  810. "ezyang/htmlpurifier": "4.*",
  811. "indieweb/link-rel-parser": "0.1.*",
  812. "mf2/mf2": "^0.3.2",
  813. "p3k/http": "0.1.*",
  814. "p3k/timezone": "*"
  815. },
  816. "require-dev": {
  817. "league/plates": "3.*",
  818. "league/route": "1.*",
  819. "phpunit/phpunit": "4.8.*"
  820. },
  821. "type": "library",
  822. "autoload": {
  823. "psr-4": {
  824. "p3k\\XRay\\": "lib/XRay"
  825. },
  826. "files": [
  827. "lib/helpers.php",
  828. "lib/XRay.php"
  829. ]
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "description": "X-Ray returns structured data from any URL",
  836. "homepage": "https://github.com/aaronpk/XRay",
  837. "time": "2017-09-22T19:35:08+00:00"
  838. },
  839. {
  840. "name": "saltybeagle/savant3",
  841. "version": "dev-master",
  842. "source": {
  843. "type": "git",
  844. "url": "https://github.com/saltybeagle/Savant3.git",
  845. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  846. },
  847. "dist": {
  848. "type": "zip",
  849. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  850. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  851. "shasum": ""
  852. },
  853. "type": "library",
  854. "autoload": {
  855. "classmap": [
  856. "Savant3.php",
  857. "Savant3",
  858. "Savant3/resources"
  859. ]
  860. },
  861. "notification-url": "https://packagist.org/downloads/",
  862. "license": [
  863. "LGPL"
  864. ],
  865. "authors": [
  866. {
  867. "name": "Brett Bieber",
  868. "email": "brett.bieber@gmail.com"
  869. }
  870. ],
  871. "description": "Savant3 template engine",
  872. "time": "2014-01-07T17:10:32+00:00"
  873. },
  874. {
  875. "name": "slim/slim",
  876. "version": "2.2.0",
  877. "source": {
  878. "type": "git",
  879. "url": "https://github.com/slimphp/Slim.git",
  880. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  881. },
  882. "dist": {
  883. "type": "zip",
  884. "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  885. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  886. "shasum": ""
  887. },
  888. "require": {
  889. "php": ">=5.3.0"
  890. },
  891. "type": "library",
  892. "autoload": {
  893. "psr-0": {
  894. "Slim": "."
  895. }
  896. },
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "MIT"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Josh Lockhart",
  904. "email": "info@joshlockhart.com",
  905. "homepage": "http://www.joshlockhart.com/"
  906. }
  907. ],
  908. "description": "Slim Framework, a PHP micro framework",
  909. "homepage": "http://github.com/codeguy/Slim",
  910. "keywords": [
  911. "microframework",
  912. "rest",
  913. "router"
  914. ],
  915. "time": "2012-12-13T02:15:50+00:00"
  916. },
  917. {
  918. "name": "tantek/cassis",
  919. "version": "v0.2.16895",
  920. "source": {
  921. "type": "git",
  922. "url": "https://github.com/tantek/cassis.git",
  923. "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504"
  924. },
  925. "dist": {
  926. "type": "zip",
  927. "url": "https://api.github.com/repos/tantek/cassis/zipball/357e30ad12017b4d67cac5f4400e8f371cd2f504",
  928. "reference": "357e30ad12017b4d67cac5f4400e8f371cd2f504",
  929. "shasum": ""
  930. },
  931. "type": "library",
  932. "autoload": {
  933. "files": [
  934. "cassis.php"
  935. ]
  936. },
  937. "notification-url": "https://packagist.org/downloads/",
  938. "time": "2016-04-04T15:31:04+00:00"
  939. }
  940. ],
  941. "packages-dev": [],
  942. "aliases": [],
  943. "minimum-stability": "stable",
  944. "stability-flags": {
  945. "saltybeagle/savant3": 20
  946. },
  947. "prefer-stable": false,
  948. "prefer-lowest": false,
  949. "platform": [],
  950. "platform-dev": []
  951. }