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.

538 lines
19 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
  5. ],
  6. "hash": "f2f8fdb671b52ce22dc0a5e133f9a13d",
  7. "packages": [
  8. {
  9. "name": "andreyco/instagram",
  10. "version": "v3.2",
  11. "source": {
  12. "type": "git",
  13. "url": "https://github.com/Andreyco/Instagram-for-PHP.git",
  14. "reference": "726e724c51301410873d9bae9c659a0597ca47e4"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://api.github.com/repos/Andreyco/Instagram-for-PHP/zipball/726e724c51301410873d9bae9c659a0597ca47e4",
  19. "reference": "726e724c51301410873d9bae9c659a0597ca47e4",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "ext-curl": "*",
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "Andreyco\\Instagram\\": "src/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "BSD-4-Clause"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Andrej Badin",
  39. "email": "contact@andrejbadin.com",
  40. "homepage": "http://andrejbadin.com"
  41. }
  42. ],
  43. "description": "An easy-to-use PHP Class for accessing Instagram's API.",
  44. "homepage": "https://github.com/Andreyco/Instagram",
  45. "keywords": [
  46. "api",
  47. "instagram"
  48. ],
  49. "time": "2014-07-14 19:53:19"
  50. },
  51. {
  52. "name": "firebase/php-jwt",
  53. "version": "dev-master",
  54. "target-dir": "Firebase/PHP-JWT",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/firebase/php-jwt.git",
  58. "reference": "83b8899cb73d85d648af93f37ec0ac89f4a5bbae"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b8899cb73d85d648af93f37ec0ac89f4a5bbae",
  63. "reference": "83b8899cb73d85d648af93f37ec0ac89f4a5bbae",
  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": "2014-11-18 17:58:25"
  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.0",
  369. "source": {
  370. "type": "git",
  371. "url": "https://github.com/mpratt/RelativeTime.git",
  372. "reference": "5dd7078d2bc830227c1f5a0081c68c323fb18555"
  373. },
  374. "dist": {
  375. "type": "zip",
  376. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/5dd7078d2bc830227c1f5a0081c68c323fb18555",
  377. "reference": "5dd7078d2bc830227c1f5a0081c68c323fb18555",
  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": "2013-09-23 22:51:48"
  413. },
  414. {
  415. "name": "ruudk/twitter-oauth",
  416. "version": "dev-master",
  417. "source": {
  418. "type": "git",
  419. "url": "https://github.com/ruudk/twitteroauth.git",
  420. "reference": "7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a"
  421. },
  422. "dist": {
  423. "type": "zip",
  424. "url": "https://api.github.com/repos/ruudk/twitteroauth/zipball/7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a",
  425. "reference": "7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a",
  426. "shasum": ""
  427. },
  428. "require": {
  429. "php": ">=5.3.0"
  430. },
  431. "type": "library",
  432. "autoload": {
  433. "classmap": [
  434. "src"
  435. ]
  436. },
  437. "notification-url": "https://packagist.org/downloads/",
  438. "authors": [
  439. {
  440. "name": "Ruud Kamphuis",
  441. "email": "ruud@1plus1media.nl",
  442. "role": "Developer"
  443. }
  444. ],
  445. "description": "PHP 5.3 version of abraham/twitteroauth",
  446. "homepage": "http://github.com/ruudk/twitteroauth",
  447. "time": "2014-06-10 18:17:38"
  448. },
  449. {
  450. "name": "saltybeagle/savant3",
  451. "version": "dev-master",
  452. "source": {
  453. "type": "git",
  454. "url": "https://github.com/saltybeagle/Savant3.git",
  455. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  456. },
  457. "dist": {
  458. "type": "zip",
  459. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  460. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  461. "shasum": ""
  462. },
  463. "type": "library",
  464. "autoload": {
  465. "classmap": [
  466. "Savant3.php",
  467. "Savant3",
  468. "Savant3/resources"
  469. ]
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "LGPL"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Brett Bieber",
  478. "email": "brett.bieber@gmail.com"
  479. }
  480. ],
  481. "description": "Savant3 template engine",
  482. "time": "2014-01-07 17:10:32"
  483. },
  484. {
  485. "name": "slim/slim",
  486. "version": "2.2.0",
  487. "source": {
  488. "type": "git",
  489. "url": "https://github.com/codeguy/Slim.git",
  490. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  491. },
  492. "dist": {
  493. "type": "zip",
  494. "url": "https://api.github.com/repos/codeguy/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  495. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  496. "shasum": ""
  497. },
  498. "require": {
  499. "php": ">=5.3.0"
  500. },
  501. "type": "library",
  502. "autoload": {
  503. "psr-0": {
  504. "Slim": "."
  505. }
  506. },
  507. "notification-url": "https://packagist.org/downloads/",
  508. "license": [
  509. "MIT"
  510. ],
  511. "authors": [
  512. {
  513. "name": "Josh Lockhart",
  514. "email": "info@joshlockhart.com",
  515. "homepage": "http://www.joshlockhart.com/"
  516. }
  517. ],
  518. "description": "Slim Framework, a PHP micro framework",
  519. "homepage": "http://github.com/codeguy/Slim",
  520. "keywords": [
  521. "microframework",
  522. "rest",
  523. "router"
  524. ],
  525. "time": "2012-12-13 02:15:50"
  526. }
  527. ],
  528. "packages-dev": [],
  529. "aliases": [],
  530. "minimum-stability": "stable",
  531. "stability-flags": {
  532. "saltybeagle/savant3": 20,
  533. "firebase/php-jwt": 20,
  534. "ruudk/twitter-oauth": 20
  535. },
  536. "platform": [],
  537. "platform-dev": []
  538. }