composer.lock 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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": "67b9c6393bde9f3bc008c3eb1a417387",
  8. "packages": [
  9. {
  10. "name": "smarty/smarty",
  11. "version": "v4.0.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/smarty-php/smarty.git",
  15. "reference": "f707dadecbc145bac40f77f47595f32ec18eed01"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/smarty-php/smarty/zipball/f707dadecbc145bac40f77f47595f32ec18eed01",
  20. "reference": "f707dadecbc145bac40f77f47595f32ec18eed01",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.1 || ^8.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^8.5 || ^7.5",
  28. "smarty/smarty-lexer": "^3.1"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "4.0.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "classmap": [
  38. "libs/"
  39. ]
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "LGPL-3.0"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Monte Ohrt",
  48. "email": "monte@ohrt.com"
  49. },
  50. {
  51. "name": "Uwe Tews",
  52. "email": "uwe.tews@googlemail.com"
  53. },
  54. {
  55. "name": "Rodney Rehm",
  56. "email": "rodney.rehm@medialize.de"
  57. },
  58. {
  59. "name": "Simon Wisselink",
  60. "homepage": "https://www.iwink.nl/"
  61. }
  62. ],
  63. "description": "Smarty - the compiling PHP template engine",
  64. "homepage": "https://smarty-php.github.io/smarty/",
  65. "keywords": [
  66. "templating"
  67. ],
  68. "support": {
  69. "forum": "https://github.com/smarty-php/smarty/discussions",
  70. "issues": "https://github.com/smarty-php/smarty/issues",
  71. "source": "https://github.com/smarty-php/smarty/tree/v4.0.3"
  72. },
  73. "time": "2022-01-10T09:52:14+00:00"
  74. },
  75. {
  76. "name": "twitter/bootstrap",
  77. "version": "v5.1.3",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/twbs/bootstrap.git",
  81. "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
  86. "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e",
  87. "shasum": ""
  88. },
  89. "replace": {
  90. "twitter/bootstrap": "self.version"
  91. },
  92. "type": "library",
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "MIT"
  96. ],
  97. "authors": [
  98. {
  99. "name": "Mark Otto",
  100. "email": "markdotto@gmail.com"
  101. },
  102. {
  103. "name": "Jacob Thornton",
  104. "email": "jacobthornton@gmail.com"
  105. }
  106. ],
  107. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  108. "homepage": "https://getbootstrap.com/",
  109. "keywords": [
  110. "JS",
  111. "css",
  112. "framework",
  113. "front-end",
  114. "mobile-first",
  115. "responsive",
  116. "sass",
  117. "web"
  118. ],
  119. "support": {
  120. "issues": "https://github.com/twbs/bootstrap/issues",
  121. "source": "https://github.com/twbs/bootstrap/tree/v5.1.3"
  122. },
  123. "time": "2021-10-09T06:43:19+00:00"
  124. }
  125. ],
  126. "packages-dev": [
  127. {
  128. "name": "squizlabs/php_codesniffer",
  129. "version": "3.6.2",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  133. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
  138. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "ext-simplexml": "*",
  143. "ext-tokenizer": "*",
  144. "ext-xmlwriter": "*",
  145. "php": ">=5.4.0"
  146. },
  147. "require-dev": {
  148. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  149. },
  150. "bin": [
  151. "bin/phpcs",
  152. "bin/phpcbf"
  153. ],
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "3.x-dev"
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "BSD-3-Clause"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Greg Sherwood",
  167. "role": "lead"
  168. }
  169. ],
  170. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  171. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  172. "keywords": [
  173. "phpcs",
  174. "standards"
  175. ],
  176. "support": {
  177. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  178. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  179. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  180. },
  181. "time": "2021-12-12T21:44:58+00:00"
  182. }
  183. ],
  184. "aliases": [],
  185. "minimum-stability": "stable",
  186. "stability-flags": [],
  187. "prefer-stable": false,
  188. "prefer-lowest": false,
  189. "platform": [],
  190. "platform-dev": [],
  191. "plugin-api-version": "2.1.0"
  192. }