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.

426 lines
15 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": "da493f8238b017e74269bc3cdeba5e92",
  7. "packages": [
  8. {
  9. "name": "firebase/php-jwt",
  10. "version": "dev-master",
  11. "target-dir": "Firebase/PHP-JWT",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "6e4b99948f79622aad86101c4baeb744d14d5946"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/6e4b99948f79622aad86101c4baeb744d14d5946",
  20. "reference": "6e4b99948f79622aad86101c4baeb744d14d5946",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.2.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "classmap": [
  29. "Authentication/"
  30. ]
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "BSD-3-Clause"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Neuman Vong",
  39. "email": "neuman+pear@twilio.com",
  40. "role": "Developer"
  41. },
  42. {
  43. "name": "Anant Narayanan",
  44. "email": "anant@php.net",
  45. "role": "Developer"
  46. }
  47. ],
  48. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  49. "homepage": "https://github.com/firebase/php-jwt",
  50. "time": "2014-09-10 01:49:07"
  51. },
  52. {
  53. "name": "indieauth/client",
  54. "version": "0.1.4",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/indieweb/indieauth-client-php.git",
  58. "reference": "ecb74843c5c01ca49f118480d068087b5477e4f9"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/ecb74843c5c01ca49f118480d068087b5477e4f9",
  63. "reference": "ecb74843c5c01ca49f118480d068087b5477e4f9",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "indieweb/link-rel-parser": "0.1.1",
  68. "mf2/mf2": "0.2.*",
  69. "php": ">5.3.0"
  70. },
  71. "type": "library",
  72. "autoload": {
  73. "psr-0": {
  74. "IndieAuth": "src/"
  75. }
  76. },
  77. "notification-url": "https://packagist.org/downloads/",
  78. "license": [
  79. "Apache 2.0"
  80. ],
  81. "authors": [
  82. {
  83. "name": "Aaron Parecki",
  84. "homepage": "http://aaronparecki.com"
  85. }
  86. ],
  87. "description": "IndieAuth Client Library",
  88. "time": "2014-08-15 18:03:06"
  89. },
  90. {
  91. "name": "indieweb/date-formatter",
  92. "version": "0.1.5",
  93. "source": {
  94. "type": "git",
  95. "url": "https://github.com/indieweb/date-formatter-php.git",
  96. "reference": "f0dc028ba53da4da2718d2a263300396b1c14203"
  97. },
  98. "dist": {
  99. "type": "zip",
  100. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/f0dc028ba53da4da2718d2a263300396b1c14203",
  101. "reference": "f0dc028ba53da4da2718d2a263300396b1c14203",
  102. "shasum": ""
  103. },
  104. "require": {
  105. "php": ">=5.3.0"
  106. },
  107. "type": "library",
  108. "autoload": {
  109. "psr-0": {
  110. "IndieWeb": "src/"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "Apache-2.0"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Aaron Parecki",
  120. "homepage": "http://aaronparecki.com"
  121. }
  122. ],
  123. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  124. "homepage": "https://github.com/indieweb/date-formatter-php",
  125. "keywords": [
  126. "date",
  127. "format",
  128. "microformats",
  129. "microformats2"
  130. ],
  131. "time": "2013-10-27 23:46:11"
  132. },
  133. {
  134. "name": "indieweb/link-rel-parser",
  135. "version": "0.1.1",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  139. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  144. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.3.0"
  149. },
  150. "type": "library",
  151. "autoload": {
  152. "files": [
  153. "src/IndieWeb/link_rel_parser.php"
  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. "name": "Tantek Çelik",
  167. "homepage": "http://tantek.com"
  168. }
  169. ],
  170. "description": "Parse rel values from HTTP headers",
  171. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  172. "keywords": [
  173. "http",
  174. "indieweb",
  175. "microformats2"
  176. ],
  177. "time": "2013-12-23 00:14:58"
  178. },
  179. {
  180. "name": "j4mie/idiorm",
  181. "version": "v1.4.1",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/j4mie/idiorm.git",
  185. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  190. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": ">=5.2.0"
  195. },
  196. "type": "library",
  197. "autoload": {
  198. "classmap": [
  199. "idiorm.php"
  200. ]
  201. },
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "BSD-2-Clause",
  205. "BSD-3-Clause",
  206. "BSD-4-Clause"
  207. ],
  208. "authors": [
  209. {
  210. "name": "Simon Holywell",
  211. "email": "treffynnon@php.net",
  212. "homepage": "http://simonholywell.com",
  213. "role": "Maintainer"
  214. },
  215. {
  216. "name": "Jamie Matthews",
  217. "email": "jamie.matthews@gmail.com",
  218. "homepage": "http://j4mie.org",
  219. "role": "Developer"
  220. },
  221. {
  222. "name": "Durham Hale",
  223. "email": "me@durhamhale.com",
  224. "homepage": "http://durhamhale.com",
  225. "role": "Maintainer"
  226. }
  227. ],
  228. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  229. "homepage": "http://j4mie.github.com/idiormandparis",
  230. "keywords": [
  231. "idiorm",
  232. "orm",
  233. "query builder"
  234. ],
  235. "time": "2013-12-12 10:25:27"
  236. },
  237. {
  238. "name": "mf2/mf2",
  239. "version": "v0.2.9",
  240. "source": {
  241. "type": "git",
  242. "url": "https://github.com/indieweb/php-mf2.git",
  243. "reference": "ad1ee037555be7f3b2ea1d99e063e56207cf2a1d"
  244. },
  245. "dist": {
  246. "type": "zip",
  247. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/ad1ee037555be7f3b2ea1d99e063e56207cf2a1d",
  248. "reference": "ad1ee037555be7f3b2ea1d99e063e56207cf2a1d",
  249. "shasum": ""
  250. },
  251. "require": {
  252. "php": ">=5.3.0"
  253. },
  254. "require-dev": {
  255. "phpunit/phpunit": "3.7.*"
  256. },
  257. "suggest": {
  258. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  259. },
  260. "bin": [
  261. "bin/fetch-mf2",
  262. "bin/parse-mf2"
  263. ],
  264. "type": "library",
  265. "autoload": {
  266. "files": [
  267. "Mf2/Parser.php"
  268. ]
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "MIT"
  273. ],
  274. "authors": [
  275. {
  276. "name": "Barnaby Walters",
  277. "homepage": "http://waterpigs.co.uk"
  278. }
  279. ],
  280. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  281. "keywords": [
  282. "html",
  283. "microformats",
  284. "microformats 2",
  285. "parser",
  286. "semantic"
  287. ],
  288. "time": "2014-07-23 09:37:36"
  289. },
  290. {
  291. "name": "mpratt/relativetime",
  292. "version": "1.0",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/mpratt/RelativeTime.git",
  296. "reference": "5dd7078d2bc830227c1f5a0081c68c323fb18555"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/5dd7078d2bc830227c1f5a0081c68c323fb18555",
  301. "reference": "5dd7078d2bc830227c1f5a0081c68c323fb18555",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "php": ">=5.3"
  306. },
  307. "type": "library",
  308. "autoload": {
  309. "psr-0": {
  310. "RelativeTime": "Lib/"
  311. }
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "MIT"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Michael Pratt",
  320. "email": "pratt@hablarmierda.net",
  321. "homepage": "http://www.michael-pratt.com",
  322. "role": "Author/Developer"
  323. }
  324. ],
  325. "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.",
  326. "homepage": "https://github.com/mpratt/RelativeTime",
  327. "keywords": [
  328. "ago",
  329. "date",
  330. "future",
  331. "interval",
  332. "relative",
  333. "time",
  334. "time-ago"
  335. ],
  336. "time": "2013-09-23 22:51:48"
  337. },
  338. {
  339. "name": "saltybeagle/savant3",
  340. "version": "dev-master",
  341. "source": {
  342. "type": "git",
  343. "url": "https://github.com/saltybeagle/Savant3.git",
  344. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  345. },
  346. "dist": {
  347. "type": "zip",
  348. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  349. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  350. "shasum": ""
  351. },
  352. "type": "library",
  353. "autoload": {
  354. "classmap": [
  355. "Savant3.php",
  356. "Savant3",
  357. "Savant3/resources"
  358. ]
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "LGPL"
  363. ],
  364. "authors": [
  365. {
  366. "name": "Brett Bieber",
  367. "email": "brett.bieber@gmail.com"
  368. }
  369. ],
  370. "description": "Savant3 template engine",
  371. "time": "2014-01-07 17:10:32"
  372. },
  373. {
  374. "name": "slim/slim",
  375. "version": "2.2.0",
  376. "source": {
  377. "type": "git",
  378. "url": "https://github.com/codeguy/Slim.git",
  379. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  380. },
  381. "dist": {
  382. "type": "zip",
  383. "url": "https://api.github.com/repos/codeguy/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  384. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  385. "shasum": ""
  386. },
  387. "require": {
  388. "php": ">=5.3.0"
  389. },
  390. "type": "library",
  391. "autoload": {
  392. "psr-0": {
  393. "Slim": "."
  394. }
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "Josh Lockhart",
  403. "email": "info@joshlockhart.com",
  404. "homepage": "http://www.joshlockhart.com/"
  405. }
  406. ],
  407. "description": "Slim Framework, a PHP micro framework",
  408. "homepage": "http://github.com/codeguy/Slim",
  409. "keywords": [
  410. "microframework",
  411. "rest",
  412. "router"
  413. ],
  414. "time": "2012-12-13 02:15:50"
  415. }
  416. ],
  417. "packages-dev": [],
  418. "aliases": [],
  419. "minimum-stability": "stable",
  420. "stability-flags": {
  421. "saltybeagle/savant3": 20,
  422. "firebase/php-jwt": 20
  423. },
  424. "platform": [],
  425. "platform-dev": []
  426. }