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.

466 lines
16 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": "676692118149f622d7ca2349f775eb8c",
  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": "53669d621149e49c2a428722a62acfef3342c260"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/53669d621149e49c2a428722a62acfef3342c260",
  20. "reference": "53669d621149e49c2a428722a62acfef3342c260",
  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": "2013-09-03 20:55:18"
  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": "indieweb/mention-client",
  180. "version": "0.4.1",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/indieweb/mention-client-php.git",
  184. "reference": "dc88d797a54c0f138ab202acfeb4a1fb9aa38fff"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/dc88d797a54c0f138ab202acfeb4a1fb9aa38fff",
  189. "reference": "dc88d797a54c0f138ab202acfeb4a1fb9aa38fff",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "php": ">=5.3"
  194. },
  195. "type": "library",
  196. "autoload": {
  197. "psr-0": {
  198. "IndieWeb": "src/"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "Apache-2.0"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Aaron Parecki",
  208. "email": "aaron@parecki.com",
  209. "homepage": "http://aaronparecki.com/"
  210. }
  211. ],
  212. "description": "Client library for sending webmention and pingback notifications",
  213. "homepage": "https://github.com/indieweb/mention-client-php",
  214. "time": "2013-09-14 20:30:04"
  215. },
  216. {
  217. "name": "j4mie/idiorm",
  218. "version": "v1.4.1",
  219. "source": {
  220. "type": "git",
  221. "url": "https://github.com/j4mie/idiorm.git",
  222. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  223. },
  224. "dist": {
  225. "type": "zip",
  226. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  227. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  228. "shasum": ""
  229. },
  230. "require": {
  231. "php": ">=5.2.0"
  232. },
  233. "type": "library",
  234. "autoload": {
  235. "classmap": [
  236. "idiorm.php"
  237. ]
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "BSD-2-Clause",
  242. "BSD-3-Clause",
  243. "BSD-4-Clause"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Simon Holywell",
  248. "email": "treffynnon@php.net",
  249. "homepage": "http://simonholywell.com",
  250. "role": "Maintainer"
  251. },
  252. {
  253. "name": "Jamie Matthews",
  254. "email": "jamie.matthews@gmail.com",
  255. "homepage": "http://j4mie.org",
  256. "role": "Developer"
  257. },
  258. {
  259. "name": "Durham Hale",
  260. "email": "me@durhamhale.com",
  261. "homepage": "http://durhamhale.com",
  262. "role": "Maintainer"
  263. }
  264. ],
  265. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  266. "homepage": "http://j4mie.github.com/idiormandparis",
  267. "keywords": [
  268. "idiorm",
  269. "orm",
  270. "query builder"
  271. ],
  272. "time": "2013-12-12 10:25:27"
  273. },
  274. {
  275. "name": "mf2/mf2",
  276. "version": "v0.1.23",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/indieweb/php-mf2.git",
  280. "reference": "9094e4f7ad535e0796f5a384dec42bab81393e0e"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/9094e4f7ad535e0796f5a384dec42bab81393e0e",
  285. "reference": "9094e4f7ad535e0796f5a384dec42bab81393e0e",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "php": ">=5.3.0"
  290. },
  291. "require-dev": {
  292. "phpunit/phpunit": "3.7.*"
  293. },
  294. "suggest": {
  295. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  296. },
  297. "type": "library",
  298. "autoload": {
  299. "psr-0": {
  300. "mf2\\Parser": ""
  301. }
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "MIT"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Barnaby Walters",
  310. "homepage": "http://waterpigs.co.uk"
  311. }
  312. ],
  313. "description": "A pure (generic) microformats-2 parser",
  314. "keywords": [
  315. "microformats",
  316. "microformats 2",
  317. "parser",
  318. "semantic"
  319. ],
  320. "time": "2013-10-20 12:25:50"
  321. },
  322. {
  323. "name": "mpratt/relativetime",
  324. "version": "1.0",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/mpratt/RelativeTime.git",
  328. "reference": "5dd7078d2bc830227c1f5a0081c68c323fb18555"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/5dd7078d2bc830227c1f5a0081c68c323fb18555",
  333. "reference": "5dd7078d2bc830227c1f5a0081c68c323fb18555",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "php": ">=5.3"
  338. },
  339. "type": "library",
  340. "autoload": {
  341. "psr-0": {
  342. "RelativeTime": "Lib/"
  343. }
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "MIT"
  348. ],
  349. "authors": [
  350. {
  351. "name": "Michael Pratt",
  352. "email": "pratt@hablarmierda.net",
  353. "homepage": "http://www.michael-pratt.com",
  354. "role": "Author/Developer"
  355. }
  356. ],
  357. "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.",
  358. "homepage": "https://github.com/mpratt/RelativeTime",
  359. "keywords": [
  360. "ago",
  361. "date",
  362. "future",
  363. "interval",
  364. "relative",
  365. "time",
  366. "time-ago"
  367. ],
  368. "time": "2013-09-23 22:51:48"
  369. },
  370. {
  371. "name": "saltybeagle/savant3",
  372. "version": "dev-master",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/saltybeagle/Savant3.git",
  376. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  381. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  382. "shasum": ""
  383. },
  384. "type": "library",
  385. "autoload": {
  386. "classmap": [
  387. "Savant3.php",
  388. "Savant3",
  389. "Savant3/resources"
  390. ]
  391. },
  392. "notification-url": "https://packagist.org/downloads/",
  393. "license": [
  394. "LGPL"
  395. ],
  396. "authors": [
  397. {
  398. "name": "Brett Bieber",
  399. "email": "brett.bieber@gmail.com"
  400. }
  401. ],
  402. "description": "Savant3 template engine",
  403. "time": "2014-01-07 17:10:32"
  404. },
  405. {
  406. "name": "slim/slim",
  407. "version": "2.2.0",
  408. "source": {
  409. "type": "git",
  410. "url": "https://github.com/codeguy/Slim.git",
  411. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  412. },
  413. "dist": {
  414. "type": "zip",
  415. "url": "https://api.github.com/repos/codeguy/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  416. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  417. "shasum": ""
  418. },
  419. "require": {
  420. "php": ">=5.3.0"
  421. },
  422. "type": "library",
  423. "autoload": {
  424. "psr-0": {
  425. "Slim": "."
  426. }
  427. },
  428. "notification-url": "https://packagist.org/downloads/",
  429. "license": [
  430. "MIT"
  431. ],
  432. "authors": [
  433. {
  434. "name": "Josh Lockhart",
  435. "email": "info@joshlockhart.com",
  436. "homepage": "http://www.joshlockhart.com/"
  437. }
  438. ],
  439. "description": "Slim Framework, a PHP micro framework",
  440. "homepage": "http://github.com/codeguy/Slim",
  441. "keywords": [
  442. "microframework",
  443. "rest",
  444. "router"
  445. ],
  446. "time": "2012-12-13 02:15:50"
  447. }
  448. ],
  449. "packages-dev": [
  450. ],
  451. "aliases": [
  452. ],
  453. "minimum-stability": "stable",
  454. "stability-flags": {
  455. "saltybeagle/savant3": 20,
  456. "firebase/php-jwt": 20
  457. },
  458. "platform": [
  459. ],
  460. "platform-dev": [
  461. ]
  462. }