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.

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