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.

237 lines
8.0 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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "8d813931b318f63554477f9c4a61c7c4",
  8. "packages": [
  9. {
  10. "name": "michelf/php-markdown",
  11. "version": "1.9.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/michelf/php-markdown.git",
  15. "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
  20. "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": ">=4.3 <5.8"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Michelf\\": "Michelf/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "BSD-3-Clause"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Michel Fortin",
  42. "email": "michel.fortin@michelf.ca",
  43. "homepage": "https://michelf.ca/",
  44. "role": "Developer"
  45. },
  46. {
  47. "name": "John Gruber",
  48. "homepage": "https://daringfireball.net/"
  49. }
  50. ],
  51. "description": "PHP Markdown",
  52. "homepage": "https://michelf.ca/projects/php-markdown/",
  53. "keywords": [
  54. "markdown"
  55. ],
  56. "support": {
  57. "issues": "https://github.com/michelf/php-markdown/issues",
  58. "source": "https://github.com/michelf/php-markdown/tree/1.9.1"
  59. },
  60. "time": "2021-11-24T02:52:38+00:00"
  61. },
  62. {
  63. "name": "p3k/slim-savant",
  64. "version": "0.1.0",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/aaronpk/Slim-Savant.git",
  68. "reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/aaronpk/Slim-Savant/zipball/129291da1223f5c95ad8f4e1bca21901ae45e53e",
  73. "reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "php": ">5.3.0",
  78. "saltybeagle/savant3": "dev-master",
  79. "slim/slim": ">=2.4.0"
  80. },
  81. "type": "library",
  82. "autoload": {
  83. "files": [
  84. "Savant.php",
  85. "SlimSavant.php"
  86. ]
  87. },
  88. "notification-url": "https://packagist.org/downloads/",
  89. "license": [
  90. "Apache 2.0"
  91. ],
  92. "authors": [
  93. {
  94. "name": "Aaron Parecki",
  95. "homepage": "http://aaronparecki.com"
  96. }
  97. ],
  98. "description": "Savant renderer for Slim",
  99. "time": "2015-07-21T01:40:52+00:00"
  100. },
  101. {
  102. "name": "p3k/timezone",
  103. "version": "0.1.0",
  104. "source": {
  105. "type": "git",
  106. "url": "https://github.com/aaronpk/p3k-timezone.git",
  107. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  108. },
  109. "dist": {
  110. "type": "zip",
  111. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  112. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  113. "shasum": ""
  114. },
  115. "require": {
  116. "php": ">=5.4.0"
  117. },
  118. "type": "library",
  119. "autoload": {
  120. "files": [
  121. "src/p3k/Timezone.php"
  122. ]
  123. },
  124. "notification-url": "https://packagist.org/downloads/",
  125. "license": [
  126. "Apache-2.0"
  127. ],
  128. "authors": [
  129. {
  130. "name": "Aaron Parecki",
  131. "homepage": "https://aaronparecki.com"
  132. }
  133. ],
  134. "description": "Find the timezone of a given location",
  135. "homepage": "https://github.com/aaronpk/p3k-timezone",
  136. "keywords": [
  137. "date",
  138. "p3k",
  139. "timezone"
  140. ],
  141. "time": "2017-01-12T17:30:08+00:00"
  142. },
  143. {
  144. "name": "saltybeagle/savant3",
  145. "version": "dev-master",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/saltybeagle/Savant3.git",
  149. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  154. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  155. "shasum": ""
  156. },
  157. "type": "library",
  158. "autoload": {
  159. "classmap": [
  160. "Savant3.php",
  161. "Savant3",
  162. "Savant3/resources"
  163. ]
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "LGPL"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Brett Bieber",
  172. "email": "brett.bieber@gmail.com"
  173. }
  174. ],
  175. "description": "Savant3 template engine",
  176. "time": "2014-01-07T17:10:32+00:00"
  177. },
  178. {
  179. "name": "slim/slim",
  180. "version": "2.6.3",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/slimphp/Slim.git",
  184. "reference": "9224ed81ac1c412881e8d762755e3d76ebf580c0"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/slimphp/Slim/zipball/9224ed81ac1c412881e8d762755e3d76ebf580c0",
  189. "reference": "9224ed81ac1c412881e8d762755e3d76ebf580c0",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "php": ">=5.3.0"
  194. },
  195. "suggest": {
  196. "ext-mcrypt": "Required for HTTP cookie encryption",
  197. "phpseclib/mcrypt_compat": "Polyfil for mcrypt extension"
  198. },
  199. "type": "library",
  200. "autoload": {
  201. "psr-0": {
  202. "Slim": "."
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Josh Lockhart",
  212. "email": "info@joshlockhart.com",
  213. "homepage": "http://www.joshlockhart.com/"
  214. }
  215. ],
  216. "description": "Slim Framework, a PHP micro framework",
  217. "homepage": "http://github.com/codeguy/Slim",
  218. "keywords": [
  219. "microframework",
  220. "rest",
  221. "router"
  222. ],
  223. "time": "2017-01-07T12:21:41+00:00"
  224. }
  225. ],
  226. "packages-dev": [],
  227. "aliases": [],
  228. "minimum-stability": "stable",
  229. "stability-flags": {
  230. "saltybeagle/savant3": 20
  231. },
  232. "prefer-stable": false,
  233. "prefer-lowest": false,
  234. "platform": [],
  235. "platform-dev": [],
  236. "plugin-api-version": "2.3.0"
  237. }