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.

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