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.

575 lines
20 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "561c25a6b782004d9b05656de5d67971",
  8. "packages": [
  9. {
  10. "name": "andreyco/instagram",
  11. "version": "v3.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Andreyco/Instagram-for-PHP.git",
  15. "reference": "726e724c51301410873d9bae9c659a0597ca47e4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Andreyco/Instagram-for-PHP/zipball/726e724c51301410873d9bae9c659a0597ca47e4",
  20. "reference": "726e724c51301410873d9bae9c659a0597ca47e4",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-4": {
  30. "Andreyco\\Instagram\\": "src/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "BSD-4-Clause"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Andrej Badin",
  40. "email": "contact@andrejbadin.com",
  41. "homepage": "http://andrejbadin.com"
  42. }
  43. ],
  44. "description": "An easy-to-use PHP Class for accessing Instagram's API.",
  45. "homepage": "https://github.com/Andreyco/Instagram",
  46. "keywords": [
  47. "api",
  48. "instagram"
  49. ],
  50. "time": "2014-07-14 19:53:19"
  51. },
  52. {
  53. "name": "firebase/php-jwt",
  54. "version": "dev-master",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/firebase/php-jwt.git",
  58. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  63. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "php": ">=5.3.0"
  68. },
  69. "type": "library",
  70. "autoload": {
  71. "psr-4": {
  72. "Firebase\\JWT\\": "src"
  73. }
  74. },
  75. "notification-url": "https://packagist.org/downloads/",
  76. "license": [
  77. "BSD-3-Clause"
  78. ],
  79. "authors": [
  80. {
  81. "name": "Neuman Vong",
  82. "email": "neuman+pear@twilio.com",
  83. "role": "Developer"
  84. },
  85. {
  86. "name": "Anant Narayanan",
  87. "email": "anant@php.net",
  88. "role": "Developer"
  89. }
  90. ],
  91. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  92. "homepage": "https://github.com/firebase/php-jwt",
  93. "time": "2015-07-22 18:31:08"
  94. },
  95. {
  96. "name": "indieauth/client",
  97. "version": "0.1.3",
  98. "source": {
  99. "type": "git",
  100. "url": "https://github.com/indieweb/indieauth-client-php.git",
  101. "reference": "d0a9748aa643d826616ec1b02fb121f4aba0c9fc"
  102. },
  103. "dist": {
  104. "type": "zip",
  105. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/d0a9748aa643d826616ec1b02fb121f4aba0c9fc",
  106. "reference": "d0a9748aa643d826616ec1b02fb121f4aba0c9fc",
  107. "shasum": ""
  108. },
  109. "require": {
  110. "indieweb/link-rel-parser": "0.1.1",
  111. "php": ">5.3.0"
  112. },
  113. "type": "library",
  114. "autoload": {
  115. "psr-0": {
  116. "IndieAuth": "src/"
  117. }
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "Apache 2.0"
  122. ],
  123. "authors": [
  124. {
  125. "name": "Aaron Parecki",
  126. "homepage": "http://aaronparecki.com"
  127. }
  128. ],
  129. "description": "IndieAuth Client Library",
  130. "time": "2014-03-02 21:07:38"
  131. },
  132. {
  133. "name": "indieweb/date-formatter",
  134. "version": "0.1.5",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/indieweb/date-formatter-php.git",
  138. "reference": "f0dc028ba53da4da2718d2a263300396b1c14203"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/indieweb/date-formatter-php/zipball/f0dc028ba53da4da2718d2a263300396b1c14203",
  143. "reference": "f0dc028ba53da4da2718d2a263300396b1c14203",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": ">=5.3.0"
  148. },
  149. "type": "library",
  150. "autoload": {
  151. "psr-0": {
  152. "IndieWeb": "src/"
  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. "description": "Render dates and date ranges in a human-readable format, including proper microformats-2 markup",
  166. "homepage": "https://github.com/indieweb/date-formatter-php",
  167. "keywords": [
  168. "date",
  169. "format",
  170. "microformats",
  171. "microformats2"
  172. ],
  173. "time": "2013-10-27 23:46:11"
  174. },
  175. {
  176. "name": "indieweb/link-rel-parser",
  177. "version": "0.1.1",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  181. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  186. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "php": ">=5.3.0"
  191. },
  192. "type": "library",
  193. "autoload": {
  194. "files": [
  195. "src/IndieWeb/link_rel_parser.php"
  196. ]
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "Apache-2.0"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Aaron Parecki",
  205. "homepage": "http://aaronparecki.com"
  206. },
  207. {
  208. "name": "Tantek Çelik",
  209. "homepage": "http://tantek.com"
  210. }
  211. ],
  212. "description": "Parse rel values from HTTP headers",
  213. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  214. "keywords": [
  215. "http",
  216. "indieweb",
  217. "microformats2"
  218. ],
  219. "time": "2013-12-23 00:14:58"
  220. },
  221. {
  222. "name": "indieweb/mention-client",
  223. "version": "0.4.1",
  224. "source": {
  225. "type": "git",
  226. "url": "https://github.com/indieweb/mention-client-php.git",
  227. "reference": "dc88d797a54c0f138ab202acfeb4a1fb9aa38fff"
  228. },
  229. "dist": {
  230. "type": "zip",
  231. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/dc88d797a54c0f138ab202acfeb4a1fb9aa38fff",
  232. "reference": "dc88d797a54c0f138ab202acfeb4a1fb9aa38fff",
  233. "shasum": ""
  234. },
  235. "require": {
  236. "php": ">=5.3"
  237. },
  238. "type": "library",
  239. "autoload": {
  240. "psr-0": {
  241. "IndieWeb": "src/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "Apache-2.0"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Aaron Parecki",
  251. "email": "aaron@parecki.com",
  252. "homepage": "http://aaronparecki.com/"
  253. }
  254. ],
  255. "description": "Client library for sending webmention and pingback notifications",
  256. "homepage": "https://github.com/indieweb/mention-client-php",
  257. "time": "2013-09-14 20:30:04"
  258. },
  259. {
  260. "name": "j4mie/idiorm",
  261. "version": "v1.4.1",
  262. "source": {
  263. "type": "git",
  264. "url": "https://github.com/j4mie/idiorm.git",
  265. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd"
  266. },
  267. "dist": {
  268. "type": "zip",
  269. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  270. "reference": "11e964157a6a2c6128a0546673ad5e99ac1a62cd",
  271. "shasum": ""
  272. },
  273. "require": {
  274. "php": ">=5.2.0"
  275. },
  276. "type": "library",
  277. "autoload": {
  278. "classmap": [
  279. "idiorm.php"
  280. ]
  281. },
  282. "notification-url": "https://packagist.org/downloads/",
  283. "license": [
  284. "BSD-2-Clause",
  285. "BSD-3-Clause",
  286. "BSD-4-Clause"
  287. ],
  288. "authors": [
  289. {
  290. "name": "Simon Holywell",
  291. "email": "treffynnon@php.net",
  292. "homepage": "http://simonholywell.com",
  293. "role": "Maintainer"
  294. },
  295. {
  296. "name": "Jamie Matthews",
  297. "email": "jamie.matthews@gmail.com",
  298. "homepage": "http://j4mie.org",
  299. "role": "Developer"
  300. },
  301. {
  302. "name": "Durham Hale",
  303. "email": "me@durhamhale.com",
  304. "homepage": "http://durhamhale.com",
  305. "role": "Maintainer"
  306. }
  307. ],
  308. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  309. "homepage": "http://j4mie.github.com/idiormandparis",
  310. "keywords": [
  311. "idiorm",
  312. "orm",
  313. "query builder"
  314. ],
  315. "time": "2013-12-12 10:25:27"
  316. },
  317. {
  318. "name": "mf2/mf2",
  319. "version": "v0.1.23",
  320. "source": {
  321. "type": "git",
  322. "url": "https://github.com/indieweb/php-mf2.git",
  323. "reference": "9094e4f7ad535e0796f5a384dec42bab81393e0e"
  324. },
  325. "dist": {
  326. "type": "zip",
  327. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/9094e4f7ad535e0796f5a384dec42bab81393e0e",
  328. "reference": "9094e4f7ad535e0796f5a384dec42bab81393e0e",
  329. "shasum": ""
  330. },
  331. "require": {
  332. "php": ">=5.3.0"
  333. },
  334. "require-dev": {
  335. "phpunit/phpunit": "3.7.*"
  336. },
  337. "suggest": {
  338. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  339. },
  340. "type": "library",
  341. "autoload": {
  342. "psr-0": {
  343. "mf2\\Parser": ""
  344. }
  345. },
  346. "notification-url": "https://packagist.org/downloads/",
  347. "license": [
  348. "MIT"
  349. ],
  350. "authors": [
  351. {
  352. "name": "Barnaby Walters",
  353. "homepage": "http://waterpigs.co.uk"
  354. }
  355. ],
  356. "description": "A pure (generic) microformats-2 parser",
  357. "keywords": [
  358. "microformats",
  359. "microformats 2",
  360. "parser",
  361. "semantic"
  362. ],
  363. "time": "2013-10-20 12:25:50"
  364. },
  365. {
  366. "name": "mpratt/relativetime",
  367. "version": "1.5.1",
  368. "source": {
  369. "type": "git",
  370. "url": "https://github.com/mpratt/RelativeTime.git",
  371. "reference": "219e6568fa3e7b181244f93be493fbab4c89c056"
  372. },
  373. "dist": {
  374. "type": "zip",
  375. "url": "https://api.github.com/repos/mpratt/RelativeTime/zipball/219e6568fa3e7b181244f93be493fbab4c89c056",
  376. "reference": "219e6568fa3e7b181244f93be493fbab4c89c056",
  377. "shasum": ""
  378. },
  379. "require": {
  380. "php": ">=5.3"
  381. },
  382. "type": "library",
  383. "autoload": {
  384. "psr-0": {
  385. "RelativeTime": "Lib/"
  386. }
  387. },
  388. "notification-url": "https://packagist.org/downloads/",
  389. "license": [
  390. "MIT"
  391. ],
  392. "authors": [
  393. {
  394. "name": "Michael Pratt",
  395. "email": "pratt@hablarmierda.net",
  396. "homepage": "http://www.michael-pratt.com",
  397. "role": "Author/Developer"
  398. }
  399. ],
  400. "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.",
  401. "homepage": "https://github.com/mpratt/RelativeTime",
  402. "keywords": [
  403. "ago",
  404. "date",
  405. "future",
  406. "interval",
  407. "relative",
  408. "time",
  409. "time-ago"
  410. ],
  411. "time": "2015-05-28 14:13:23"
  412. },
  413. {
  414. "name": "p3k/multipart",
  415. "version": "0.1.1",
  416. "source": {
  417. "type": "git",
  418. "url": "https://github.com/aaronpk/php-multipart-encoder.git",
  419. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14"
  420. },
  421. "dist": {
  422. "type": "zip",
  423. "url": "https://api.github.com/repos/aaronpk/php-multipart-encoder/zipball/f5400011b20046cebbdfed686d051fb2aa600a14",
  424. "reference": "f5400011b20046cebbdfed686d051fb2aa600a14",
  425. "shasum": ""
  426. },
  427. "require": {
  428. "php": ">5.4.0"
  429. },
  430. "type": "library",
  431. "autoload": {
  432. "files": [
  433. "src/p3k/Multipart.php"
  434. ]
  435. },
  436. "notification-url": "https://packagist.org/downloads/",
  437. "license": [
  438. "Apache 2.0"
  439. ],
  440. "authors": [
  441. {
  442. "name": "Aaron Parecki",
  443. "homepage": "http://aaronparecki.com"
  444. }
  445. ],
  446. "description": "Multipart Encoding Library",
  447. "time": "2015-07-16 19:28:02"
  448. },
  449. {
  450. "name": "ruudk/twitter-oauth",
  451. "version": "dev-master",
  452. "source": {
  453. "type": "git",
  454. "url": "https://github.com/ruudk/twitteroauth.git",
  455. "reference": "7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a"
  456. },
  457. "dist": {
  458. "type": "zip",
  459. "url": "https://api.github.com/repos/ruudk/twitteroauth/zipball/7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a",
  460. "reference": "7f5a94eaa1572ddbc7f0a32ba3b865b8ac23712a",
  461. "shasum": ""
  462. },
  463. "require": {
  464. "php": ">=5.3.0"
  465. },
  466. "type": "library",
  467. "autoload": {
  468. "classmap": [
  469. "src"
  470. ]
  471. },
  472. "notification-url": "https://packagist.org/downloads/",
  473. "authors": [
  474. {
  475. "name": "Ruud Kamphuis",
  476. "email": "ruud@1plus1media.nl",
  477. "role": "Developer"
  478. }
  479. ],
  480. "description": "PHP 5.3 version of abraham/twitteroauth",
  481. "homepage": "http://github.com/ruudk/twitteroauth",
  482. "time": "2014-06-10 18:17:38"
  483. },
  484. {
  485. "name": "saltybeagle/savant3",
  486. "version": "dev-master",
  487. "source": {
  488. "type": "git",
  489. "url": "https://github.com/saltybeagle/Savant3.git",
  490. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  491. },
  492. "dist": {
  493. "type": "zip",
  494. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  495. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  496. "shasum": ""
  497. },
  498. "type": "library",
  499. "autoload": {
  500. "classmap": [
  501. "Savant3.php",
  502. "Savant3",
  503. "Savant3/resources"
  504. ]
  505. },
  506. "notification-url": "https://packagist.org/downloads/",
  507. "license": [
  508. "LGPL"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Brett Bieber",
  513. "email": "brett.bieber@gmail.com"
  514. }
  515. ],
  516. "description": "Savant3 template engine",
  517. "time": "2014-01-07 17:10:32"
  518. },
  519. {
  520. "name": "slim/slim",
  521. "version": "2.2.0",
  522. "source": {
  523. "type": "git",
  524. "url": "https://github.com/slimphp/Slim.git",
  525. "reference": "b8181de1112a1e2f565b40158b621c34ded38053"
  526. },
  527. "dist": {
  528. "type": "zip",
  529. "url": "https://api.github.com/repos/slimphp/Slim/zipball/b8181de1112a1e2f565b40158b621c34ded38053",
  530. "reference": "b8181de1112a1e2f565b40158b621c34ded38053",
  531. "shasum": ""
  532. },
  533. "require": {
  534. "php": ">=5.3.0"
  535. },
  536. "type": "library",
  537. "autoload": {
  538. "psr-0": {
  539. "Slim": "."
  540. }
  541. },
  542. "notification-url": "https://packagist.org/downloads/",
  543. "license": [
  544. "MIT"
  545. ],
  546. "authors": [
  547. {
  548. "name": "Josh Lockhart",
  549. "email": "info@joshlockhart.com",
  550. "homepage": "http://www.joshlockhart.com/"
  551. }
  552. ],
  553. "description": "Slim Framework, a PHP micro framework",
  554. "homepage": "http://github.com/codeguy/Slim",
  555. "keywords": [
  556. "microframework",
  557. "rest",
  558. "router"
  559. ],
  560. "time": "2012-12-13 02:15:50"
  561. }
  562. ],
  563. "packages-dev": [],
  564. "aliases": [],
  565. "minimum-stability": "stable",
  566. "stability-flags": {
  567. "saltybeagle/savant3": 20,
  568. "firebase/php-jwt": 20,
  569. "ruudk/twitter-oauth": 20
  570. },
  571. "prefer-stable": false,
  572. "prefer-lowest": false,
  573. "platform": [],
  574. "platform-dev": []
  575. }