composer.lock 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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": "427da07c086c9f916d995f88b29aba1b",
  8. "packages": [
  9. {
  10. "name": "kubawerlos/php-cs-fixer-custom-fixers",
  11. "version": "v3.22.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git",
  15. "reference": "8701394f0c7cd450ac4fa577d24589122c1d5d5e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/8701394f0c7cd450ac4fa577d24589122c1d5d5e",
  20. "reference": "8701394f0c7cd450ac4fa577d24589122c1d5d5e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-filter": "*",
  25. "ext-tokenizer": "*",
  26. "friendsofphp/php-cs-fixer": "^3.61.1",
  27. "php": "^7.4 || ^8.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^9.6.4 || ^10.5.29"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "PhpCsFixerCustomFixers\\": "src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Kuba Werłos",
  45. "email": "werlos@gmail.com"
  46. }
  47. ],
  48. "description": "A set of custom fixers for PHP CS Fixer",
  49. "support": {
  50. "issues": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/issues",
  51. "source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.22.0"
  52. },
  53. "time": "2024-08-16T20:44:35+00:00"
  54. },
  55. {
  56. "name": "nextcloud/coding-standard",
  57. "version": "v1.3.1",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/nextcloud/coding-standard.git",
  61. "reference": "e88acb0df6217b808d1632286ddfec9267a102e4"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/e88acb0df6217b808d1632286ddfec9267a102e4",
  66. "reference": "e88acb0df6217b808d1632286ddfec9267a102e4",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "kubawerlos/php-cs-fixer-custom-fixers": "^3.22",
  71. "php": "^7.3|^8.0",
  72. "php-cs-fixer/shim": "^3.17"
  73. },
  74. "type": "library",
  75. "autoload": {
  76. "psr-4": {
  77. "Nextcloud\\CodingStandard\\": "src"
  78. }
  79. },
  80. "notification-url": "https://packagist.org/downloads/",
  81. "license": [
  82. "MIT"
  83. ],
  84. "authors": [
  85. {
  86. "name": "Christoph Wurst",
  87. "email": "christoph@winzerhof-wurst.at"
  88. }
  89. ],
  90. "description": "Nextcloud coding standards for the php cs fixer",
  91. "support": {
  92. "issues": "https://github.com/nextcloud/coding-standard/issues",
  93. "source": "https://github.com/nextcloud/coding-standard/tree/v1.3.1"
  94. },
  95. "time": "2024-09-19T09:07:10+00:00"
  96. },
  97. {
  98. "name": "php-cs-fixer/shim",
  99. "version": "v3.64.0",
  100. "source": {
  101. "type": "git",
  102. "url": "https://github.com/PHP-CS-Fixer/shim.git",
  103. "reference": "81ccfd24baf3a10810dab1152c403981a790b837"
  104. },
  105. "dist": {
  106. "type": "zip",
  107. "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/81ccfd24baf3a10810dab1152c403981a790b837",
  108. "reference": "81ccfd24baf3a10810dab1152c403981a790b837",
  109. "shasum": ""
  110. },
  111. "require": {
  112. "ext-json": "*",
  113. "ext-tokenizer": "*",
  114. "php": "^7.4 || ^8.0"
  115. },
  116. "replace": {
  117. "friendsofphp/php-cs-fixer": "self.version"
  118. },
  119. "suggest": {
  120. "ext-dom": "For handling output formats in XML",
  121. "ext-mbstring": "For handling non-UTF8 characters."
  122. },
  123. "bin": [
  124. "php-cs-fixer",
  125. "php-cs-fixer.phar"
  126. ],
  127. "type": "application",
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Fabien Potencier",
  135. "email": "fabien@symfony.com"
  136. },
  137. {
  138. "name": "Dariusz Rumiński",
  139. "email": "dariusz.ruminski@gmail.com"
  140. }
  141. ],
  142. "description": "A tool to automatically fix PHP code style",
  143. "support": {
  144. "issues": "https://github.com/PHP-CS-Fixer/shim/issues",
  145. "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.64.0"
  146. },
  147. "time": "2024-08-30T23:10:11+00:00"
  148. }
  149. ],
  150. "packages-dev": [],
  151. "aliases": [],
  152. "minimum-stability": "stable",
  153. "stability-flags": [],
  154. "prefer-stable": false,
  155. "prefer-lowest": false,
  156. "platform": [],
  157. "platform-dev": [],
  158. "platform-overrides": {
  159. "php": "8.1"
  160. },
  161. "plugin-api-version": "2.6.0"
  162. }