create-berna-stencil 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (752) hide show
  1. package/.gitignore +2 -2
  2. package/bin/create.js +1 -1
  3. package/package.json +1 -1
  4. package/src/api/config.example.php +1 -14
  5. package/src/api/core/composer.json +1 -2
  6. package/src/api/core/composer.lock +1 -188
  7. package/src/api/core/vendor/composer/autoload_files.php +0 -1
  8. package/src/api/core/vendor/composer/autoload_psr4.php +0 -2
  9. package/src/api/core/vendor/composer/autoload_static.php +0 -14
  10. package/src/api/core/vendor/composer/installed.json +0 -196
  11. package/src/api/core/vendor/composer/installed.php +2 -29
  12. package/src/api/core/vendor/composer/platform_check.php +2 -2
  13. package/src/api/core/vendor/fakerphp/faker/.editorconfig +0 -18
  14. package/src/api/core/vendor/fakerphp/faker/.gitattributes +0 -16
  15. package/src/api/core/vendor/fakerphp/faker/.github/CONTRIBUTING.md +0 -35
  16. package/src/api/core/vendor/fakerphp/faker/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
  17. package/src/api/core/vendor/fakerphp/faker/.github/PULL_REQUEST_TEMPLATE.md +0 -21
  18. package/src/api/core/vendor/fakerphp/faker/.github/SECURITY.md +0 -17
  19. package/src/api/core/vendor/fakerphp/faker/.github/dependabot.yml +0 -63
  20. package/src/api/core/vendor/fakerphp/faker/.github/stale.yml +0 -14
  21. package/src/api/core/vendor/fakerphp/faker/.github/workflows/bc-check.yaml +0 -24
  22. package/src/api/core/vendor/fakerphp/faker/.github/workflows/branch-alias.yaml +0 -67
  23. package/src/api/core/vendor/fakerphp/faker/.github/workflows/code-coverage.yaml +0 -55
  24. package/src/api/core/vendor/fakerphp/faker/.github/workflows/coding-standards.yaml +0 -77
  25. package/src/api/core/vendor/fakerphp/faker/.github/workflows/rector.yaml +0 -51
  26. package/src/api/core/vendor/fakerphp/faker/.github/workflows/static-analysis.yaml +0 -91
  27. package/src/api/core/vendor/fakerphp/faker/.github/workflows/tests.yaml +0 -58
  28. package/src/api/core/vendor/fakerphp/faker/.php-cs-fixer.dist.php +0 -241
  29. package/src/api/core/vendor/fakerphp/faker/.yamllint.yaml +0 -67
  30. package/src/api/core/vendor/fakerphp/faker/CHANGELOG.md +0 -209
  31. package/src/api/core/vendor/fakerphp/faker/LICENSE +0 -22
  32. package/src/api/core/vendor/fakerphp/faker/Makefile +0 -43
  33. package/src/api/core/vendor/fakerphp/faker/README.md +0 -114
  34. package/src/api/core/vendor/fakerphp/faker/codecov.yml +0 -1
  35. package/src/api/core/vendor/fakerphp/faker/composer.json +0 -56
  36. package/src/api/core/vendor/fakerphp/faker/phpstan-baseline.neon +0 -945
  37. package/src/api/core/vendor/fakerphp/faker/phpstan.neon.dist +0 -10
  38. package/src/api/core/vendor/fakerphp/faker/phpunit.xml.dist +0 -29
  39. package/src/api/core/vendor/fakerphp/faker/psalm.baseline.xml +0 -227
  40. package/src/api/core/vendor/fakerphp/faker/psalm.xml +0 -19
  41. package/src/api/core/vendor/fakerphp/faker/rector-migrate.php +0 -161
  42. package/src/api/core/vendor/fakerphp/faker/roave-bc-check.yaml +0 -51
  43. package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Ean.php +0 -50
  44. package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Iban.php +0 -69
  45. package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Inn.php +0 -42
  46. package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Isbn.php +0 -60
  47. package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Luhn.php +0 -72
  48. package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/TCNo.php +0 -43
  49. package/src/api/core/vendor/fakerphp/faker/src/Faker/ChanceGenerator.php +0 -60
  50. package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/Container.php +0 -139
  51. package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/ContainerBuilder.php +0 -68
  52. package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/ContainerException.php +0 -14
  53. package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php +0 -9
  54. package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/NotInContainerException.php +0 -14
  55. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Barcode.php +0 -52
  56. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Blood.php +0 -42
  57. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Color.php +0 -177
  58. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Coordinates.php +0 -78
  59. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/DateTime.php +0 -217
  60. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/File.php +0 -564
  61. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Number.php +0 -83
  62. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Uuid.php +0 -65
  63. package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Version.php +0 -69
  64. package/src/api/core/vendor/fakerphp/faker/src/Faker/DefaultGenerator.php +0 -49
  65. package/src/api/core/vendor/fakerphp/faker/src/Faker/Documentor.php +0 -70
  66. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/AddressExtension.php +0 -39
  67. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/BarcodeExtension.php +0 -41
  68. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/BloodExtension.php +0 -30
  69. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/ColorExtension.php +0 -63
  70. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/CompanyExtension.php +0 -21
  71. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/CountryExtension.php +0 -14
  72. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/DateTimeExtension.php +0 -242
  73. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/Extension.php +0 -14
  74. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/ExtensionNotFound.php +0 -12
  75. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/FileExtension.php +0 -28
  76. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtension.php +0 -20
  77. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtensionTrait.php +0 -30
  78. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/Helper.php +0 -106
  79. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/NumberExtension.php +0 -53
  80. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/PersonExtension.php +0 -52
  81. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/PhoneNumberExtension.php +0 -19
  82. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/UuidExtension.php +0 -16
  83. package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/VersionExtension.php +0 -21
  84. package/src/api/core/vendor/fakerphp/faker/src/Faker/Factory.php +0 -71
  85. package/src/api/core/vendor/fakerphp/faker/src/Faker/Generator.php +0 -985
  86. package/src/api/core/vendor/fakerphp/faker/src/Faker/Guesser/Name.php +0 -180
  87. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/ColumnTypeGuesser.php +0 -79
  88. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/EntityPopulator.php +0 -173
  89. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/Populator.php +0 -113
  90. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/ColumnTypeGuesser.php +0 -91
  91. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/EntityPopulator.php +0 -248
  92. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/Populator.php +0 -126
  93. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/backward-compatibility.php +0 -11
  94. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Mandango/ColumnTypeGuesser.php +0 -57
  95. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Mandango/EntityPopulator.php +0 -123
  96. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Mandango/Populator.php +0 -63
  97. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel/ColumnTypeGuesser.php +0 -109
  98. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel/EntityPopulator.php +0 -204
  99. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel/Populator.php +0 -90
  100. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel2/ColumnTypeGuesser.php +0 -112
  101. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel2/EntityPopulator.php +0 -207
  102. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel2/Populator.php +0 -93
  103. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Spot/ColumnTypeGuesser.php +0 -84
  104. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Spot/EntityPopulator.php +0 -199
  105. package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Spot/Populator.php +0 -89
  106. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Address.php +0 -166
  107. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Barcode.php +0 -107
  108. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Base.php +0 -710
  109. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Biased.php +0 -65
  110. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Color.php +0 -158
  111. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Company.php +0 -50
  112. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/DateTime.php +0 -389
  113. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/File.php +0 -610
  114. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/HtmlLorem.php +0 -307
  115. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Image.php +0 -196
  116. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Internet.php +0 -407
  117. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Lorem.php +0 -228
  118. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Medical.php +0 -34
  119. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Miscellaneous.php +0 -342
  120. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Payment.php +0 -312
  121. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Person.php +0 -147
  122. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/PhoneNumber.php +0 -270
  123. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Text.php +0 -202
  124. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/UserAgent.php +0 -219
  125. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Uuid.php +0 -59
  126. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Address.php +0 -217
  127. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Color.php +0 -65
  128. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Company.php +0 -85
  129. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Internet.php +0 -93
  130. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Payment.php +0 -16
  131. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Person.php +0 -107
  132. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Text.php +0 -31
  133. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Address.php +0 -152
  134. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Company.php +0 -66
  135. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Internet.php +0 -55
  136. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Person.php +0 -108
  137. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Text.php +0 -272
  138. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Address.php +0 -146
  139. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Color.php +0 -81
  140. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Company.php +0 -78
  141. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Internet.php +0 -55
  142. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Payment.php +0 -22
  143. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Person.php +0 -121
  144. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Text.php +0 -272
  145. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/at_AT/Payment.php +0 -11
  146. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Internet.php +0 -9
  147. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Payment.php +0 -46
  148. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Person.php +0 -117
  149. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/PhoneNumber.php +0 -20
  150. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Address.php +0 -310
  151. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Company.php +0 -28
  152. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Person.php +0 -36
  153. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/PhoneNumber.php +0 -14
  154. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Utils.php +0 -14
  155. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Address.php +0 -149
  156. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Company.php +0 -125
  157. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/DateTime.php +0 -65
  158. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Internet.php +0 -9
  159. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Payment.php +0 -22
  160. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Person.php +0 -538
  161. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/PhoneNumber.php +0 -14
  162. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Text.php +0 -7186
  163. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Address.php +0 -284
  164. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Company.php +0 -67
  165. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Internet.php +0 -27
  166. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Payment.php +0 -22
  167. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Person.php +0 -195
  168. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/PhoneNumber.php +0 -18
  169. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Address.php +0 -143
  170. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Company.php +0 -13
  171. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Internet.php +0 -9
  172. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Payment.php +0 -42
  173. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Person.php +0 -154
  174. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/PhoneNumber.php +0 -23
  175. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Text.php +0 -7
  176. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Address.php +0 -197
  177. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Company.php +0 -15
  178. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Internet.php +0 -17
  179. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Payment.php +0 -22
  180. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Person.php +0 -119
  181. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/PhoneNumber.php +0 -47
  182. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Text.php +0 -2038
  183. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Address.php +0 -126
  184. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Company.php +0 -24
  185. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Internet.php +0 -26
  186. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Payment.php +0 -60
  187. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Person.php +0 -132
  188. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/PhoneNumber.php +0 -127
  189. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Text.php +0 -2038
  190. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Address.php +0 -55
  191. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Company.php +0 -18
  192. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Internet.php +0 -9
  193. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Payment.php +0 -50
  194. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Person.php +0 -100
  195. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/PhoneNumber.php +0 -32
  196. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Address.php +0 -61
  197. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Company.php +0 -84
  198. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Payment.php +0 -22
  199. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Person.php +0 -181
  200. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/PhoneNumber.php +0 -324
  201. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Text.php +0 -2582
  202. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Address.php +0 -112
  203. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Internet.php +0 -9
  204. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_AU/PhoneNumber.php +0 -56
  205. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_CA/Address.php +0 -72
  206. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_CA/PhoneNumber.php +0 -18
  207. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Address.php +0 -174
  208. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Company.php +0 -130
  209. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Internet.php +0 -9
  210. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Payment.php +0 -22
  211. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Person.php +0 -113
  212. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/PhoneNumber.php +0 -49
  213. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Address.php +0 -239
  214. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Internet.php +0 -14
  215. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_HK/PhoneNumber.php +0 -41
  216. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Address.php +0 -188
  217. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Internet.php +0 -9
  218. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Person.php +0 -125
  219. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/PhoneNumber.php +0 -37
  220. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Address.php +0 -98
  221. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Internet.php +0 -8
  222. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Person.php +0 -90
  223. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/PhoneNumber.php +0 -133
  224. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Address.php +0 -88
  225. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Internet.php +0 -17
  226. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/PhoneNumber.php +0 -102
  227. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_PH/Address.php +0 -417
  228. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_PH/PhoneNumber.php +0 -59
  229. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Address.php +0 -125
  230. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Person.php +0 -74
  231. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_SG/PhoneNumber.php +0 -105
  232. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Address.php +0 -101
  233. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Internet.php +0 -9
  234. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Person.php +0 -133
  235. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/PhoneNumber.php +0 -17
  236. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Address.php +0 -97
  237. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Company.php +0 -119
  238. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Payment.php +0 -36
  239. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Person.php +0 -133
  240. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/PhoneNumber.php +0 -135
  241. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Text.php +0 -3721
  242. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Address.php +0 -70
  243. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Company.php +0 -26
  244. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Internet.php +0 -23
  245. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Person.php +0 -182
  246. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/PhoneNumber.php +0 -116
  247. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Address.php +0 -68
  248. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Company.php +0 -68
  249. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Person.php +0 -90
  250. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/PhoneNumber.php +0 -42
  251. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Address.php +0 -101
  252. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Color.php +0 -24
  253. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Company.php +0 -82
  254. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Internet.php +0 -9
  255. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Payment.php +0 -42
  256. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Person.php +0 -149
  257. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/PhoneNumber.php +0 -47
  258. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Text.php +0 -688
  259. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Address.php +0 -65
  260. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Company.php +0 -88
  261. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Person.php +0 -105
  262. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/PhoneNumber.php +0 -17
  263. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Address.php +0 -72
  264. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Company.php +0 -42
  265. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Internet.php +0 -9
  266. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Person.php +0 -176
  267. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/PhoneNumber.php +0 -29
  268. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/et_EE/Person.php +0 -84
  269. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Address.php +0 -100
  270. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Company.php +0 -60
  271. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Internet.php +0 -102
  272. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Person.php +0 -210
  273. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/PhoneNumber.php +0 -76
  274. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Text.php +0 -551
  275. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Address.php +0 -85
  276. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Company.php +0 -66
  277. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Internet.php +0 -9
  278. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Payment.php +0 -22
  279. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Person.php +0 -154
  280. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/PhoneNumber.php +0 -101
  281. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Address.php +0 -72
  282. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Color.php +0 -7
  283. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Company.php +0 -13
  284. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Internet.php +0 -9
  285. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Payment.php +0 -42
  286. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Person.php +0 -49
  287. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/PhoneNumber.php +0 -20
  288. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Address.php +0 -125
  289. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Color.php +0 -7
  290. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Company.php +0 -7
  291. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Person.php +0 -82
  292. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Text.php +0 -2446
  293. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Address.php +0 -150
  294. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Color.php +0 -7
  295. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Company.php +0 -15
  296. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Internet.php +0 -9
  297. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Payment.php +0 -22
  298. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Person.php +0 -114
  299. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/PhoneNumber.php +0 -43
  300. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Text.php +0 -7
  301. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Address.php +0 -151
  302. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Color.php +0 -40
  303. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Company.php +0 -481
  304. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Internet.php +0 -9
  305. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Payment.php +0 -49
  306. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Person.php +0 -130
  307. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/PhoneNumber.php +0 -168
  308. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Text.php +0 -15532
  309. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Address.php +0 -122
  310. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Company.php +0 -14
  311. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Payment.php +0 -22
  312. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Person.php +0 -132
  313. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/PhoneNumber.php +0 -14
  314. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Address.php +0 -68
  315. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Company.php +0 -25
  316. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Payment.php +0 -22
  317. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php +0 -27
  318. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/PhoneNumber.php +0 -14
  319. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Address.php +0 -148
  320. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php +0 -13
  321. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Payment.php +0 -22
  322. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Person.php +0 -101
  323. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/PhoneNumber.php +0 -14
  324. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Text.php +0 -3407
  325. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Address.php +0 -132
  326. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Color.php +0 -12
  327. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Company.php +0 -56
  328. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Internet.php +0 -9
  329. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Person.php +0 -110
  330. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/PhoneNumber.php +0 -36
  331. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Address.php +0 -319
  332. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Color.php +0 -40
  333. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Company.php +0 -64
  334. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Internet.php +0 -25
  335. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Person.php +0 -343
  336. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/PhoneNumber.php +0 -55
  337. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Address.php +0 -175
  338. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Company.php +0 -50
  339. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Internet.php +0 -20
  340. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Payment.php +0 -22
  341. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Person.php +0 -142
  342. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/PhoneNumber.php +0 -17
  343. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Address.php +0 -149
  344. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Company.php +0 -15
  345. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Internet.php +0 -9
  346. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Payment.php +0 -22
  347. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Person.php +0 -102
  348. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/PhoneNumber.php +0 -43
  349. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Text.php +0 -7
  350. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Address.php +0 -97
  351. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Company.php +0 -95
  352. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Internet.php +0 -9
  353. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Payment.php +0 -22
  354. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Person.php +0 -113
  355. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/PhoneNumber.php +0 -21
  356. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Text.php +0 -2079
  357. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Address.php +0 -137
  358. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Company.php +0 -17
  359. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Internet.php +0 -93
  360. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Person.php +0 -147
  361. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/PhoneNumber.php +0 -19
  362. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Text.php +0 -640
  363. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Address.php +0 -139
  364. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Color.php +0 -16
  365. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Company.php +0 -53
  366. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/DateTime.php +0 -43
  367. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Internet.php +0 -15
  368. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Payment.php +0 -55
  369. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Person.php +0 -63
  370. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/PhoneNumber.php +0 -14
  371. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Text.php +0 -1000
  372. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Address.php +0 -105
  373. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Color.php +0 -12
  374. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Company.php +0 -72
  375. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Internet.php +0 -9
  376. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Payment.php +0 -35
  377. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Person.php +0 -265
  378. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/PhoneNumber.php +0 -16
  379. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Text.php +0 -492
  380. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Address.php +0 -96
  381. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Company.php +0 -31
  382. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Internet.php +0 -86
  383. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Person.php +0 -54
  384. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/PhoneNumber.php +0 -40
  385. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Text.php +0 -1725
  386. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Address.php +0 -209
  387. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Company.php +0 -15
  388. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Internet.php +0 -18
  389. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Payment.php +0 -22
  390. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Person.php +0 -390
  391. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/PhoneNumber.php +0 -17
  392. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Address.php +0 -117
  393. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Color.php +0 -19
  394. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Internet.php +0 -9
  395. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Payment.php +0 -22
  396. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Person.php +0 -173
  397. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/PhoneNumber.php +0 -15
  398. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Address.php +0 -119
  399. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Company.php +0 -49
  400. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Payment.php +0 -22
  401. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Person.php +0 -102
  402. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/PhoneNumber.php +0 -15
  403. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/Person.php +0 -102
  404. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/PhoneNumber.php +0 -13
  405. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Address.php +0 -710
  406. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Company.php +0 -105
  407. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Miscellaneous.php +0 -169
  408. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Payment.php +0 -244
  409. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Person.php +0 -812
  410. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/PhoneNumber.php +0 -217
  411. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Address.php +0 -197
  412. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Company.php +0 -57
  413. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Payment.php +0 -22
  414. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Person.php +0 -335
  415. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/PhoneNumber.php +0 -41
  416. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Address.php +0 -131
  417. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Internet.php +0 -32
  418. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Payment.php +0 -316
  419. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Person.php +0 -121
  420. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/PhoneNumber.php +0 -19
  421. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Address.php +0 -124
  422. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Company.php +0 -13
  423. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Internet.php +0 -9
  424. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Payment.php +0 -49
  425. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Person.php +0 -108
  426. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/PhoneNumber.php +0 -20
  427. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Text.php +0 -25348
  428. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Address.php +0 -153
  429. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Color.php +0 -36
  430. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Company.php +0 -122
  431. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Internet.php +0 -9
  432. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Payment.php +0 -22
  433. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Person.php +0 -353
  434. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/PhoneNumber.php +0 -39
  435. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Text.php +0 -3933
  436. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Address.php +0 -209
  437. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Color.php +0 -40
  438. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Company.php +0 -90
  439. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Internet.php +0 -9
  440. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/LicensePlate.php +0 -545
  441. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Payment.php +0 -120
  442. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Person.php +0 -243
  443. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/PhoneNumber.php +0 -18
  444. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Text.php +0 -2867
  445. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Address.php +0 -154
  446. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Company.php +0 -36
  447. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Internet.php +0 -9
  448. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Payment.php +0 -148
  449. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Person.php +0 -159
  450. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/PhoneNumber.php +0 -150
  451. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Text.php +0 -3427
  452. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/check_digit.php +0 -39
  453. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Address.php +0 -130
  454. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Company.php +0 -16
  455. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Internet.php +0 -9
  456. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Payment.php +0 -22
  457. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Person.php +0 -147
  458. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/PhoneNumber.php +0 -50
  459. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Address.php +0 -125
  460. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Payment.php +0 -22
  461. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Person.php +0 -91
  462. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/PhoneNumber.php +0 -33
  463. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Text.php +0 -2465
  464. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Address.php +0 -153
  465. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Payment.php +0 -22
  466. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Person.php +0 -251
  467. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/PhoneNumber.php +0 -62
  468. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Text.php +0 -155
  469. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Address.php +0 -139
  470. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Color.php +0 -23
  471. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Company.php +0 -178
  472. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Internet.php +0 -9
  473. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Payment.php +0 -812
  474. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Person.php +0 -188
  475. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/PhoneNumber.php +0 -14
  476. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Text.php +0 -4551
  477. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Address.php +0 -343
  478. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Company.php +0 -66
  479. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Internet.php +0 -9
  480. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Payment.php +0 -22
  481. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Person.php +0 -171
  482. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/PhoneNumber.php +0 -15
  483. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Address.php +0 -106
  484. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Company.php +0 -14
  485. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Internet.php +0 -10
  486. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Payment.php +0 -22
  487. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Person.php +0 -149
  488. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/PhoneNumber.php +0 -18
  489. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Address.php +0 -58
  490. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Payment.php +0 -22
  491. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Person.php +0 -242
  492. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Address.php +0 -58
  493. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Payment.php +0 -22
  494. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Person.php +0 -213
  495. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Address.php +0 -58
  496. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Payment.php +0 -22
  497. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Person.php +0 -143
  498. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Address.php +0 -151
  499. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Company.php +0 -26
  500. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Municipality.php +0 -27
  501. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Payment.php +0 -22
  502. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Person.php +0 -170
  503. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/PhoneNumber.php +0 -64
  504. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Address.php +0 -141
  505. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Color.php +0 -16
  506. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Company.php +0 -32
  507. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Internet.php +0 -8
  508. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Payment.php +0 -44
  509. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Person.php +0 -87
  510. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/PhoneNumber.php +0 -39
  511. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Address.php +0 -94
  512. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Color.php +0 -58
  513. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Company.php +0 -100
  514. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/DateTime.php +0 -48
  515. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Internet.php +0 -9
  516. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Payment.php +0 -22
  517. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Person.php +0 -159
  518. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/PhoneNumber.php +0 -186
  519. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Address.php +0 -364
  520. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Color.php +0 -23
  521. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Company.php +0 -74
  522. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Internet.php +0 -9
  523. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Payment.php +0 -41
  524. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Person.php +0 -101
  525. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/PhoneNumber.php +0 -72
  526. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Text.php +0 -4512
  527. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Address.php +0 -170
  528. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Color.php +0 -36
  529. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Internet.php +0 -8
  530. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Person.php +0 -186
  531. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/PhoneNumber.php +0 -61
  532. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Address.php +0 -148
  533. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Color.php +0 -66
  534. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Company.php +0 -235
  535. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/DateTime.php +0 -48
  536. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Internet.php +0 -24
  537. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Payment.php +0 -43
  538. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Person.php +0 -83
  539. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/PhoneNumber.php +0 -23
  540. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Address.php +0 -421
  541. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Color.php +0 -66
  542. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Company.php +0 -268
  543. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/DateTime.php +0 -48
  544. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Internet.php +0 -28
  545. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Payment.php +0 -21
  546. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Person.php +0 -201
  547. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/PhoneNumber.php +0 -19
  548. package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Text.php +0 -900
  549. package/src/api/core/vendor/fakerphp/faker/src/Faker/UniqueGenerator.php +0 -87
  550. package/src/api/core/vendor/fakerphp/faker/src/Faker/ValidGenerator.php +0 -78
  551. package/src/api/core/vendor/fakerphp/faker/src/autoload.php +0 -29
  552. package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/EanTest.php +0 -82
  553. package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/IbanTest.php +0 -305
  554. package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/IsbnTest.php +0 -57
  555. package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/LuhnTest.php +0 -69
  556. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/BarcodeTest.php +0 -40
  557. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/BloodTest.php +0 -73
  558. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/ColorTest.php +0 -77
  559. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/DateTimeTest.php +0 -279
  560. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/NumberTest.php +0 -99
  561. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/UuidTest.php +0 -39
  562. package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/VersionTest.php +0 -21
  563. package/src/api/core/vendor/fakerphp/faker/test/Faker/DefaultGeneratorTest.php +0 -36
  564. package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/ContainerBuilderTest.php +0 -149
  565. package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/ContainerTest.php +0 -226
  566. package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/GeneratorAwareExtensionTest.php +0 -33
  567. package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/HelperTest.php +0 -84
  568. package/src/api/core/vendor/fakerphp/faker/test/Faker/GeneratorTest.php +0 -331
  569. package/src/api/core/vendor/fakerphp/faker/test/Faker/ORM/Doctrine/ColumnTypeGuesserTest.php +0 -25
  570. package/src/api/core/vendor/fakerphp/faker/test/Faker/ORM/Doctrine/EntityPopulatorTest.php +0 -26
  571. package/src/api/core/vendor/fakerphp/faker/test/Faker/ORM/Doctrine/PopulatorTest.php +0 -23
  572. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/AddressTest.php +0 -45
  573. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/BarcodeTest.php +0 -47
  574. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/BaseTest.php +0 -652
  575. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/BiasedTest.php +0 -82
  576. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ColorTest.php +0 -68
  577. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/CompanyTest.php +0 -27
  578. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/DateTimeTest.php +0 -295
  579. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/HtmlLoremTest.php +0 -32
  580. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ImageTest.php +0 -192
  581. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/InternetTest.php +0 -141
  582. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/LocalizationTest.php +0 -22
  583. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/LoremTest.php +0 -112
  584. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/MedicalTest.php +0 -32
  585. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/MiscellaneousTest.php +0 -62
  586. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/PaymentTest.php +0 -200
  587. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/PersonTest.php +0 -86
  588. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/PhoneNumberTest.php +0 -33
  589. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ProviderOverrideTest.php +0 -137
  590. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/TextTest.php +0 -111
  591. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/UserAgentTest.php +0 -59
  592. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/UuidTest.php +0 -36
  593. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/CompanyTest.php +0 -32
  594. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/InternetTest.php +0 -24
  595. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/PersonTest.php +0 -23
  596. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/TextTest.php +0 -22
  597. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_JO/InternetTest.php +0 -29
  598. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_SA/CompanyTest.php +0 -25
  599. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_SA/InternetTest.php +0 -23
  600. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_SA/PersonTest.php +0 -39
  601. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/bg_BG/PaymentTest.php +0 -25
  602. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/bn_BD/PersonTest.php +0 -29
  603. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/cs_CZ/PersonTest.php +0 -58
  604. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/da_DK/InternetTest.php +0 -29
  605. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/AddressTest.php +0 -27
  606. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/InternetTest.php +0 -29
  607. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/PaymentTest.php +0 -32
  608. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/PersonTest.php +0 -64
  609. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/PhoneNumberTest.php +0 -31
  610. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/AddressTest.php +0 -54
  611. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/InternetTest.php +0 -29
  612. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/PersonTest.php +0 -32
  613. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/PhoneNumberTest.php +0 -35
  614. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_DE/InternetTest.php +0 -29
  615. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_DE/PhoneNumberTest.php +0 -48
  616. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/el_GR/PhoneNumberTest.php +0 -77
  617. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/el_GR/TextTest.php +0 -60
  618. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_AU/AddressTest.php +0 -40
  619. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_CA/AddressTest.php +0 -60
  620. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/AddressTest.php +0 -24
  621. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/CompanyTest.php +0 -73
  622. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/PersonTest.php +0 -29
  623. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/PhoneNumberTest.php +0 -25
  624. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_IN/AddressTest.php +0 -48
  625. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/AddressTest.php +0 -46
  626. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/InternetTest.php +0 -28
  627. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/PersonTest.php +0 -25
  628. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/PhoneNumberTest.php +0 -26
  629. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NZ/PhoneNumberTest.php +0 -32
  630. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_PH/AddressTest.php +0 -44
  631. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_SG/AddressTest.php +0 -27
  632. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_SG/PersonTest.php +0 -79
  633. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_SG/PhoneNumberTest.php +0 -71
  634. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_UG/AddressTest.php +0 -38
  635. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/CompanyTest.php +0 -28
  636. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/PaymentTest.php +0 -79
  637. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/PersonTest.php +0 -42
  638. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/PhoneNumberTest.php +0 -87
  639. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/CompanyTest.php +0 -25
  640. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/InternetTest.php +0 -29
  641. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/PersonTest.php +0 -68
  642. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/PhoneNumberTest.php +0 -67
  643. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/PaymentTest.php +0 -58
  644. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/PersonTest.php +0 -44
  645. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/PhoneNumberTest.php +0 -27
  646. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/TextTest.php +0 -22
  647. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_PE/CompanyTest.php +0 -39
  648. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_PE/PersonTest.php +0 -23
  649. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_VE/CompanyTest.php +0 -30
  650. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_VE/PersonTest.php +0 -28
  651. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fa_IR/PersonTest.php +0 -48
  652. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fi_FI/InternetTest.php +0 -29
  653. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fi_FI/PersonTest.php +0 -85
  654. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_BE/PaymentTest.php +0 -25
  655. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/AddressTest.php +0 -54
  656. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/InternetTest.php +0 -29
  657. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/PersonTest.php +0 -25
  658. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/PhoneNumberTest.php +0 -27
  659. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/AddressTest.php +0 -43
  660. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/ColorTest.php +0 -35
  661. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/CompanyTest.php +0 -76
  662. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/PaymentTest.php +0 -49
  663. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/PersonTest.php +0 -35
  664. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/PhoneNumberTest.php +0 -73
  665. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/TextTest.php +0 -60
  666. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/hu_HU/PersonTest.php +0 -26
  667. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/id_ID/PersonTest.php +0 -89
  668. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/AddressTest.php +0 -54
  669. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/InternetTest.php +0 -29
  670. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/PersonTest.php +0 -25
  671. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/PhoneNumberTest.php +0 -27
  672. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_IT/CompanyTest.php +0 -23
  673. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_IT/PersonTest.php +0 -23
  674. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ja_JP/InternetTest.php +0 -33
  675. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ja_JP/PersonTest.php +0 -57
  676. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ja_JP/PhoneNumberTest.php +0 -26
  677. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ka_GE/TextTest.php +0 -60
  678. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/kk_KZ/CompanyTest.php +0 -29
  679. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/kk_KZ/PersonTest.php +0 -56
  680. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/kk_KZ/TextTest.php +0 -60
  681. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ko_KR/TextTest.php +0 -60
  682. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/lt_LT/AddressTest.php +0 -22
  683. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/lv_LV/AddressTest.php +0 -25
  684. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/lv_LV/PersonTest.php +0 -37
  685. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/mn_MN/PersonTest.php +0 -27
  686. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ms_MY/PersonTest.php +0 -45
  687. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nb_NO/PhoneNumberTest.php +0 -47
  688. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ne_NP/PaymentTest.php +0 -94
  689. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_BE/PaymentTest.php +0 -46
  690. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_BE/PersonTest.php +0 -48
  691. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_NL/CompanyTest.php +0 -33
  692. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_NL/PersonTest.php +0 -31
  693. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/AddressTest.php +0 -25
  694. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/ColorTest.php +0 -35
  695. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/LicensePlateTest.php +0 -275
  696. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/PersonTest.php +0 -102
  697. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/CompanyTest.php +0 -25
  698. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/PersonTest.php +0 -33
  699. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/PhoneNumberTest.php +0 -51
  700. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/TextTest.php +0 -60
  701. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_PT/AddressTest.php +0 -34
  702. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_PT/PersonTest.php +0 -50
  703. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_PT/PhoneNumberTest.php +0 -27
  704. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ro_RO/PersonTest.php +0 -234
  705. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ro_RO/PhoneNumberTest.php +0 -32
  706. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ru_RU/CompanyTest.php +0 -83
  707. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ru_RU/PersonTest.php +0 -172
  708. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ru_RU/TextTest.php +0 -60
  709. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/sv_SE/MunicipalityTest.php +0 -22
  710. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/sv_SE/PersonTest.php +0 -78
  711. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/sv_SE/PhoneNumberTest.php +0 -39
  712. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/CompanyTest.php +0 -23
  713. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/PaymentTest.php +0 -23
  714. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/PersonTest.php +0 -74
  715. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/PhoneNumberTest.php +0 -36
  716. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/uk_UA/AddressTest.php +0 -75
  717. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/uk_UA/PersonTest.php +0 -57
  718. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/uk_UA/PhoneNumberTest.php +0 -39
  719. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/zh_TW/CompanyTest.php +0 -22
  720. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/zh_TW/PersonTest.php +0 -41
  721. package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/zh_TW/TextTest.php +0 -79
  722. package/src/api/core/vendor/fakerphp/faker/test/Faker/TestCase.php +0 -54
  723. package/src/api/core/vendor/fakerphp/faker/test/Faker/UniqueGeneratorTest.php +0 -29
  724. package/src/api/core/vendor/fakerphp/faker/test/Faker/ValidGeneratorTest.php +0 -19
  725. package/src/api/core/vendor/fakerphp/faker/test/Fixture/Container/UnconstructableClass.php +0 -15
  726. package/src/api/core/vendor/fakerphp/faker/test/Fixture/Enum/BackedEnum.php +0 -12
  727. package/src/api/core/vendor/fakerphp/faker/test/Fixture/Provider/BarProvider.php +0 -11
  728. package/src/api/core/vendor/fakerphp/faker/test/Fixture/Provider/FooProvider.php +0 -16
  729. package/src/api/core/vendor/fakerphp/faker/test/documentor.php +0 -16
  730. package/src/api/core/vendor/fakerphp/faker/test/test.php +0 -38
  731. package/src/api/core/vendor/fakerphp/faker/vendor-bin/php-cs-fixer/composer.json +0 -13
  732. package/src/api/core/vendor/fakerphp/faker/vendor-bin/php-cs-fixer/composer.lock +0 -1941
  733. package/src/api/core/vendor/fakerphp/faker/vendor-bin/phpstan/composer.json +0 -18
  734. package/src/api/core/vendor/fakerphp/faker/vendor-bin/phpstan/composer.lock +0 -178
  735. package/src/api/core/vendor/fakerphp/faker/vendor-bin/psalm/composer.json +0 -16
  736. package/src/api/core/vendor/fakerphp/faker/vendor-bin/psalm/composer.lock +0 -2262
  737. package/src/api/core/vendor/fakerphp/faker/vendor-bin/rector/composer.json +0 -13
  738. package/src/api/core/vendor/fakerphp/faker/vendor-bin/rector/composer.lock +0 -142
  739. package/src/api/core/vendor/psr/container/LICENSE +0 -21
  740. package/src/api/core/vendor/psr/container/README.md +0 -13
  741. package/src/api/core/vendor/psr/container/composer.json +0 -27
  742. package/src/api/core/vendor/psr/container/src/ContainerExceptionInterface.php +0 -12
  743. package/src/api/core/vendor/psr/container/src/ContainerInterface.php +0 -36
  744. package/src/api/core/vendor/psr/container/src/NotFoundExceptionInterface.php +0 -10
  745. package/src/api/core/vendor/symfony/deprecation-contracts/.gitattributes +0 -1
  746. package/src/api/core/vendor/symfony/deprecation-contracts/.github/PULL_REQUEST_TEMPLATE.md +0 -8
  747. package/src/api/core/vendor/symfony/deprecation-contracts/.github/workflows/close-pull-request.yml +0 -20
  748. package/src/api/core/vendor/symfony/deprecation-contracts/CHANGELOG.md +0 -5
  749. package/src/api/core/vendor/symfony/deprecation-contracts/LICENSE +0 -19
  750. package/src/api/core/vendor/symfony/deprecation-contracts/README.md +0 -26
  751. package/src/api/core/vendor/symfony/deprecation-contracts/composer.json +0 -35
  752. package/src/api/core/vendor/symfony/deprecation-contracts/function.php +0 -27
@@ -1,1941 +0,0 @@
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": "7bbb231ca786bad9508912579f8f5346",
8
- "packages": [
9
- {
10
- "name": "composer/pcre",
11
- "version": "3.1.0",
12
- "source": {
13
- "type": "git",
14
- "url": "https://github.com/composer/pcre.git",
15
- "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
16
- },
17
- "dist": {
18
- "type": "zip",
19
- "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
20
- "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
21
- "shasum": ""
22
- },
23
- "require": {
24
- "php": "^7.4 || ^8.0"
25
- },
26
- "require-dev": {
27
- "phpstan/phpstan": "^1.3",
28
- "phpstan/phpstan-strict-rules": "^1.1",
29
- "symfony/phpunit-bridge": "^5"
30
- },
31
- "type": "library",
32
- "extra": {
33
- "branch-alias": {
34
- "dev-main": "3.x-dev"
35
- }
36
- },
37
- "autoload": {
38
- "psr-4": {
39
- "Composer\\Pcre\\": "src"
40
- }
41
- },
42
- "notification-url": "https://packagist.org/downloads/",
43
- "license": [
44
- "MIT"
45
- ],
46
- "authors": [
47
- {
48
- "name": "Jordi Boggiano",
49
- "email": "j.boggiano@seld.be",
50
- "homepage": "http://seld.be"
51
- }
52
- ],
53
- "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
54
- "keywords": [
55
- "PCRE",
56
- "preg",
57
- "regex",
58
- "regular expression"
59
- ],
60
- "support": {
61
- "issues": "https://github.com/composer/pcre/issues",
62
- "source": "https://github.com/composer/pcre/tree/3.1.0"
63
- },
64
- "funding": [
65
- {
66
- "url": "https://packagist.com",
67
- "type": "custom"
68
- },
69
- {
70
- "url": "https://github.com/composer",
71
- "type": "github"
72
- },
73
- {
74
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
75
- "type": "tidelift"
76
- }
77
- ],
78
- "time": "2022-11-17T09:50:14+00:00"
79
- },
80
- {
81
- "name": "composer/semver",
82
- "version": "3.4.0",
83
- "source": {
84
- "type": "git",
85
- "url": "https://github.com/composer/semver.git",
86
- "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
87
- },
88
- "dist": {
89
- "type": "zip",
90
- "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
91
- "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
92
- "shasum": ""
93
- },
94
- "require": {
95
- "php": "^5.3.2 || ^7.0 || ^8.0"
96
- },
97
- "require-dev": {
98
- "phpstan/phpstan": "^1.4",
99
- "symfony/phpunit-bridge": "^4.2 || ^5"
100
- },
101
- "type": "library",
102
- "extra": {
103
- "branch-alias": {
104
- "dev-main": "3.x-dev"
105
- }
106
- },
107
- "autoload": {
108
- "psr-4": {
109
- "Composer\\Semver\\": "src"
110
- }
111
- },
112
- "notification-url": "https://packagist.org/downloads/",
113
- "license": [
114
- "MIT"
115
- ],
116
- "authors": [
117
- {
118
- "name": "Nils Adermann",
119
- "email": "naderman@naderman.de",
120
- "homepage": "http://www.naderman.de"
121
- },
122
- {
123
- "name": "Jordi Boggiano",
124
- "email": "j.boggiano@seld.be",
125
- "homepage": "http://seld.be"
126
- },
127
- {
128
- "name": "Rob Bast",
129
- "email": "rob.bast@gmail.com",
130
- "homepage": "http://robbast.nl"
131
- }
132
- ],
133
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
134
- "keywords": [
135
- "semantic",
136
- "semver",
137
- "validation",
138
- "versioning"
139
- ],
140
- "support": {
141
- "irc": "ircs://irc.libera.chat:6697/composer",
142
- "issues": "https://github.com/composer/semver/issues",
143
- "source": "https://github.com/composer/semver/tree/3.4.0"
144
- },
145
- "funding": [
146
- {
147
- "url": "https://packagist.com",
148
- "type": "custom"
149
- },
150
- {
151
- "url": "https://github.com/composer",
152
- "type": "github"
153
- },
154
- {
155
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
156
- "type": "tidelift"
157
- }
158
- ],
159
- "time": "2023-08-31T09:50:34+00:00"
160
- },
161
- {
162
- "name": "composer/xdebug-handler",
163
- "version": "3.0.3",
164
- "source": {
165
- "type": "git",
166
- "url": "https://github.com/composer/xdebug-handler.git",
167
- "reference": "ced299686f41dce890debac69273b47ffe98a40c"
168
- },
169
- "dist": {
170
- "type": "zip",
171
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
172
- "reference": "ced299686f41dce890debac69273b47ffe98a40c",
173
- "shasum": ""
174
- },
175
- "require": {
176
- "composer/pcre": "^1 || ^2 || ^3",
177
- "php": "^7.2.5 || ^8.0",
178
- "psr/log": "^1 || ^2 || ^3"
179
- },
180
- "require-dev": {
181
- "phpstan/phpstan": "^1.0",
182
- "phpstan/phpstan-strict-rules": "^1.1",
183
- "symfony/phpunit-bridge": "^6.0"
184
- },
185
- "type": "library",
186
- "autoload": {
187
- "psr-4": {
188
- "Composer\\XdebugHandler\\": "src"
189
- }
190
- },
191
- "notification-url": "https://packagist.org/downloads/",
192
- "license": [
193
- "MIT"
194
- ],
195
- "authors": [
196
- {
197
- "name": "John Stevenson",
198
- "email": "john-stevenson@blueyonder.co.uk"
199
- }
200
- ],
201
- "description": "Restarts a process without Xdebug.",
202
- "keywords": [
203
- "Xdebug",
204
- "performance"
205
- ],
206
- "support": {
207
- "irc": "irc://irc.freenode.org/composer",
208
- "issues": "https://github.com/composer/xdebug-handler/issues",
209
- "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
210
- },
211
- "funding": [
212
- {
213
- "url": "https://packagist.com",
214
- "type": "custom"
215
- },
216
- {
217
- "url": "https://github.com/composer",
218
- "type": "github"
219
- },
220
- {
221
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
222
- "type": "tidelift"
223
- }
224
- ],
225
- "time": "2022-02-25T21:32:43+00:00"
226
- },
227
- {
228
- "name": "friendsofphp/php-cs-fixer",
229
- "version": "v3.25.1",
230
- "source": {
231
- "type": "git",
232
- "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
233
- "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b"
234
- },
235
- "dist": {
236
- "type": "zip",
237
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8e21d69801de6b5ecb0dbe0bcdf967b335b1260b",
238
- "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b",
239
- "shasum": ""
240
- },
241
- "require": {
242
- "composer/semver": "^3.3",
243
- "composer/xdebug-handler": "^3.0.3",
244
- "ext-json": "*",
245
- "ext-tokenizer": "*",
246
- "php": "^7.4 || ^8.0",
247
- "sebastian/diff": "^4.0 || ^5.0",
248
- "symfony/console": "^5.4 || ^6.0",
249
- "symfony/event-dispatcher": "^5.4 || ^6.0",
250
- "symfony/filesystem": "^5.4 || ^6.0",
251
- "symfony/finder": "^5.4 || ^6.0",
252
- "symfony/options-resolver": "^5.4 || ^6.0",
253
- "symfony/polyfill-mbstring": "^1.27",
254
- "symfony/polyfill-php80": "^1.27",
255
- "symfony/polyfill-php81": "^1.27",
256
- "symfony/process": "^5.4 || ^6.0",
257
- "symfony/stopwatch": "^5.4 || ^6.0"
258
- },
259
- "require-dev": {
260
- "facile-it/paraunit": "^1.3 || ^2.0",
261
- "justinrainbow/json-schema": "^5.2",
262
- "keradus/cli-executor": "^2.0",
263
- "mikey179/vfsstream": "^1.6.11",
264
- "php-coveralls/php-coveralls": "^2.5.3",
265
- "php-cs-fixer/accessible-object": "^1.1",
266
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
267
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
268
- "phpspec/prophecy": "^1.16",
269
- "phpspec/prophecy-phpunit": "^2.0",
270
- "phpunit/phpunit": "^9.5",
271
- "phpunitgoodpractices/polyfill": "^1.6",
272
- "phpunitgoodpractices/traits": "^1.9.2",
273
- "symfony/phpunit-bridge": "^6.2.3",
274
- "symfony/yaml": "^5.4 || ^6.0"
275
- },
276
- "suggest": {
277
- "ext-dom": "For handling output formats in XML",
278
- "ext-mbstring": "For handling non-UTF8 characters."
279
- },
280
- "bin": [
281
- "php-cs-fixer"
282
- ],
283
- "type": "application",
284
- "autoload": {
285
- "psr-4": {
286
- "PhpCsFixer\\": "src/"
287
- }
288
- },
289
- "notification-url": "https://packagist.org/downloads/",
290
- "license": [
291
- "MIT"
292
- ],
293
- "authors": [
294
- {
295
- "name": "Fabien Potencier",
296
- "email": "fabien@symfony.com"
297
- },
298
- {
299
- "name": "Dariusz Rumiński",
300
- "email": "dariusz.ruminski@gmail.com"
301
- }
302
- ],
303
- "description": "A tool to automatically fix PHP code style",
304
- "keywords": [
305
- "Static code analysis",
306
- "fixer",
307
- "standards",
308
- "static analysis"
309
- ],
310
- "support": {
311
- "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
312
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.25.1"
313
- },
314
- "funding": [
315
- {
316
- "url": "https://github.com/keradus",
317
- "type": "github"
318
- }
319
- ],
320
- "time": "2023-09-04T01:22:52+00:00"
321
- },
322
- {
323
- "name": "psr/container",
324
- "version": "1.1.2",
325
- "source": {
326
- "type": "git",
327
- "url": "https://github.com/php-fig/container.git",
328
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
329
- },
330
- "dist": {
331
- "type": "zip",
332
- "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
333
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
334
- "shasum": ""
335
- },
336
- "require": {
337
- "php": ">=7.4.0"
338
- },
339
- "type": "library",
340
- "autoload": {
341
- "psr-4": {
342
- "Psr\\Container\\": "src/"
343
- }
344
- },
345
- "notification-url": "https://packagist.org/downloads/",
346
- "license": [
347
- "MIT"
348
- ],
349
- "authors": [
350
- {
351
- "name": "PHP-FIG",
352
- "homepage": "https://www.php-fig.org/"
353
- }
354
- ],
355
- "description": "Common Container Interface (PHP FIG PSR-11)",
356
- "homepage": "https://github.com/php-fig/container",
357
- "keywords": [
358
- "PSR-11",
359
- "container",
360
- "container-interface",
361
- "container-interop",
362
- "psr"
363
- ],
364
- "support": {
365
- "issues": "https://github.com/php-fig/container/issues",
366
- "source": "https://github.com/php-fig/container/tree/1.1.2"
367
- },
368
- "time": "2021-11-05T16:50:12+00:00"
369
- },
370
- {
371
- "name": "psr/event-dispatcher",
372
- "version": "1.0.0",
373
- "source": {
374
- "type": "git",
375
- "url": "https://github.com/php-fig/event-dispatcher.git",
376
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
377
- },
378
- "dist": {
379
- "type": "zip",
380
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
381
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
382
- "shasum": ""
383
- },
384
- "require": {
385
- "php": ">=7.2.0"
386
- },
387
- "type": "library",
388
- "extra": {
389
- "branch-alias": {
390
- "dev-master": "1.0.x-dev"
391
- }
392
- },
393
- "autoload": {
394
- "psr-4": {
395
- "Psr\\EventDispatcher\\": "src/"
396
- }
397
- },
398
- "notification-url": "https://packagist.org/downloads/",
399
- "license": [
400
- "MIT"
401
- ],
402
- "authors": [
403
- {
404
- "name": "PHP-FIG",
405
- "homepage": "http://www.php-fig.org/"
406
- }
407
- ],
408
- "description": "Standard interfaces for event handling.",
409
- "keywords": [
410
- "events",
411
- "psr",
412
- "psr-14"
413
- ],
414
- "support": {
415
- "issues": "https://github.com/php-fig/event-dispatcher/issues",
416
- "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
417
- },
418
- "time": "2019-01-08T18:20:26+00:00"
419
- },
420
- {
421
- "name": "psr/log",
422
- "version": "1.1.4",
423
- "source": {
424
- "type": "git",
425
- "url": "https://github.com/php-fig/log.git",
426
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
427
- },
428
- "dist": {
429
- "type": "zip",
430
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
431
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
432
- "shasum": ""
433
- },
434
- "require": {
435
- "php": ">=5.3.0"
436
- },
437
- "type": "library",
438
- "extra": {
439
- "branch-alias": {
440
- "dev-master": "1.1.x-dev"
441
- }
442
- },
443
- "autoload": {
444
- "psr-4": {
445
- "Psr\\Log\\": "Psr/Log/"
446
- }
447
- },
448
- "notification-url": "https://packagist.org/downloads/",
449
- "license": [
450
- "MIT"
451
- ],
452
- "authors": [
453
- {
454
- "name": "PHP-FIG",
455
- "homepage": "https://www.php-fig.org/"
456
- }
457
- ],
458
- "description": "Common interface for logging libraries",
459
- "homepage": "https://github.com/php-fig/log",
460
- "keywords": [
461
- "log",
462
- "psr",
463
- "psr-3"
464
- ],
465
- "support": {
466
- "source": "https://github.com/php-fig/log/tree/1.1.4"
467
- },
468
- "time": "2021-05-03T11:20:27+00:00"
469
- },
470
- {
471
- "name": "sebastian/diff",
472
- "version": "4.0.5",
473
- "source": {
474
- "type": "git",
475
- "url": "https://github.com/sebastianbergmann/diff.git",
476
- "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
477
- },
478
- "dist": {
479
- "type": "zip",
480
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
481
- "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
482
- "shasum": ""
483
- },
484
- "require": {
485
- "php": ">=7.3"
486
- },
487
- "require-dev": {
488
- "phpunit/phpunit": "^9.3",
489
- "symfony/process": "^4.2 || ^5"
490
- },
491
- "type": "library",
492
- "extra": {
493
- "branch-alias": {
494
- "dev-master": "4.0-dev"
495
- }
496
- },
497
- "autoload": {
498
- "classmap": [
499
- "src/"
500
- ]
501
- },
502
- "notification-url": "https://packagist.org/downloads/",
503
- "license": [
504
- "BSD-3-Clause"
505
- ],
506
- "authors": [
507
- {
508
- "name": "Sebastian Bergmann",
509
- "email": "sebastian@phpunit.de"
510
- },
511
- {
512
- "name": "Kore Nordmann",
513
- "email": "mail@kore-nordmann.de"
514
- }
515
- ],
516
- "description": "Diff implementation",
517
- "homepage": "https://github.com/sebastianbergmann/diff",
518
- "keywords": [
519
- "diff",
520
- "udiff",
521
- "unidiff",
522
- "unified diff"
523
- ],
524
- "support": {
525
- "issues": "https://github.com/sebastianbergmann/diff/issues",
526
- "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
527
- },
528
- "funding": [
529
- {
530
- "url": "https://github.com/sebastianbergmann",
531
- "type": "github"
532
- }
533
- ],
534
- "time": "2023-05-07T05:35:17+00:00"
535
- },
536
- {
537
- "name": "symfony/console",
538
- "version": "v5.4.28",
539
- "source": {
540
- "type": "git",
541
- "url": "https://github.com/symfony/console.git",
542
- "reference": "f4f71842f24c2023b91237c72a365306f3c58827"
543
- },
544
- "dist": {
545
- "type": "zip",
546
- "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827",
547
- "reference": "f4f71842f24c2023b91237c72a365306f3c58827",
548
- "shasum": ""
549
- },
550
- "require": {
551
- "php": ">=7.2.5",
552
- "symfony/deprecation-contracts": "^2.1|^3",
553
- "symfony/polyfill-mbstring": "~1.0",
554
- "symfony/polyfill-php73": "^1.9",
555
- "symfony/polyfill-php80": "^1.16",
556
- "symfony/service-contracts": "^1.1|^2|^3",
557
- "symfony/string": "^5.1|^6.0"
558
- },
559
- "conflict": {
560
- "psr/log": ">=3",
561
- "symfony/dependency-injection": "<4.4",
562
- "symfony/dotenv": "<5.1",
563
- "symfony/event-dispatcher": "<4.4",
564
- "symfony/lock": "<4.4",
565
- "symfony/process": "<4.4"
566
- },
567
- "provide": {
568
- "psr/log-implementation": "1.0|2.0"
569
- },
570
- "require-dev": {
571
- "psr/log": "^1|^2",
572
- "symfony/config": "^4.4|^5.0|^6.0",
573
- "symfony/dependency-injection": "^4.4|^5.0|^6.0",
574
- "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
575
- "symfony/lock": "^4.4|^5.0|^6.0",
576
- "symfony/process": "^4.4|^5.0|^6.0",
577
- "symfony/var-dumper": "^4.4|^5.0|^6.0"
578
- },
579
- "suggest": {
580
- "psr/log": "For using the console logger",
581
- "symfony/event-dispatcher": "",
582
- "symfony/lock": "",
583
- "symfony/process": ""
584
- },
585
- "type": "library",
586
- "autoload": {
587
- "psr-4": {
588
- "Symfony\\Component\\Console\\": ""
589
- },
590
- "exclude-from-classmap": [
591
- "/Tests/"
592
- ]
593
- },
594
- "notification-url": "https://packagist.org/downloads/",
595
- "license": [
596
- "MIT"
597
- ],
598
- "authors": [
599
- {
600
- "name": "Fabien Potencier",
601
- "email": "fabien@symfony.com"
602
- },
603
- {
604
- "name": "Symfony Community",
605
- "homepage": "https://symfony.com/contributors"
606
- }
607
- ],
608
- "description": "Eases the creation of beautiful and testable command line interfaces",
609
- "homepage": "https://symfony.com",
610
- "keywords": [
611
- "cli",
612
- "command-line",
613
- "console",
614
- "terminal"
615
- ],
616
- "support": {
617
- "source": "https://github.com/symfony/console/tree/v5.4.28"
618
- },
619
- "funding": [
620
- {
621
- "url": "https://symfony.com/sponsor",
622
- "type": "custom"
623
- },
624
- {
625
- "url": "https://github.com/fabpot",
626
- "type": "github"
627
- },
628
- {
629
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
630
- "type": "tidelift"
631
- }
632
- ],
633
- "time": "2023-08-07T06:12:30+00:00"
634
- },
635
- {
636
- "name": "symfony/deprecation-contracts",
637
- "version": "v2.5.2",
638
- "source": {
639
- "type": "git",
640
- "url": "https://github.com/symfony/deprecation-contracts.git",
641
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
642
- },
643
- "dist": {
644
- "type": "zip",
645
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
646
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
647
- "shasum": ""
648
- },
649
- "require": {
650
- "php": ">=7.1"
651
- },
652
- "type": "library",
653
- "extra": {
654
- "branch-alias": {
655
- "dev-main": "2.5-dev"
656
- },
657
- "thanks": {
658
- "name": "symfony/contracts",
659
- "url": "https://github.com/symfony/contracts"
660
- }
661
- },
662
- "autoload": {
663
- "files": [
664
- "function.php"
665
- ]
666
- },
667
- "notification-url": "https://packagist.org/downloads/",
668
- "license": [
669
- "MIT"
670
- ],
671
- "authors": [
672
- {
673
- "name": "Nicolas Grekas",
674
- "email": "p@tchwork.com"
675
- },
676
- {
677
- "name": "Symfony Community",
678
- "homepage": "https://symfony.com/contributors"
679
- }
680
- ],
681
- "description": "A generic function and convention to trigger deprecation notices",
682
- "homepage": "https://symfony.com",
683
- "support": {
684
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
685
- },
686
- "funding": [
687
- {
688
- "url": "https://symfony.com/sponsor",
689
- "type": "custom"
690
- },
691
- {
692
- "url": "https://github.com/fabpot",
693
- "type": "github"
694
- },
695
- {
696
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
697
- "type": "tidelift"
698
- }
699
- ],
700
- "time": "2022-01-02T09:53:40+00:00"
701
- },
702
- {
703
- "name": "symfony/event-dispatcher",
704
- "version": "v5.4.26",
705
- "source": {
706
- "type": "git",
707
- "url": "https://github.com/symfony/event-dispatcher.git",
708
- "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac"
709
- },
710
- "dist": {
711
- "type": "zip",
712
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac",
713
- "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac",
714
- "shasum": ""
715
- },
716
- "require": {
717
- "php": ">=7.2.5",
718
- "symfony/deprecation-contracts": "^2.1|^3",
719
- "symfony/event-dispatcher-contracts": "^2|^3",
720
- "symfony/polyfill-php80": "^1.16"
721
- },
722
- "conflict": {
723
- "symfony/dependency-injection": "<4.4"
724
- },
725
- "provide": {
726
- "psr/event-dispatcher-implementation": "1.0",
727
- "symfony/event-dispatcher-implementation": "2.0"
728
- },
729
- "require-dev": {
730
- "psr/log": "^1|^2|^3",
731
- "symfony/config": "^4.4|^5.0|^6.0",
732
- "symfony/dependency-injection": "^4.4|^5.0|^6.0",
733
- "symfony/error-handler": "^4.4|^5.0|^6.0",
734
- "symfony/expression-language": "^4.4|^5.0|^6.0",
735
- "symfony/http-foundation": "^4.4|^5.0|^6.0",
736
- "symfony/service-contracts": "^1.1|^2|^3",
737
- "symfony/stopwatch": "^4.4|^5.0|^6.0"
738
- },
739
- "suggest": {
740
- "symfony/dependency-injection": "",
741
- "symfony/http-kernel": ""
742
- },
743
- "type": "library",
744
- "autoload": {
745
- "psr-4": {
746
- "Symfony\\Component\\EventDispatcher\\": ""
747
- },
748
- "exclude-from-classmap": [
749
- "/Tests/"
750
- ]
751
- },
752
- "notification-url": "https://packagist.org/downloads/",
753
- "license": [
754
- "MIT"
755
- ],
756
- "authors": [
757
- {
758
- "name": "Fabien Potencier",
759
- "email": "fabien@symfony.com"
760
- },
761
- {
762
- "name": "Symfony Community",
763
- "homepage": "https://symfony.com/contributors"
764
- }
765
- ],
766
- "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
767
- "homepage": "https://symfony.com",
768
- "support": {
769
- "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.26"
770
- },
771
- "funding": [
772
- {
773
- "url": "https://symfony.com/sponsor",
774
- "type": "custom"
775
- },
776
- {
777
- "url": "https://github.com/fabpot",
778
- "type": "github"
779
- },
780
- {
781
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
782
- "type": "tidelift"
783
- }
784
- ],
785
- "time": "2023-07-06T06:34:20+00:00"
786
- },
787
- {
788
- "name": "symfony/event-dispatcher-contracts",
789
- "version": "v2.5.2",
790
- "source": {
791
- "type": "git",
792
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
793
- "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
794
- },
795
- "dist": {
796
- "type": "zip",
797
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
798
- "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
799
- "shasum": ""
800
- },
801
- "require": {
802
- "php": ">=7.2.5",
803
- "psr/event-dispatcher": "^1"
804
- },
805
- "suggest": {
806
- "symfony/event-dispatcher-implementation": ""
807
- },
808
- "type": "library",
809
- "extra": {
810
- "branch-alias": {
811
- "dev-main": "2.5-dev"
812
- },
813
- "thanks": {
814
- "name": "symfony/contracts",
815
- "url": "https://github.com/symfony/contracts"
816
- }
817
- },
818
- "autoload": {
819
- "psr-4": {
820
- "Symfony\\Contracts\\EventDispatcher\\": ""
821
- }
822
- },
823
- "notification-url": "https://packagist.org/downloads/",
824
- "license": [
825
- "MIT"
826
- ],
827
- "authors": [
828
- {
829
- "name": "Nicolas Grekas",
830
- "email": "p@tchwork.com"
831
- },
832
- {
833
- "name": "Symfony Community",
834
- "homepage": "https://symfony.com/contributors"
835
- }
836
- ],
837
- "description": "Generic abstractions related to dispatching event",
838
- "homepage": "https://symfony.com",
839
- "keywords": [
840
- "abstractions",
841
- "contracts",
842
- "decoupling",
843
- "interfaces",
844
- "interoperability",
845
- "standards"
846
- ],
847
- "support": {
848
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
849
- },
850
- "funding": [
851
- {
852
- "url": "https://symfony.com/sponsor",
853
- "type": "custom"
854
- },
855
- {
856
- "url": "https://github.com/fabpot",
857
- "type": "github"
858
- },
859
- {
860
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
861
- "type": "tidelift"
862
- }
863
- ],
864
- "time": "2022-01-02T09:53:40+00:00"
865
- },
866
- {
867
- "name": "symfony/filesystem",
868
- "version": "v5.4.25",
869
- "source": {
870
- "type": "git",
871
- "url": "https://github.com/symfony/filesystem.git",
872
- "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364"
873
- },
874
- "dist": {
875
- "type": "zip",
876
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
877
- "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
878
- "shasum": ""
879
- },
880
- "require": {
881
- "php": ">=7.2.5",
882
- "symfony/polyfill-ctype": "~1.8",
883
- "symfony/polyfill-mbstring": "~1.8",
884
- "symfony/polyfill-php80": "^1.16"
885
- },
886
- "type": "library",
887
- "autoload": {
888
- "psr-4": {
889
- "Symfony\\Component\\Filesystem\\": ""
890
- },
891
- "exclude-from-classmap": [
892
- "/Tests/"
893
- ]
894
- },
895
- "notification-url": "https://packagist.org/downloads/",
896
- "license": [
897
- "MIT"
898
- ],
899
- "authors": [
900
- {
901
- "name": "Fabien Potencier",
902
- "email": "fabien@symfony.com"
903
- },
904
- {
905
- "name": "Symfony Community",
906
- "homepage": "https://symfony.com/contributors"
907
- }
908
- ],
909
- "description": "Provides basic utilities for the filesystem",
910
- "homepage": "https://symfony.com",
911
- "support": {
912
- "source": "https://github.com/symfony/filesystem/tree/v5.4.25"
913
- },
914
- "funding": [
915
- {
916
- "url": "https://symfony.com/sponsor",
917
- "type": "custom"
918
- },
919
- {
920
- "url": "https://github.com/fabpot",
921
- "type": "github"
922
- },
923
- {
924
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
925
- "type": "tidelift"
926
- }
927
- ],
928
- "time": "2023-05-31T13:04:02+00:00"
929
- },
930
- {
931
- "name": "symfony/finder",
932
- "version": "v5.4.27",
933
- "source": {
934
- "type": "git",
935
- "url": "https://github.com/symfony/finder.git",
936
- "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
937
- },
938
- "dist": {
939
- "type": "zip",
940
- "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
941
- "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
942
- "shasum": ""
943
- },
944
- "require": {
945
- "php": ">=7.2.5",
946
- "symfony/deprecation-contracts": "^2.1|^3",
947
- "symfony/polyfill-php80": "^1.16"
948
- },
949
- "type": "library",
950
- "autoload": {
951
- "psr-4": {
952
- "Symfony\\Component\\Finder\\": ""
953
- },
954
- "exclude-from-classmap": [
955
- "/Tests/"
956
- ]
957
- },
958
- "notification-url": "https://packagist.org/downloads/",
959
- "license": [
960
- "MIT"
961
- ],
962
- "authors": [
963
- {
964
- "name": "Fabien Potencier",
965
- "email": "fabien@symfony.com"
966
- },
967
- {
968
- "name": "Symfony Community",
969
- "homepage": "https://symfony.com/contributors"
970
- }
971
- ],
972
- "description": "Finds files and directories via an intuitive fluent interface",
973
- "homepage": "https://symfony.com",
974
- "support": {
975
- "source": "https://github.com/symfony/finder/tree/v5.4.27"
976
- },
977
- "funding": [
978
- {
979
- "url": "https://symfony.com/sponsor",
980
- "type": "custom"
981
- },
982
- {
983
- "url": "https://github.com/fabpot",
984
- "type": "github"
985
- },
986
- {
987
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
988
- "type": "tidelift"
989
- }
990
- ],
991
- "time": "2023-07-31T08:02:31+00:00"
992
- },
993
- {
994
- "name": "symfony/options-resolver",
995
- "version": "v5.4.21",
996
- "source": {
997
- "type": "git",
998
- "url": "https://github.com/symfony/options-resolver.git",
999
- "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
1000
- },
1001
- "dist": {
1002
- "type": "zip",
1003
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
1004
- "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
1005
- "shasum": ""
1006
- },
1007
- "require": {
1008
- "php": ">=7.2.5",
1009
- "symfony/deprecation-contracts": "^2.1|^3",
1010
- "symfony/polyfill-php73": "~1.0",
1011
- "symfony/polyfill-php80": "^1.16"
1012
- },
1013
- "type": "library",
1014
- "autoload": {
1015
- "psr-4": {
1016
- "Symfony\\Component\\OptionsResolver\\": ""
1017
- },
1018
- "exclude-from-classmap": [
1019
- "/Tests/"
1020
- ]
1021
- },
1022
- "notification-url": "https://packagist.org/downloads/",
1023
- "license": [
1024
- "MIT"
1025
- ],
1026
- "authors": [
1027
- {
1028
- "name": "Fabien Potencier",
1029
- "email": "fabien@symfony.com"
1030
- },
1031
- {
1032
- "name": "Symfony Community",
1033
- "homepage": "https://symfony.com/contributors"
1034
- }
1035
- ],
1036
- "description": "Provides an improved replacement for the array_replace PHP function",
1037
- "homepage": "https://symfony.com",
1038
- "keywords": [
1039
- "config",
1040
- "configuration",
1041
- "options"
1042
- ],
1043
- "support": {
1044
- "source": "https://github.com/symfony/options-resolver/tree/v5.4.21"
1045
- },
1046
- "funding": [
1047
- {
1048
- "url": "https://symfony.com/sponsor",
1049
- "type": "custom"
1050
- },
1051
- {
1052
- "url": "https://github.com/fabpot",
1053
- "type": "github"
1054
- },
1055
- {
1056
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1057
- "type": "tidelift"
1058
- }
1059
- ],
1060
- "time": "2023-02-14T08:03:56+00:00"
1061
- },
1062
- {
1063
- "name": "symfony/polyfill-ctype",
1064
- "version": "v1.28.0",
1065
- "source": {
1066
- "type": "git",
1067
- "url": "https://github.com/symfony/polyfill-ctype.git",
1068
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
1069
- },
1070
- "dist": {
1071
- "type": "zip",
1072
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
1073
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
1074
- "shasum": ""
1075
- },
1076
- "require": {
1077
- "php": ">=7.1"
1078
- },
1079
- "provide": {
1080
- "ext-ctype": "*"
1081
- },
1082
- "suggest": {
1083
- "ext-ctype": "For best performance"
1084
- },
1085
- "type": "library",
1086
- "extra": {
1087
- "branch-alias": {
1088
- "dev-main": "1.28-dev"
1089
- },
1090
- "thanks": {
1091
- "name": "symfony/polyfill",
1092
- "url": "https://github.com/symfony/polyfill"
1093
- }
1094
- },
1095
- "autoload": {
1096
- "files": [
1097
- "bootstrap.php"
1098
- ],
1099
- "psr-4": {
1100
- "Symfony\\Polyfill\\Ctype\\": ""
1101
- }
1102
- },
1103
- "notification-url": "https://packagist.org/downloads/",
1104
- "license": [
1105
- "MIT"
1106
- ],
1107
- "authors": [
1108
- {
1109
- "name": "Gert de Pagter",
1110
- "email": "BackEndTea@gmail.com"
1111
- },
1112
- {
1113
- "name": "Symfony Community",
1114
- "homepage": "https://symfony.com/contributors"
1115
- }
1116
- ],
1117
- "description": "Symfony polyfill for ctype functions",
1118
- "homepage": "https://symfony.com",
1119
- "keywords": [
1120
- "compatibility",
1121
- "ctype",
1122
- "polyfill",
1123
- "portable"
1124
- ],
1125
- "support": {
1126
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
1127
- },
1128
- "funding": [
1129
- {
1130
- "url": "https://symfony.com/sponsor",
1131
- "type": "custom"
1132
- },
1133
- {
1134
- "url": "https://github.com/fabpot",
1135
- "type": "github"
1136
- },
1137
- {
1138
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1139
- "type": "tidelift"
1140
- }
1141
- ],
1142
- "time": "2023-01-26T09:26:14+00:00"
1143
- },
1144
- {
1145
- "name": "symfony/polyfill-intl-grapheme",
1146
- "version": "v1.28.0",
1147
- "source": {
1148
- "type": "git",
1149
- "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1150
- "reference": "875e90aeea2777b6f135677f618529449334a612"
1151
- },
1152
- "dist": {
1153
- "type": "zip",
1154
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
1155
- "reference": "875e90aeea2777b6f135677f618529449334a612",
1156
- "shasum": ""
1157
- },
1158
- "require": {
1159
- "php": ">=7.1"
1160
- },
1161
- "suggest": {
1162
- "ext-intl": "For best performance"
1163
- },
1164
- "type": "library",
1165
- "extra": {
1166
- "branch-alias": {
1167
- "dev-main": "1.28-dev"
1168
- },
1169
- "thanks": {
1170
- "name": "symfony/polyfill",
1171
- "url": "https://github.com/symfony/polyfill"
1172
- }
1173
- },
1174
- "autoload": {
1175
- "files": [
1176
- "bootstrap.php"
1177
- ],
1178
- "psr-4": {
1179
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1180
- }
1181
- },
1182
- "notification-url": "https://packagist.org/downloads/",
1183
- "license": [
1184
- "MIT"
1185
- ],
1186
- "authors": [
1187
- {
1188
- "name": "Nicolas Grekas",
1189
- "email": "p@tchwork.com"
1190
- },
1191
- {
1192
- "name": "Symfony Community",
1193
- "homepage": "https://symfony.com/contributors"
1194
- }
1195
- ],
1196
- "description": "Symfony polyfill for intl's grapheme_* functions",
1197
- "homepage": "https://symfony.com",
1198
- "keywords": [
1199
- "compatibility",
1200
- "grapheme",
1201
- "intl",
1202
- "polyfill",
1203
- "portable",
1204
- "shim"
1205
- ],
1206
- "support": {
1207
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
1208
- },
1209
- "funding": [
1210
- {
1211
- "url": "https://symfony.com/sponsor",
1212
- "type": "custom"
1213
- },
1214
- {
1215
- "url": "https://github.com/fabpot",
1216
- "type": "github"
1217
- },
1218
- {
1219
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1220
- "type": "tidelift"
1221
- }
1222
- ],
1223
- "time": "2023-01-26T09:26:14+00:00"
1224
- },
1225
- {
1226
- "name": "symfony/polyfill-intl-normalizer",
1227
- "version": "v1.28.0",
1228
- "source": {
1229
- "type": "git",
1230
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1231
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
1232
- },
1233
- "dist": {
1234
- "type": "zip",
1235
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
1236
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
1237
- "shasum": ""
1238
- },
1239
- "require": {
1240
- "php": ">=7.1"
1241
- },
1242
- "suggest": {
1243
- "ext-intl": "For best performance"
1244
- },
1245
- "type": "library",
1246
- "extra": {
1247
- "branch-alias": {
1248
- "dev-main": "1.28-dev"
1249
- },
1250
- "thanks": {
1251
- "name": "symfony/polyfill",
1252
- "url": "https://github.com/symfony/polyfill"
1253
- }
1254
- },
1255
- "autoload": {
1256
- "files": [
1257
- "bootstrap.php"
1258
- ],
1259
- "psr-4": {
1260
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1261
- },
1262
- "classmap": [
1263
- "Resources/stubs"
1264
- ]
1265
- },
1266
- "notification-url": "https://packagist.org/downloads/",
1267
- "license": [
1268
- "MIT"
1269
- ],
1270
- "authors": [
1271
- {
1272
- "name": "Nicolas Grekas",
1273
- "email": "p@tchwork.com"
1274
- },
1275
- {
1276
- "name": "Symfony Community",
1277
- "homepage": "https://symfony.com/contributors"
1278
- }
1279
- ],
1280
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
1281
- "homepage": "https://symfony.com",
1282
- "keywords": [
1283
- "compatibility",
1284
- "intl",
1285
- "normalizer",
1286
- "polyfill",
1287
- "portable",
1288
- "shim"
1289
- ],
1290
- "support": {
1291
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
1292
- },
1293
- "funding": [
1294
- {
1295
- "url": "https://symfony.com/sponsor",
1296
- "type": "custom"
1297
- },
1298
- {
1299
- "url": "https://github.com/fabpot",
1300
- "type": "github"
1301
- },
1302
- {
1303
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1304
- "type": "tidelift"
1305
- }
1306
- ],
1307
- "time": "2023-01-26T09:26:14+00:00"
1308
- },
1309
- {
1310
- "name": "symfony/polyfill-mbstring",
1311
- "version": "v1.28.0",
1312
- "source": {
1313
- "type": "git",
1314
- "url": "https://github.com/symfony/polyfill-mbstring.git",
1315
- "reference": "42292d99c55abe617799667f454222c54c60e229"
1316
- },
1317
- "dist": {
1318
- "type": "zip",
1319
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
1320
- "reference": "42292d99c55abe617799667f454222c54c60e229",
1321
- "shasum": ""
1322
- },
1323
- "require": {
1324
- "php": ">=7.1"
1325
- },
1326
- "provide": {
1327
- "ext-mbstring": "*"
1328
- },
1329
- "suggest": {
1330
- "ext-mbstring": "For best performance"
1331
- },
1332
- "type": "library",
1333
- "extra": {
1334
- "branch-alias": {
1335
- "dev-main": "1.28-dev"
1336
- },
1337
- "thanks": {
1338
- "name": "symfony/polyfill",
1339
- "url": "https://github.com/symfony/polyfill"
1340
- }
1341
- },
1342
- "autoload": {
1343
- "files": [
1344
- "bootstrap.php"
1345
- ],
1346
- "psr-4": {
1347
- "Symfony\\Polyfill\\Mbstring\\": ""
1348
- }
1349
- },
1350
- "notification-url": "https://packagist.org/downloads/",
1351
- "license": [
1352
- "MIT"
1353
- ],
1354
- "authors": [
1355
- {
1356
- "name": "Nicolas Grekas",
1357
- "email": "p@tchwork.com"
1358
- },
1359
- {
1360
- "name": "Symfony Community",
1361
- "homepage": "https://symfony.com/contributors"
1362
- }
1363
- ],
1364
- "description": "Symfony polyfill for the Mbstring extension",
1365
- "homepage": "https://symfony.com",
1366
- "keywords": [
1367
- "compatibility",
1368
- "mbstring",
1369
- "polyfill",
1370
- "portable",
1371
- "shim"
1372
- ],
1373
- "support": {
1374
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
1375
- },
1376
- "funding": [
1377
- {
1378
- "url": "https://symfony.com/sponsor",
1379
- "type": "custom"
1380
- },
1381
- {
1382
- "url": "https://github.com/fabpot",
1383
- "type": "github"
1384
- },
1385
- {
1386
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1387
- "type": "tidelift"
1388
- }
1389
- ],
1390
- "time": "2023-07-28T09:04:16+00:00"
1391
- },
1392
- {
1393
- "name": "symfony/polyfill-php73",
1394
- "version": "v1.28.0",
1395
- "source": {
1396
- "type": "git",
1397
- "url": "https://github.com/symfony/polyfill-php73.git",
1398
- "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
1399
- },
1400
- "dist": {
1401
- "type": "zip",
1402
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
1403
- "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
1404
- "shasum": ""
1405
- },
1406
- "require": {
1407
- "php": ">=7.1"
1408
- },
1409
- "type": "library",
1410
- "extra": {
1411
- "branch-alias": {
1412
- "dev-main": "1.28-dev"
1413
- },
1414
- "thanks": {
1415
- "name": "symfony/polyfill",
1416
- "url": "https://github.com/symfony/polyfill"
1417
- }
1418
- },
1419
- "autoload": {
1420
- "files": [
1421
- "bootstrap.php"
1422
- ],
1423
- "psr-4": {
1424
- "Symfony\\Polyfill\\Php73\\": ""
1425
- },
1426
- "classmap": [
1427
- "Resources/stubs"
1428
- ]
1429
- },
1430
- "notification-url": "https://packagist.org/downloads/",
1431
- "license": [
1432
- "MIT"
1433
- ],
1434
- "authors": [
1435
- {
1436
- "name": "Nicolas Grekas",
1437
- "email": "p@tchwork.com"
1438
- },
1439
- {
1440
- "name": "Symfony Community",
1441
- "homepage": "https://symfony.com/contributors"
1442
- }
1443
- ],
1444
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1445
- "homepage": "https://symfony.com",
1446
- "keywords": [
1447
- "compatibility",
1448
- "polyfill",
1449
- "portable",
1450
- "shim"
1451
- ],
1452
- "support": {
1453
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
1454
- },
1455
- "funding": [
1456
- {
1457
- "url": "https://symfony.com/sponsor",
1458
- "type": "custom"
1459
- },
1460
- {
1461
- "url": "https://github.com/fabpot",
1462
- "type": "github"
1463
- },
1464
- {
1465
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1466
- "type": "tidelift"
1467
- }
1468
- ],
1469
- "time": "2023-01-26T09:26:14+00:00"
1470
- },
1471
- {
1472
- "name": "symfony/polyfill-php80",
1473
- "version": "v1.28.0",
1474
- "source": {
1475
- "type": "git",
1476
- "url": "https://github.com/symfony/polyfill-php80.git",
1477
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
1478
- },
1479
- "dist": {
1480
- "type": "zip",
1481
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
1482
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
1483
- "shasum": ""
1484
- },
1485
- "require": {
1486
- "php": ">=7.1"
1487
- },
1488
- "type": "library",
1489
- "extra": {
1490
- "branch-alias": {
1491
- "dev-main": "1.28-dev"
1492
- },
1493
- "thanks": {
1494
- "name": "symfony/polyfill",
1495
- "url": "https://github.com/symfony/polyfill"
1496
- }
1497
- },
1498
- "autoload": {
1499
- "files": [
1500
- "bootstrap.php"
1501
- ],
1502
- "psr-4": {
1503
- "Symfony\\Polyfill\\Php80\\": ""
1504
- },
1505
- "classmap": [
1506
- "Resources/stubs"
1507
- ]
1508
- },
1509
- "notification-url": "https://packagist.org/downloads/",
1510
- "license": [
1511
- "MIT"
1512
- ],
1513
- "authors": [
1514
- {
1515
- "name": "Ion Bazan",
1516
- "email": "ion.bazan@gmail.com"
1517
- },
1518
- {
1519
- "name": "Nicolas Grekas",
1520
- "email": "p@tchwork.com"
1521
- },
1522
- {
1523
- "name": "Symfony Community",
1524
- "homepage": "https://symfony.com/contributors"
1525
- }
1526
- ],
1527
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1528
- "homepage": "https://symfony.com",
1529
- "keywords": [
1530
- "compatibility",
1531
- "polyfill",
1532
- "portable",
1533
- "shim"
1534
- ],
1535
- "support": {
1536
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
1537
- },
1538
- "funding": [
1539
- {
1540
- "url": "https://symfony.com/sponsor",
1541
- "type": "custom"
1542
- },
1543
- {
1544
- "url": "https://github.com/fabpot",
1545
- "type": "github"
1546
- },
1547
- {
1548
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1549
- "type": "tidelift"
1550
- }
1551
- ],
1552
- "time": "2023-01-26T09:26:14+00:00"
1553
- },
1554
- {
1555
- "name": "symfony/polyfill-php81",
1556
- "version": "v1.28.0",
1557
- "source": {
1558
- "type": "git",
1559
- "url": "https://github.com/symfony/polyfill-php81.git",
1560
- "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
1561
- },
1562
- "dist": {
1563
- "type": "zip",
1564
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
1565
- "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
1566
- "shasum": ""
1567
- },
1568
- "require": {
1569
- "php": ">=7.1"
1570
- },
1571
- "type": "library",
1572
- "extra": {
1573
- "branch-alias": {
1574
- "dev-main": "1.28-dev"
1575
- },
1576
- "thanks": {
1577
- "name": "symfony/polyfill",
1578
- "url": "https://github.com/symfony/polyfill"
1579
- }
1580
- },
1581
- "autoload": {
1582
- "files": [
1583
- "bootstrap.php"
1584
- ],
1585
- "psr-4": {
1586
- "Symfony\\Polyfill\\Php81\\": ""
1587
- },
1588
- "classmap": [
1589
- "Resources/stubs"
1590
- ]
1591
- },
1592
- "notification-url": "https://packagist.org/downloads/",
1593
- "license": [
1594
- "MIT"
1595
- ],
1596
- "authors": [
1597
- {
1598
- "name": "Nicolas Grekas",
1599
- "email": "p@tchwork.com"
1600
- },
1601
- {
1602
- "name": "Symfony Community",
1603
- "homepage": "https://symfony.com/contributors"
1604
- }
1605
- ],
1606
- "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
1607
- "homepage": "https://symfony.com",
1608
- "keywords": [
1609
- "compatibility",
1610
- "polyfill",
1611
- "portable",
1612
- "shim"
1613
- ],
1614
- "support": {
1615
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
1616
- },
1617
- "funding": [
1618
- {
1619
- "url": "https://symfony.com/sponsor",
1620
- "type": "custom"
1621
- },
1622
- {
1623
- "url": "https://github.com/fabpot",
1624
- "type": "github"
1625
- },
1626
- {
1627
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1628
- "type": "tidelift"
1629
- }
1630
- ],
1631
- "time": "2023-01-26T09:26:14+00:00"
1632
- },
1633
- {
1634
- "name": "symfony/process",
1635
- "version": "v5.4.28",
1636
- "source": {
1637
- "type": "git",
1638
- "url": "https://github.com/symfony/process.git",
1639
- "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
1640
- },
1641
- "dist": {
1642
- "type": "zip",
1643
- "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
1644
- "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
1645
- "shasum": ""
1646
- },
1647
- "require": {
1648
- "php": ">=7.2.5",
1649
- "symfony/polyfill-php80": "^1.16"
1650
- },
1651
- "type": "library",
1652
- "autoload": {
1653
- "psr-4": {
1654
- "Symfony\\Component\\Process\\": ""
1655
- },
1656
- "exclude-from-classmap": [
1657
- "/Tests/"
1658
- ]
1659
- },
1660
- "notification-url": "https://packagist.org/downloads/",
1661
- "license": [
1662
- "MIT"
1663
- ],
1664
- "authors": [
1665
- {
1666
- "name": "Fabien Potencier",
1667
- "email": "fabien@symfony.com"
1668
- },
1669
- {
1670
- "name": "Symfony Community",
1671
- "homepage": "https://symfony.com/contributors"
1672
- }
1673
- ],
1674
- "description": "Executes commands in sub-processes",
1675
- "homepage": "https://symfony.com",
1676
- "support": {
1677
- "source": "https://github.com/symfony/process/tree/v5.4.28"
1678
- },
1679
- "funding": [
1680
- {
1681
- "url": "https://symfony.com/sponsor",
1682
- "type": "custom"
1683
- },
1684
- {
1685
- "url": "https://github.com/fabpot",
1686
- "type": "github"
1687
- },
1688
- {
1689
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1690
- "type": "tidelift"
1691
- }
1692
- ],
1693
- "time": "2023-08-07T10:36:04+00:00"
1694
- },
1695
- {
1696
- "name": "symfony/service-contracts",
1697
- "version": "v2.5.2",
1698
- "source": {
1699
- "type": "git",
1700
- "url": "https://github.com/symfony/service-contracts.git",
1701
- "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
1702
- },
1703
- "dist": {
1704
- "type": "zip",
1705
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
1706
- "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
1707
- "shasum": ""
1708
- },
1709
- "require": {
1710
- "php": ">=7.2.5",
1711
- "psr/container": "^1.1",
1712
- "symfony/deprecation-contracts": "^2.1|^3"
1713
- },
1714
- "conflict": {
1715
- "ext-psr": "<1.1|>=2"
1716
- },
1717
- "suggest": {
1718
- "symfony/service-implementation": ""
1719
- },
1720
- "type": "library",
1721
- "extra": {
1722
- "branch-alias": {
1723
- "dev-main": "2.5-dev"
1724
- },
1725
- "thanks": {
1726
- "name": "symfony/contracts",
1727
- "url": "https://github.com/symfony/contracts"
1728
- }
1729
- },
1730
- "autoload": {
1731
- "psr-4": {
1732
- "Symfony\\Contracts\\Service\\": ""
1733
- }
1734
- },
1735
- "notification-url": "https://packagist.org/downloads/",
1736
- "license": [
1737
- "MIT"
1738
- ],
1739
- "authors": [
1740
- {
1741
- "name": "Nicolas Grekas",
1742
- "email": "p@tchwork.com"
1743
- },
1744
- {
1745
- "name": "Symfony Community",
1746
- "homepage": "https://symfony.com/contributors"
1747
- }
1748
- ],
1749
- "description": "Generic abstractions related to writing services",
1750
- "homepage": "https://symfony.com",
1751
- "keywords": [
1752
- "abstractions",
1753
- "contracts",
1754
- "decoupling",
1755
- "interfaces",
1756
- "interoperability",
1757
- "standards"
1758
- ],
1759
- "support": {
1760
- "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
1761
- },
1762
- "funding": [
1763
- {
1764
- "url": "https://symfony.com/sponsor",
1765
- "type": "custom"
1766
- },
1767
- {
1768
- "url": "https://github.com/fabpot",
1769
- "type": "github"
1770
- },
1771
- {
1772
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1773
- "type": "tidelift"
1774
- }
1775
- ],
1776
- "time": "2022-05-30T19:17:29+00:00"
1777
- },
1778
- {
1779
- "name": "symfony/stopwatch",
1780
- "version": "v5.4.21",
1781
- "source": {
1782
- "type": "git",
1783
- "url": "https://github.com/symfony/stopwatch.git",
1784
- "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee"
1785
- },
1786
- "dist": {
1787
- "type": "zip",
1788
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f83692cd869a6f2391691d40a01e8acb89e76fee",
1789
- "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee",
1790
- "shasum": ""
1791
- },
1792
- "require": {
1793
- "php": ">=7.2.5",
1794
- "symfony/service-contracts": "^1|^2|^3"
1795
- },
1796
- "type": "library",
1797
- "autoload": {
1798
- "psr-4": {
1799
- "Symfony\\Component\\Stopwatch\\": ""
1800
- },
1801
- "exclude-from-classmap": [
1802
- "/Tests/"
1803
- ]
1804
- },
1805
- "notification-url": "https://packagist.org/downloads/",
1806
- "license": [
1807
- "MIT"
1808
- ],
1809
- "authors": [
1810
- {
1811
- "name": "Fabien Potencier",
1812
- "email": "fabien@symfony.com"
1813
- },
1814
- {
1815
- "name": "Symfony Community",
1816
- "homepage": "https://symfony.com/contributors"
1817
- }
1818
- ],
1819
- "description": "Provides a way to profile code",
1820
- "homepage": "https://symfony.com",
1821
- "support": {
1822
- "source": "https://github.com/symfony/stopwatch/tree/v5.4.21"
1823
- },
1824
- "funding": [
1825
- {
1826
- "url": "https://symfony.com/sponsor",
1827
- "type": "custom"
1828
- },
1829
- {
1830
- "url": "https://github.com/fabpot",
1831
- "type": "github"
1832
- },
1833
- {
1834
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1835
- "type": "tidelift"
1836
- }
1837
- ],
1838
- "time": "2023-02-14T08:03:56+00:00"
1839
- },
1840
- {
1841
- "name": "symfony/string",
1842
- "version": "v5.4.26",
1843
- "source": {
1844
- "type": "git",
1845
- "url": "https://github.com/symfony/string.git",
1846
- "reference": "1181fe9270e373537475e826873b5867b863883c"
1847
- },
1848
- "dist": {
1849
- "type": "zip",
1850
- "url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c",
1851
- "reference": "1181fe9270e373537475e826873b5867b863883c",
1852
- "shasum": ""
1853
- },
1854
- "require": {
1855
- "php": ">=7.2.5",
1856
- "symfony/polyfill-ctype": "~1.8",
1857
- "symfony/polyfill-intl-grapheme": "~1.0",
1858
- "symfony/polyfill-intl-normalizer": "~1.0",
1859
- "symfony/polyfill-mbstring": "~1.0",
1860
- "symfony/polyfill-php80": "~1.15"
1861
- },
1862
- "conflict": {
1863
- "symfony/translation-contracts": ">=3.0"
1864
- },
1865
- "require-dev": {
1866
- "symfony/error-handler": "^4.4|^5.0|^6.0",
1867
- "symfony/http-client": "^4.4|^5.0|^6.0",
1868
- "symfony/translation-contracts": "^1.1|^2",
1869
- "symfony/var-exporter": "^4.4|^5.0|^6.0"
1870
- },
1871
- "type": "library",
1872
- "autoload": {
1873
- "files": [
1874
- "Resources/functions.php"
1875
- ],
1876
- "psr-4": {
1877
- "Symfony\\Component\\String\\": ""
1878
- },
1879
- "exclude-from-classmap": [
1880
- "/Tests/"
1881
- ]
1882
- },
1883
- "notification-url": "https://packagist.org/downloads/",
1884
- "license": [
1885
- "MIT"
1886
- ],
1887
- "authors": [
1888
- {
1889
- "name": "Nicolas Grekas",
1890
- "email": "p@tchwork.com"
1891
- },
1892
- {
1893
- "name": "Symfony Community",
1894
- "homepage": "https://symfony.com/contributors"
1895
- }
1896
- ],
1897
- "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1898
- "homepage": "https://symfony.com",
1899
- "keywords": [
1900
- "grapheme",
1901
- "i18n",
1902
- "string",
1903
- "unicode",
1904
- "utf-8",
1905
- "utf8"
1906
- ],
1907
- "support": {
1908
- "source": "https://github.com/symfony/string/tree/v5.4.26"
1909
- },
1910
- "funding": [
1911
- {
1912
- "url": "https://symfony.com/sponsor",
1913
- "type": "custom"
1914
- },
1915
- {
1916
- "url": "https://github.com/fabpot",
1917
- "type": "github"
1918
- },
1919
- {
1920
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1921
- "type": "tidelift"
1922
- }
1923
- ],
1924
- "time": "2023-06-28T12:46:07+00:00"
1925
- }
1926
- ],
1927
- "packages-dev": [],
1928
- "aliases": [],
1929
- "minimum-stability": "stable",
1930
- "stability-flags": [],
1931
- "prefer-stable": false,
1932
- "prefer-lowest": false,
1933
- "platform": {
1934
- "php": "^7.4 || ^8.0"
1935
- },
1936
- "platform-dev": [],
1937
- "platform-overrides": {
1938
- "php": "7.4.32"
1939
- },
1940
- "plugin-api-version": "2.3.0"
1941
- }