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.

575 lines
20 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. "hash": "ee4d8d4e5d4ced9e6a7191bd5bc1fa29",
  8. "packages": [
  9. {
  10. "name": "andreyco/instagram",
  11. "version": "v3.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Andreyco/Instagram-for-PHP.git",
  15. "reference": "726e724c51301410873d9bae9c659a0597ca47e4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Andreyco/Instagram-for-PHP/zipball/726e724c51301410873d9bae9c659a0597ca47e4",
  20. "reference": "726e724c51301410873d9bae9c659a0597ca47e4",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-4": {
  30. "Andreyco\\Instagram\\": "src/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "BSD-4-Clause"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Andrej Badin",
  40. "email": "contact@andrejbadin.com",
  41. "homepage": "http://andrejbadin.com"
  42. }
  43. ],
  44. "description": "An easy-to-use PHP Class for accessing Instagram's API.",
  45. "homepage": "https://github.com/Andreyco/Instagram",
  46. "keywords": [
  47. "api",
  48. "instagram"
  49. ],
  50. "time": "2014-07-14 19:53:19"
  51. },
  52. {
  53. "name": "firebase/php-jwt",
  54. "version": "v2.2.0",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/firebase/php-jwt.git",
  58. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  63. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "php": ">=5.2.0"
  68. },
  69. "type": "library",
  70. "autoload": {
  71. "classmap": [
  72. "Authentication/",
  73. "Exceptions/"
  74. ]
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "BSD-3-Clause"
  79. ],
  80. "authors": [
  81. {
  82. "name": "Neuman Vong",
  83. "email": "neuman+pear@twilio.com",
  84. "role": "Developer"
  85. },
  86. {
  87. "name": "Anant Narayanan",
  88. "email": "anant@php.net",
  89. "role": "Developer"
  90. }
  91. ],
  92. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  93. "homepage": "https://github.com/firebase/php-jwt",
  94. "time": "2015-06-22 23:26:39"
  95. },
  96. {
  97. "name": "indieauth/client",
  98. "version": "0.1.3",
  99. "source": {
  100. "type": "git",
  101. "url": "https://github.com/indieweb/indieauth-client-php.git",
  102. "reference": "d0a9748aa643d826616ec1b02fb121f4aba0c9fc"
  103. },
  104. "dist": {
  105. "type": "zip",
  106. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/d0a9748aa643d826616ec1b02fb121f4aba0c9fc",
  107. "reference": "d0a9748aa643d826616ec1b02fb121f4aba0c9fc",
  108. "shasum": ""
  109. },
  110. "require": {
  111. "indieweb/link-rel-parser": "0.1.1",
  112. "php": ">5.3.0"
  113. },
  114. "type": "library",
  115. "autoload": {
  116. "psr-0": {
  117. "IndieAuth": "src/"
  118. }
  119. },
  120. "notification-url": "https://packagist.org/downloads/",
  121. "license": [
  122. "Apache 2.0"
  123. ],
  124. "authors": [
  125. {
  126. "name": "Aaron Parecki",
  127. "homepage": "http://aaronparecki.com"
  128. }
  129. ],
  130. "description": "IndieAuth Client Library",
  131. "time": "2014-03-02 21:07:38"
  132. },
  133. {
  134. "name": "indieweb/date-formatter",
  135. "version": "0.1.5",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/indieweb/date-formatter-php.git",
  139. "reference": "f0dc028ba53da4da2718d2a263300396b1c14203"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/f0dc028ba53da4da2718d2a263300396b1c14203",
  144. "reference": "f0dc028ba53da4da2718d2a263300396b1c14203",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.3.0"
  149. },
  150. "type": "library",
  151. "autoload": {
  152. "psr-0": {
  153. "IndieWeb": "src/"
  154. }
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "Apache-2.0"
  159. ],
  160. "authors": [
  161. {
  162. "name": "Aaron Parecki",
  163. "homepage": "http://aaronparecki.com"
  164. }
  165. ],
  166. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  167. "homepage": "https://github.com/indieweb/date-formatter-php",
  168. "keywords": [
  169. "date",
  170. "format",
  171. "microformats",
  172. "microformats2"
  173. ],
  174. "time": "2013-10-27 23:46:11"
  175. },
  176. {
  177. "name": "indieweb/link-rel-parser",
  178. "version": "0.1.1",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  182. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  187. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.3.0"
  192. },
  193. "type": "library",
  194. "autoload": {
  195. "files": [
  196. "src/IndieWeb/link_rel_parser.php"
  197. ]
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "Apache-2.0"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Aaron Parecki",
  206. "homepage": "http://aaronparecki.com"
  207. },
  208. {
  209. "name": "Tantek Çelik",
  210. "homepage": "http://tantek.com"
  211. }
  212. ],
  213. "description": "Parse rel values from HTTP headers",
  214. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  215. "keywords": [
  216. "http",
  217. "indieweb",
  218. "microformats2"
  219. ],
  220. "time": "2013-12-23 00:14:58"
  221. },
  222. {
  223. "name": "indieweb/mention-client",
  224. "version": "0.4.1",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/indieweb/mention-client-php.git",
  228. "reference": "dc88d797a54c0f138ab202acfeb4a1fb9aa38fff"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/dc88d797a54c0f138ab202acfeb4a1fb9aa38fff",
  233. "reference": "dc88d797a54c0f138ab202acfeb4a1fb9aa38fff",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "php": ">=5.3"
  238. },
  239. "type": "library",
  240. "autoload": {
  241. "psr-0": {
  242. "IndieWeb": "src/"
  243. }
  244. },
  245. "notification-url": "https://packagist.org/downloads/",
  246. "license": [
  247. "Apache-2.0"
  248. ],
  249. "authors": [
  250. {
  251. "name": "Aaron Parecki",
  252. "email": "aaron@parecki.com",
  253. "homepage": "http://aaronparecki.com/"
  254. }
  255. ],
  256. "description": "Client library for sending webmention and pingback notifications",
  257. "homepage": "https://github.com/indieweb/mention-client-php",
  258. "time": "2013-09-14 20:30:04"
  259. },
  260. {
  261. "name": "j4mie/idiorm",
  262. "version": "v1.4.1",
  263. "source": {
  264. "type": "git",
  265. "url": "https://github.com/j4mie/idiorm.git",
  266. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  267. },
  268. "dist": {
  269. "type": "zip",
  270. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  271. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  272. "shasum": ""
  273. },
  274. "require": {
  275. "php": ">=5.2.0"
  276. },
  277. "type": "library",
  278. "autoload": {
  279. "classmap": [
  280. "idiorm.php"
  281. ]
  282. },
  283. "notification-url": "https://packagist.org/downloads/",
  284. "license": [
  285. "BSD-2-Clause",
  286. "BSD-3-Clause",
  287. "BSD-4-Clause"
  288. ],
  289. "authors": [
  290. {
  291. "name": "Simon Holywell",
  292. "email": "treffynnon@php.net",
  293. "homepage": "http://simonholywell.com",
  294. "role": "Maintainer"
  295. },
  296. {
  297. "name": "Jamie Matthews",
  298. "email": "jamie.matthews@gmail.com",
  299. "homepage": "http://j4mie.org",
  300. "role": "Developer"
  301. },
  302. {
  303. "name": "Durham Hale",
  304. "email": "me@durhamhale.com",
  305. "homepage": "http://durhamhale.com",
  306. "role": "Maintainer"
  307. }
  308. ],
  309. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  310. "homepage": "http://j4mie.github.com/idiormandparis",
  311. "keywords": [
  312. "idiorm",
  313. "orm",
  314. "query builder"
  315. ],
  316. "time": "2013-12-12 10:25:27"
  317. },
  318. {
  319. "name": "mf2/mf2",
  320. "version": "v0.1.23",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/indieweb/php-mf2.git",
  324. "reference": "9094e4f7ad535e0796f5a384dec42bab81393e0e"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/9094e4f7ad535e0796f5a384dec42bab81393e0e",
  329. "reference": "9094e4f7ad535e0796f5a384dec42bab81393e0e",
  330. "shasum": ""
  331. },
  332. "require": {
  333. "php": ">=5.3.0"
  334. },
  335. "require-dev": {
  336. "phpunit/phpunit": "3.7.*"
  337. },
  338. "suggest": {
  339. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  340. },
  341. "type": "library",
  342. "autoload": {
  343. "psr-0": {
  344. "mf2\\Parser": ""
  345. }
  346. },
  347. "notification-url": "https://packagist.org/downloads/",
  348. "license": [
  349. "MIT"
  350. ],
  351. "authors": [
  352. {
  353. "name": "Barnaby Walters",
  354. "homepage": "http://waterpigs.co.uk"
  355. }
  356. ],
  357. "description": "A pure (generic) microformats-2 parser",
  358. "keywords": [
  359. "microformats",
  360. "microformats 2",
  361. "parser",
  362. "semantic"
  363. ],
  364. "time": "2013-10-20 12:25:50"
  365. },
  366. {
  367. "name": "mpratt/relativetime",
  368. "version": "1.5.1",
  369. "source": {
  370. "type": "git",
  371. "url": "https://github.com/mpratt/RelativeTime.git",
  372. "reference": "219e6568fa3e7b181244f93be493fbab4c89c056"
  373. },
  374. "dist": {
  375. "type": "zip",
  376. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/219e6568fa3e7b181244f93be493fbab4c89c056",
  377. "reference": "219e6568fa3e7b181244f93be493fbab4c89c056",
  378. "shasum": ""
  379. },
  380. "require": {
  381. "php": ">=5.3"
  382. },
  383. "type": "library",
  384. "autoload": {
  385. "psr-0": {
  386. "RelativeTime": "Lib/"
  387. }
  388. },
  389. "notification-url": "https://packagist.org/downloads/",
  390. "license": [
  391. "MIT"
  392. ],
  393. "authors": [
  394. {
  395. "name": "Michael Pratt",
  396. "email": "pratt@hablarmierda.net",
  397. "homepage": "http://www.michael-pratt.com",
  398. "role": "Author/Developer"
  399. }
  400. ],
  401. "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.",
  402. "homepage": "https://github.com/mpratt/RelativeTime",
  403. "keywords": [
  404. "ago",
  405. "date",
  406. "future",
  407. "interval",
  408. "relative",
  409. "time",
  410. "time-ago"
  411. ],
  412. "time": "2015-05-28 14:13:23"
  413. },
  414. {
  415. "name": "p3k/multipart",
  416. "version": "0.1.1",
  417. "source": {
  418. "type": "git",
  419. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  420. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14"
  421. },
  422. "dist": {
  423. "type": "zip",
  424. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/f5400011b20046cebbdfed686d051fb2aa600a14",
  425. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14",
  426. "shasum": ""
  427. },
  428. "require": {
  429. "php": ">5.4.0"
  430. },
  431. "type": "library",
  432. "autoload": {
  433. "files": [
  434. "src/p3k/Multipart.php"
  435. ]
  436. },
  437. "notification-url": "https://packagist.org/downloads/",
  438. "license": [
  439. "Apache 2.0"
  440. ],
  441. "authors": [
  442. {
  443. "name": "Aaron Parecki",
  444. "homepage": "http://aaronparecki.com"
  445. }
  446. ],
  447. "description": "Multipart Encoding Library",
  448. "time": "2015-07-16 19:28:02"
  449. },
  450. {
  451. "name": "ruudk/twitter-oauth",
  452. "version": "dev-master",
  453. "source": {
  454. "type": "git",
  455. "url": "https://github.com/ruudk/twitteroauth.git",
  456. "reference": "7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a"
  457. },
  458. "dist": {
  459. "type": "zip",
  460. "url": "https://api.github.com/repos/ruudk/twitteroauth/zipball/7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a",
  461. "reference": "7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a",
  462. "shasum": ""
  463. },
  464. "require": {
  465. "php": ">=5.3.0"
  466. },
  467. "type": "library",
  468. "autoload": {
  469. "classmap": [
  470. "src"
  471. ]
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "authors": [
  475. {
  476. "name": "Ruud Kamphuis",
  477. "email": "ruud@1plus1media.nl",
  478. "role": "Developer"
  479. }
  480. ],
  481. "description": "PHP 5.3 version of abraham/twitteroauth",
  482. "homepage": "http://github.com/ruudk/twitteroauth",
  483. "time": "2014-06-10 18:17:38"
  484. },
  485. {
  486. "name": "saltybeagle/savant3",
  487. "version": "dev-master",
  488. "source": {
  489. "type": "git",
  490. "url": "https://github.com/saltybeagle/Savant3.git",
  491. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  492. },
  493. "dist": {
  494. "type": "zip",
  495. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  496. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  497. "shasum": ""
  498. },
  499. "type": "library",
  500. "autoload": {
  501. "classmap": [
  502. "Savant3.php",
  503. "Savant3",
  504. "Savant3/resources"
  505. ]
  506. },
  507. "notification-url": "https://packagist.org/downloads/",
  508. "license": [
  509. "LGPL"
  510. ],
  511. "authors": [
  512. {
  513. "name": "Brett Bieber",
  514. "email": "brett.bieber@gmail.com"
  515. }
  516. ],
  517. "description": "Savant3 template engine",
  518. "time": "2014-01-07 17:10:32"
  519. },
  520. {
  521. "name": "slim/slim",
  522. "version": "2.2.0",
  523. "source": {
  524. "type": "git",
  525. "url": "https://github.com/slimphp/Slim.git",
  526. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  527. },
  528. "dist": {
  529. "type": "zip",
  530. "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  531. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  532. "shasum": ""
  533. },
  534. "require": {
  535. "php": ">=5.3.0"
  536. },
  537. "type": "library",
  538. "autoload": {
  539. "psr-0": {
  540. "Slim": "."
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "Josh Lockhart",
  550. "email": "info@joshlockhart.com",
  551. "homepage": "http://www.joshlockhart.com/"
  552. }
  553. ],
  554. "description": "Slim Framework, a PHP micro framework",
  555. "homepage": "http://github.com/codeguy/Slim",
  556. "keywords": [
  557. "microframework",
  558. "rest",
  559. "router"
  560. ],
  561. "time": "2012-12-13 02:15:50"
  562. }
  563. ],
  564. "packages-dev": [],
  565. "aliases": [],
  566. "minimum-stability": "stable",
  567. "stability-flags": {
  568. "saltybeagle/savant3": 20,
  569. "ruudk/twitter-oauth": 20
  570. },
  571. "prefer-stable": false,
  572. "prefer-lowest": false,
  573. "platform": [],
  574. "platform-dev": []
  575. }