composer.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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": "8ba86848f9797e948641be63f29d81bf",
  8. "packages": [
  9. {
  10. "name": "cakephp/chronos",
  11. "version": "3.0.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cakephp/chronos.git",
  15. "reference": "9cb035acd10152a6b74df936986f15c4e6015bd3"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cakephp/chronos/zipball/9cb035acd10152a6b74df936986f15c4e6015bd3",
  20. "reference": "9cb035acd10152a6b74df936986f15c4e6015bd3",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=8.1"
  25. },
  26. "require-dev": {
  27. "cakephp/cakephp-codesniffer": "^5.0",
  28. "phpunit/phpunit": "^10.1.0"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "Cake\\Chronos\\": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Brian Nesbitt",
  43. "email": "brian@nesbot.com",
  44. "homepage": "http://nesbot.com"
  45. },
  46. {
  47. "name": "The CakePHP Team",
  48. "homepage": "https://cakephp.org"
  49. }
  50. ],
  51. "description": "A simple API extension for DateTime.",
  52. "homepage": "https://cakephp.org",
  53. "keywords": [
  54. "date",
  55. "datetime",
  56. "time"
  57. ],
  58. "support": {
  59. "issues": "https://github.com/cakephp/chronos/issues",
  60. "source": "https://github.com/cakephp/chronos"
  61. },
  62. "time": "2023-10-17T07:41:48+00:00"
  63. },
  64. {
  65. "name": "psr/simple-cache",
  66. "version": "3.0.0",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/php-fig/simple-cache.git",
  70. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  75. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=8.0.0"
  80. },
  81. "type": "library",
  82. "extra": {
  83. "branch-alias": {
  84. "dev-master": "3.0.x-dev"
  85. }
  86. },
  87. "autoload": {
  88. "psr-4": {
  89. "Psr\\SimpleCache\\": "src/"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "MIT"
  95. ],
  96. "authors": [
  97. {
  98. "name": "PHP-FIG",
  99. "homepage": "https://www.php-fig.org/"
  100. }
  101. ],
  102. "description": "Common interfaces for simple caching",
  103. "keywords": [
  104. "cache",
  105. "caching",
  106. "psr",
  107. "psr-16",
  108. "simple-cache"
  109. ],
  110. "support": {
  111. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  112. },
  113. "time": "2021-10-29T13:26:27+00:00"
  114. }
  115. ],
  116. "packages-dev": [
  117. {
  118. "name": "cakephp/cakephp-codesniffer",
  119. "version": "5.1.1",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/cakephp/cakephp-codesniffer.git",
  123. "reference": "3227936e698774025a16fb808c28f92688672306"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/cakephp/cakephp-codesniffer/zipball/3227936e698774025a16fb808c28f92688672306",
  128. "reference": "3227936e698774025a16fb808c28f92688672306",
  129. "shasum": ""
  130. },
  131. "require": {
  132. "php": ">=8.1.0",
  133. "phpstan/phpdoc-parser": "^1.4.5",
  134. "slevomat/coding-standard": "^8.4",
  135. "squizlabs/php_codesniffer": "^3.7.1"
  136. },
  137. "require-dev": {
  138. "phpunit/phpunit": "^7.1"
  139. },
  140. "type": "phpcodesniffer-standard",
  141. "autoload": {
  142. "psr-4": {
  143. "CakePHP\\": "CakePHP/"
  144. }
  145. },
  146. "notification-url": "https://packagist.org/downloads/",
  147. "license": [
  148. "MIT"
  149. ],
  150. "authors": [
  151. {
  152. "name": "CakePHP Community",
  153. "homepage": "https://github.com/cakephp/cakephp-codesniffer/graphs/contributors"
  154. }
  155. ],
  156. "description": "CakePHP CodeSniffer Standards",
  157. "homepage": "https://cakephp.org",
  158. "keywords": [
  159. "codesniffer",
  160. "framework"
  161. ],
  162. "support": {
  163. "forum": "https://stackoverflow.com/tags/cakephp",
  164. "irc": "irc://irc.freenode.org/cakephp",
  165. "issues": "https://github.com/cakephp/cakephp-codesniffer/issues",
  166. "source": "https://github.com/cakephp/cakephp-codesniffer"
  167. },
  168. "time": "2023-04-09T13:00:25+00:00"
  169. },
  170. {
  171. "name": "squizlabs/php_codesniffer",
  172. "version": "3.8.1",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
  176. "reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
  181. "reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
  182. "shasum": ""
  183. },
  184. "require": {
  185. "ext-simplexml": "*",
  186. "ext-tokenizer": "*",
  187. "ext-xmlwriter": "*",
  188. "php": ">=5.4.0"
  189. },
  190. "require-dev": {
  191. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
  192. },
  193. "bin": [
  194. "bin/phpcbf",
  195. "bin/phpcs"
  196. ],
  197. "type": "library",
  198. "extra": {
  199. "branch-alias": {
  200. "dev-master": "3.x-dev"
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "BSD-3-Clause"
  206. ],
  207. "authors": [
  208. {
  209. "name": "Greg Sherwood",
  210. "role": "Former lead"
  211. },
  212. {
  213. "name": "Juliette Reinders Folmer",
  214. "role": "Current lead"
  215. },
  216. {
  217. "name": "Contributors",
  218. "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
  219. }
  220. ],
  221. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  222. "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
  223. "keywords": [
  224. "phpcs",
  225. "standards",
  226. "static analysis"
  227. ],
  228. "support": {
  229. "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
  230. "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
  231. "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
  232. "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
  233. },
  234. "funding": [
  235. {
  236. "url": "https://github.com/PHPCSStandards",
  237. "type": "github"
  238. },
  239. {
  240. "url": "https://github.com/jrfnl",
  241. "type": "github"
  242. },
  243. {
  244. "url": "https://opencollective.com/php_codesniffer",
  245. "type": "open_collective"
  246. }
  247. ],
  248. "time": "2024-01-11T20:47:48+00:00"
  249. },
  250. {
  251. "name": "theseer/tokenizer",
  252. "version": "1.2.2",
  253. "source": {
  254. "type": "git",
  255. "url": "https://github.com/theseer/tokenizer.git",
  256. "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
  257. },
  258. "dist": {
  259. "type": "zip",
  260. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
  261. "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
  262. "shasum": ""
  263. },
  264. "require": {
  265. "ext-dom": "*",
  266. "ext-tokenizer": "*",
  267. "ext-xmlwriter": "*",
  268. "php": "^7.2 || ^8.0"
  269. },
  270. "type": "library",
  271. "autoload": {
  272. "classmap": [
  273. "src/"
  274. ]
  275. },
  276. "notification-url": "https://packagist.org/downloads/",
  277. "license": [
  278. "BSD-3-Clause"
  279. ],
  280. "authors": [
  281. {
  282. "name": "Arne Blankerts",
  283. "email": "arne@blankerts.de",
  284. "role": "Developer"
  285. }
  286. ],
  287. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  288. "support": {
  289. "issues": "https://github.com/theseer/tokenizer/issues",
  290. "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
  291. },
  292. "funding": [
  293. {
  294. "url": "https://github.com/theseer",
  295. "type": "github"
  296. }
  297. ],
  298. "time": "2023-11-20T00:12:19+00:00"
  299. }
  300. ],
  301. "aliases": [],
  302. "minimum-stability": "stable",
  303. "stability-flags": [],
  304. "prefer-stable": false,
  305. "prefer-lowest": false,
  306. "platform": {
  307. "php": ">=8.1",
  308. "ext-intl": "*",
  309. "ext-json": "*",
  310. "ext-mbstring": "*"
  311. },
  312. "platform-dev": [],
  313. "plugin-api-version": "2.6.0"
  314. }