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.

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