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.

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