@averay/codeformat 0.2.7 → 0.2.9

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 (1209) hide show
  1. package/.php-cs-fixer.cache +1 -1
  2. package/bin/tools/phpCsFixer.ts +0 -1
  3. package/bin/utils/Cli.ts +1 -2
  4. package/composer.json +1 -1
  5. package/composer.lock +413 -137
  6. package/dist/bin/tools/phpCsFixer.d.ts +0 -3
  7. package/dist/bin/tools/phpCsFixer.js +0 -1
  8. package/dist/bin/tools/phpCsFixer.js.map +1 -1
  9. package/dist/bin/utils/Cli.js +1 -1
  10. package/dist/bin/utils/Cli.js.map +1 -1
  11. package/dist/rulesets/eslint/ruleset-shared.d.ts +28 -22
  12. package/dist/rulesets/eslint/ruleset-shared.js +25 -25
  13. package/dist/rulesets/eslint/ruleset-shared.js.map +1 -1
  14. package/dist/rulesets/eslint/ruleset-typescript.js +4 -4
  15. package/dist/rulesets/eslint/ruleset-typescript.js.map +1 -1
  16. package/dist/src/makeEslintConfig.js +7 -8
  17. package/dist/src/makeEslintConfig.js.map +1 -1
  18. package/knip.config.ts +0 -1
  19. package/package.json +2 -2
  20. package/rulesets/eslint/ruleset-shared.ts +25 -25
  21. package/rulesets/eslint/ruleset-typescript.ts +4 -4
  22. package/src/makeEslintConfig.ts +7 -8
  23. package/stylelint.config.js +1 -1
  24. package/types.d.ts +0 -8
  25. package/.cache/eslint +0 -1
  26. package/.cache/knip/-averay-codeformat--5.61.3 +0 -0
  27. package/.cache/knip/plugins--5.61.3 +0 -0
  28. package/vendor/.metadata_never_index +0 -0
  29. package/vendor/autoload.php +0 -22
  30. package/vendor/bin/php-cs-fixer +0 -119
  31. package/vendor/clue/ndjson-react/.github/FUNDING.yml +0 -2
  32. package/vendor/clue/ndjson-react/CHANGELOG.md +0 -75
  33. package/vendor/clue/ndjson-react/LICENSE +0 -21
  34. package/vendor/clue/ndjson-react/README.md +0 -365
  35. package/vendor/clue/ndjson-react/composer.json +0 -31
  36. package/vendor/clue/ndjson-react/src/Decoder.php +0 -166
  37. package/vendor/clue/ndjson-react/src/Encoder.php +0 -144
  38. package/vendor/composer/ClassLoader.php +0 -579
  39. package/vendor/composer/InstalledVersions.php +0 -396
  40. package/vendor/composer/LICENSE +0 -21
  41. package/vendor/composer/autoload_classmap.php +0 -34
  42. package/vendor/composer/autoload_files.php +0 -18
  43. package/vendor/composer/autoload_namespaces.php +0 -9
  44. package/vendor/composer/autoload_psr4.php +0 -42
  45. package/vendor/composer/autoload_real.php +0 -48
  46. package/vendor/composer/autoload_static.php +0 -247
  47. package/vendor/composer/installed.json +0 -3634
  48. package/vendor/composer/installed.php +0 -367
  49. package/vendor/composer/pcre/LICENSE +0 -19
  50. package/vendor/composer/pcre/README.md +0 -189
  51. package/vendor/composer/pcre/composer.json +0 -54
  52. package/vendor/composer/pcre/extension.neon +0 -22
  53. package/vendor/composer/pcre/src/MatchAllResult.php +0 -46
  54. package/vendor/composer/pcre/src/MatchAllStrictGroupsResult.php +0 -46
  55. package/vendor/composer/pcre/src/MatchAllWithOffsetsResult.php +0 -48
  56. package/vendor/composer/pcre/src/MatchResult.php +0 -39
  57. package/vendor/composer/pcre/src/MatchStrictGroupsResult.php +0 -39
  58. package/vendor/composer/pcre/src/MatchWithOffsetsResult.php +0 -41
  59. package/vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php +0 -142
  60. package/vendor/composer/pcre/src/PHPStan/PregMatchFlags.php +0 -70
  61. package/vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php +0 -65
  62. package/vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php +0 -119
  63. package/vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php +0 -91
  64. package/vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php +0 -112
  65. package/vendor/composer/pcre/src/PcreException.php +0 -55
  66. package/vendor/composer/pcre/src/Preg.php +0 -430
  67. package/vendor/composer/pcre/src/Regex.php +0 -176
  68. package/vendor/composer/pcre/src/ReplaceResult.php +0 -43
  69. package/vendor/composer/pcre/src/UnexpectedNullMatchException.php +0 -20
  70. package/vendor/composer/semver/CHANGELOG.md +0 -229
  71. package/vendor/composer/semver/LICENSE +0 -19
  72. package/vendor/composer/semver/README.md +0 -99
  73. package/vendor/composer/semver/composer.json +0 -59
  74. package/vendor/composer/semver/src/Comparator.php +0 -113
  75. package/vendor/composer/semver/src/CompilingMatcher.php +0 -94
  76. package/vendor/composer/semver/src/Constraint/Bound.php +0 -122
  77. package/vendor/composer/semver/src/Constraint/Constraint.php +0 -435
  78. package/vendor/composer/semver/src/Constraint/ConstraintInterface.php +0 -75
  79. package/vendor/composer/semver/src/Constraint/MatchAllConstraint.php +0 -85
  80. package/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php +0 -83
  81. package/vendor/composer/semver/src/Constraint/MultiConstraint.php +0 -325
  82. package/vendor/composer/semver/src/Interval.php +0 -98
  83. package/vendor/composer/semver/src/Intervals.php +0 -478
  84. package/vendor/composer/semver/src/Semver.php +0 -129
  85. package/vendor/composer/semver/src/VersionParser.php +0 -591
  86. package/vendor/composer/xdebug-handler/CHANGELOG.md +0 -143
  87. package/vendor/composer/xdebug-handler/LICENSE +0 -21
  88. package/vendor/composer/xdebug-handler/README.md +0 -305
  89. package/vendor/composer/xdebug-handler/composer.json +0 -44
  90. package/vendor/composer/xdebug-handler/src/PhpConfig.php +0 -91
  91. package/vendor/composer/xdebug-handler/src/Process.php +0 -119
  92. package/vendor/composer/xdebug-handler/src/Status.php +0 -222
  93. package/vendor/composer/xdebug-handler/src/XdebugHandler.php +0 -722
  94. package/vendor/evenement/evenement/.gitattributes +0 -7
  95. package/vendor/evenement/evenement/LICENSE +0 -19
  96. package/vendor/evenement/evenement/README.md +0 -64
  97. package/vendor/evenement/evenement/composer.json +0 -29
  98. package/vendor/evenement/evenement/src/EventEmitter.php +0 -17
  99. package/vendor/evenement/evenement/src/EventEmitterInterface.php +0 -22
  100. package/vendor/evenement/evenement/src/EventEmitterTrait.php +0 -154
  101. package/vendor/fidry/cpu-core-counter/.envrc +0 -5
  102. package/vendor/fidry/cpu-core-counter/LICENSE.md +0 -16
  103. package/vendor/fidry/cpu-core-counter/README.md +0 -138
  104. package/vendor/fidry/cpu-core-counter/bin/diagnose.php +0 -27
  105. package/vendor/fidry/cpu-core-counter/bin/execute.php +0 -21
  106. package/vendor/fidry/cpu-core-counter/bin/trace.php +0 -32
  107. package/vendor/fidry/cpu-core-counter/composer.json +0 -48
  108. package/vendor/fidry/cpu-core-counter/src/CpuCoreCounter.php +0 -268
  109. package/vendor/fidry/cpu-core-counter/src/Diagnoser.php +0 -101
  110. package/vendor/fidry/cpu-core-counter/src/Executor/ProcOpenExecutor.php +0 -56
  111. package/vendor/fidry/cpu-core-counter/src/Executor/ProcessExecutor.php +0 -22
  112. package/vendor/fidry/cpu-core-counter/src/Finder/CmiCmdletLogicalFinder.php +0 -46
  113. package/vendor/fidry/cpu-core-counter/src/Finder/CmiCmdletPhysicalFinder.php +0 -47
  114. package/vendor/fidry/cpu-core-counter/src/Finder/CpuCoreFinder.php +0 -37
  115. package/vendor/fidry/cpu-core-counter/src/Finder/CpuInfoFinder.php +0 -100
  116. package/vendor/fidry/cpu-core-counter/src/Finder/DummyCpuCoreFinder.php +0 -57
  117. package/vendor/fidry/cpu-core-counter/src/Finder/EnvVariableFinder.php +0 -69
  118. package/vendor/fidry/cpu-core-counter/src/Finder/FinderRegistry.php +0 -91
  119. package/vendor/fidry/cpu-core-counter/src/Finder/HwLogicalFinder.php +0 -33
  120. package/vendor/fidry/cpu-core-counter/src/Finder/HwPhysicalFinder.php +0 -33
  121. package/vendor/fidry/cpu-core-counter/src/Finder/LscpuLogicalFinder.php +0 -52
  122. package/vendor/fidry/cpu-core-counter/src/Finder/LscpuPhysicalFinder.php +0 -66
  123. package/vendor/fidry/cpu-core-counter/src/Finder/NProcFinder.php +0 -59
  124. package/vendor/fidry/cpu-core-counter/src/Finder/NProcessorFinder.php +0 -32
  125. package/vendor/fidry/cpu-core-counter/src/Finder/NullCpuCoreFinder.php +0 -35
  126. package/vendor/fidry/cpu-core-counter/src/Finder/OnlyInPowerShellFinder.php +0 -62
  127. package/vendor/fidry/cpu-core-counter/src/Finder/OnlyOnOSFamilyFinder.php +0 -113
  128. package/vendor/fidry/cpu-core-counter/src/Finder/ProcOpenBasedFinder.php +0 -107
  129. package/vendor/fidry/cpu-core-counter/src/Finder/SkipOnOSFamilyFinder.php +0 -113
  130. package/vendor/fidry/cpu-core-counter/src/Finder/WindowsRegistryLogicalFinder.php +0 -51
  131. package/vendor/fidry/cpu-core-counter/src/Finder/WmicLogicalFinder.php +0 -47
  132. package/vendor/fidry/cpu-core-counter/src/Finder/WmicPhysicalFinder.php +0 -47
  133. package/vendor/fidry/cpu-core-counter/src/Finder/_NProcessorFinder.php +0 -32
  134. package/vendor/fidry/cpu-core-counter/src/NumberOfCpuCoreNotFound.php +0 -26
  135. package/vendor/fidry/cpu-core-counter/src/ParallelisationResult.php +0 -87
  136. package/vendor/friendsofphp/php-cs-fixer/CHANGELOG.md +0 -5983
  137. package/vendor/friendsofphp/php-cs-fixer/CONTRIBUTING.md +0 -103
  138. package/vendor/friendsofphp/php-cs-fixer/LICENSE +0 -19
  139. package/vendor/friendsofphp/php-cs-fixer/README.md +0 -88
  140. package/vendor/friendsofphp/php-cs-fixer/UPGRADE-v3.md +0 -162
  141. package/vendor/friendsofphp/php-cs-fixer/ci-integration.sh +0 -8
  142. package/vendor/friendsofphp/php-cs-fixer/composer.json +0 -210
  143. package/vendor/friendsofphp/php-cs-fixer/feature-or-bug.rst +0 -24
  144. package/vendor/friendsofphp/php-cs-fixer/logo.md +0 -3
  145. package/vendor/friendsofphp/php-cs-fixer/logo.png +0 -0
  146. package/vendor/friendsofphp/php-cs-fixer/php-cs-fixer +0 -110
  147. package/vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php +0 -241
  148. package/vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php +0 -102
  149. package/vendor/friendsofphp/php-cs-fixer/src/AbstractFopenFlagFixer.php +0 -116
  150. package/vendor/friendsofphp/php-cs-fixer/src/AbstractFunctionReferenceFixer.php +0 -71
  151. package/vendor/friendsofphp/php-cs-fixer/src/AbstractNoUselessElseFixer.php +0 -204
  152. package/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php +0 -314
  153. package/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocTypesFixer.php +0 -105
  154. package/vendor/friendsofphp/php-cs-fixer/src/AbstractProxyFixer.php +0 -106
  155. package/vendor/friendsofphp/php-cs-fixer/src/Cache/Cache.php +0 -151
  156. package/vendor/friendsofphp/php-cs-fixer/src/Cache/CacheInterface.php +0 -35
  157. package/vendor/friendsofphp/php-cs-fixer/src/Cache/CacheManagerInterface.php +0 -29
  158. package/vendor/friendsofphp/php-cs-fixer/src/Cache/Directory.php +0 -51
  159. package/vendor/friendsofphp/php-cs-fixer/src/Cache/DirectoryInterface.php +0 -23
  160. package/vendor/friendsofphp/php-cs-fixer/src/Cache/FileCacheManager.php +0 -143
  161. package/vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandler.php +0 -184
  162. package/vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandlerInterface.php +0 -29
  163. package/vendor/friendsofphp/php-cs-fixer/src/Cache/NullCacheManager.php +0 -33
  164. package/vendor/friendsofphp/php-cs-fixer/src/Cache/Signature.php +0 -100
  165. package/vendor/friendsofphp/php-cs-fixer/src/Cache/SignatureInterface.php +0 -38
  166. package/vendor/friendsofphp/php-cs-fixer/src/Config.php +0 -267
  167. package/vendor/friendsofphp/php-cs-fixer/src/ConfigInterface.php +0 -162
  168. package/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidConfigurationException.php +0 -36
  169. package/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidFixerConfigurationException.php +0 -45
  170. package/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidForEnvFixerConfigurationException.php +0 -22
  171. package/vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/RequiredFixerConfigurationException.php +0 -22
  172. package/vendor/friendsofphp/php-cs-fixer/src/Console/Application.php +0 -212
  173. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/CheckCommand.php +0 -64
  174. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php +0 -476
  175. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeNameNotFoundException.php +0 -46
  176. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DocumentationCommand.php +0 -123
  177. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php +0 -397
  178. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommandExitStatusCalculator.php +0 -56
  179. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/HelpCommand.php +0 -76
  180. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListFilesCommand.php +0 -91
  181. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListSetsCommand.php +0 -87
  182. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php +0 -176
  183. package/vendor/friendsofphp/php-cs-fixer/src/Console/Command/WorkerCommand.php +0 -243
  184. package/vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php +0 -961
  185. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/ErrorOutput.php +0 -155
  186. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/OutputContext.php +0 -54
  187. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/DotsOutput.php +0 -124
  188. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/NullOutput.php +0 -29
  189. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/PercentageBarOutput.php +0 -78
  190. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputFactory.php +0 -63
  191. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputInterface.php +0 -27
  192. package/vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputType.php +0 -37
  193. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/CheckstyleReporter.php +0 -71
  194. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/GitlabReporter.php +0 -96
  195. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JsonReporter.php +0 -65
  196. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JunitReporter.php +0 -145
  197. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReportSummary.php +0 -103
  198. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterFactory.php +0 -90
  199. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterInterface.php +0 -30
  200. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/TextReporter.php +0 -104
  201. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/XmlReporter.php +0 -136
  202. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/JsonReporter.php +0 -52
  203. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReportSummary.php +0 -48
  204. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterFactory.php +0 -89
  205. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterInterface.php +0 -30
  206. package/vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/TextReporter.php +0 -51
  207. package/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClient.php +0 -69
  208. package/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClientInterface.php +0 -26
  209. package/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/NewVersionChecker.php +0 -102
  210. package/vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/NewVersionCheckerInterface.php +0 -37
  211. package/vendor/friendsofphp/php-cs-fixer/src/Console/WarningsDetector.php +0 -76
  212. package/vendor/friendsofphp/php-cs-fixer/src/Differ/DiffConsoleFormatter.php +0 -85
  213. package/vendor/friendsofphp/php-cs-fixer/src/Differ/DifferInterface.php +0 -26
  214. package/vendor/friendsofphp/php-cs-fixer/src/Differ/FullDiffer.php +0 -46
  215. package/vendor/friendsofphp/php-cs-fixer/src/Differ/NullDiffer.php +0 -26
  216. package/vendor/friendsofphp/php-cs-fixer/src/Differ/UnifiedDiffer.php +0 -47
  217. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/Annotation.php +0 -319
  218. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/DocBlock.php +0 -250
  219. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/Line.php +0 -128
  220. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/ShortDescription.php +0 -65
  221. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/Tag.php +0 -102
  222. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/TagComparator.php +0 -66
  223. package/vendor/friendsofphp/php-cs-fixer/src/DocBlock/TypeExpression.php +0 -857
  224. package/vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/DocLexer.php +0 -171
  225. package/vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Token.php +0 -87
  226. package/vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Tokens.php +0 -303
  227. package/vendor/friendsofphp/php-cs-fixer/src/Documentation/DocumentationLocator.php +0 -82
  228. package/vendor/friendsofphp/php-cs-fixer/src/Documentation/FixerDocumentGenerator.php +0 -415
  229. package/vendor/friendsofphp/php-cs-fixer/src/Documentation/RstUtils.php +0 -45
  230. package/vendor/friendsofphp/php-cs-fixer/src/Documentation/RuleSetDocumentationGenerator.php +0 -174
  231. package/vendor/friendsofphp/php-cs-fixer/src/Error/Error.php +0 -125
  232. package/vendor/friendsofphp/php-cs-fixer/src/Error/ErrorsManager.php +0 -83
  233. package/vendor/friendsofphp/php-cs-fixer/src/Error/SourceExceptionFactory.php +0 -62
  234. package/vendor/friendsofphp/php-cs-fixer/src/ExecutorWithoutErrorHandler.php +0 -58
  235. package/vendor/friendsofphp/php-cs-fixer/src/ExecutorWithoutErrorHandlerException.php +0 -22
  236. package/vendor/friendsofphp/php-cs-fixer/src/FileReader.php +0 -70
  237. package/vendor/friendsofphp/php-cs-fixer/src/FileRemoval.php +0 -100
  238. package/vendor/friendsofphp/php-cs-fixer/src/Finder.php +0 -35
  239. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractIncrementOperatorFixer.php +0 -58
  240. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractPhpUnitFixer.php +0 -278
  241. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractShortOperatorFixer.php +0 -264
  242. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ArrayPushFixer.php +0 -207
  243. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/BacktickToShellExecFixer.php +0 -149
  244. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/EregToPregFixer.php +0 -193
  245. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/MbStrFunctionsFixer.php +0 -180
  246. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ModernizeStrposFixer.php +0 -338
  247. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php +0 -337
  248. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasLanguageConstructCallFixer.php +0 -59
  249. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoMixedEchoPrintFixer.php +0 -142
  250. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/PowToExponentiationFixer.php +0 -219
  251. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/RandomApiMigrationFixer.php +0 -153
  252. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/SetTypeToCastFixer.php +0 -240
  253. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ArraySyntaxFixer.php +0 -138
  254. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoMultilineWhitespaceAroundDoubleArrowFixer.php +0 -80
  255. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoTrailingCommaInSinglelineArrayFixer.php +0 -52
  256. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php +0 -153
  257. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php +0 -57
  258. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ReturnToYieldFromFixer.php +0 -105
  259. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/TrimArraySpacesFixer.php +0 -97
  260. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php +0 -150
  261. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/YieldFromArrayToYieldsFixer.php +0 -189
  262. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/AttributeEmptyParenthesesFixer.php +0 -136
  263. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/GeneralAttributeRemoveFixer.php +0 -142
  264. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/OrderedAttributesFixer.php +0 -274
  265. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php +0 -268
  266. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesPositionFixer.php +0 -449
  267. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/CurlyBracesPositionFixer.php +0 -126
  268. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/EncodingFixer.php +0 -80
  269. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NoMultipleStatementsPerLineFixer.php +0 -111
  270. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NoTrailingCommaInSinglelineFixer.php +0 -162
  271. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NonPrintableCharacterFixer.php +0 -191
  272. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NumericLiteralSeparatorFixer.php +0 -232
  273. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/OctalNotationFixer.php +0 -64
  274. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/PsrAutoloadingFixer.php +0 -291
  275. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/SingleLineEmptyBodyFixer.php +0 -83
  276. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/ClassReferenceNameCasingFixer.php +0 -168
  277. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/ConstantCaseFixer.php +0 -130
  278. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/IntegerLiteralCaseFixer.php +0 -62
  279. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseKeywordsFixer.php +0 -67
  280. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseStaticReferenceFixer.php +0 -107
  281. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicConstantCasingFixer.php +0 -92
  282. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicMethodCasingFixer.php +0 -202
  283. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionCasingFixer.php +0 -89
  284. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.php +0 -58
  285. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeTypeDeclarationCasingFixer.php +0 -151
  286. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/CastSpacesFixer.php +0 -131
  287. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/LowercaseCastFixer.php +0 -66
  288. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ModernizeTypesCastingFixer.php +0 -164
  289. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoShortBoolCastFixer.php +0 -88
  290. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoUnsetCastFixer.php +0 -88
  291. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ShortScalarCastFixer.php +0 -71
  292. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassAttributesSeparationFixer.php +0 -605
  293. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassDefinitionFixer.php +0 -572
  294. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalClassFixer.php +0 -67
  295. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalInternalClassFixer.php +0 -374
  296. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalPublicMethodForAbstractClassFixer.php +0 -160
  297. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoBlankLinesAfterClassOpeningFixer.php +0 -93
  298. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoNullPropertyInitializationFixer.php +0 -141
  299. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoPhp4ConstructorFixer.php +0 -408
  300. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoUnneededFinalMethodFixer.php +0 -215
  301. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedClassElementsFixer.php +0 -610
  302. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedInterfacesFixer.php +0 -272
  303. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedTraitsFixer.php +0 -226
  304. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedTypesFixer.php +0 -453
  305. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/PhpdocReadonlyClassCommentToKeywordFixer.php +0 -129
  306. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ProtectedToPrivateFixer.php +0 -168
  307. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfAccessorFixer.php +0 -200
  308. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfStaticAccessorFixer.php +0 -224
  309. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleClassElementPerStatementFixer.php +0 -241
  310. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleTraitInsertPerStatementFixer.php +0 -116
  311. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/VisibilityRequiredFixer.php +0 -214
  312. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassUsage/DateTimeImmutableFixer.php +0 -146
  313. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/CommentToPhpdocFixer.php +0 -230
  314. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/HeaderCommentFixer.php +0 -543
  315. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/MultilineCommentOpeningClosingFixer.php +0 -89
  316. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoEmptyCommentFixer.php +0 -162
  317. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoTrailingWhitespaceInCommentFixer.php +0 -75
  318. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentSpacingFixer.php +0 -110
  319. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentStyleFixer.php +0 -178
  320. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerInterface.php +0 -50
  321. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerTrait.php +0 -124
  322. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ConstantNotation/NativeConstantInvocationFixer.php +0 -307
  323. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureBracesFixer.php +0 -256
  324. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureContinuationPositionFixer.php +0 -157
  325. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ElseifFixer.php +0 -98
  326. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/EmptyLoopBodyFixer.php +0 -139
  327. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/EmptyLoopConditionFixer.php +0 -202
  328. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/IncludeFixer.php +0 -153
  329. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoAlternativeSyntaxFixer.php +0 -244
  330. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoBreakCommentFixer.php +0 -366
  331. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php +0 -100
  332. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php +0 -51
  333. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededBracesFixer.php +0 -182
  334. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php +0 -758
  335. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededCurlyBracesFixer.php +0 -106
  336. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUselessElseFixer.php +0 -120
  337. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SimplifiedIfReturnFixer.php +0 -138
  338. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSemicolonToColonFixer.php +0 -87
  339. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSpaceFixer.php +0 -85
  340. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchContinueToBreakFixer.php +0 -240
  341. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/TrailingCommaInMultilineFixer.php +0 -237
  342. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/YodaStyleFixer.php +0 -758
  343. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/DeprecatedFixerInterface.php +0 -28
  344. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationArrayAssignmentFixer.php +0 -114
  345. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationBracesFixer.php +0 -132
  346. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationIndentationFixer.php +0 -199
  347. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationSpacesFixer.php +0 -320
  348. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ExperimentalFixerInterface.php +0 -20
  349. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FixerInterface.php +0 -79
  350. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/CombineNestedDirnameFixer.php +0 -224
  351. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/DateTimeCreateFromFormatCallFixer.php +0 -164
  352. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagOrderFixer.php +0 -123
  353. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagsFixer.php +0 -120
  354. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionDeclarationFixer.php +0 -263
  355. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php +0 -60
  356. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ImplodeCallFixer.php +0 -139
  357. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/LambdaNotUsedImportFixer.php +0 -350
  358. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/MethodArgumentSpaceFixer.php +0 -510
  359. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NativeFunctionInvocationFixer.php +0 -420
  360. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoSpacesAfterFunctionNameFixer.php +0 -176
  361. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoTrailingCommaInSinglelineFunctionCallFixer.php +0 -59
  362. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixer.php +0 -197
  363. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUselessSprintfFixer.php +0 -109
  364. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NullableTypeDeclarationForDefaultNullValueFixer.php +0 -247
  365. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php +0 -244
  366. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToPropertyTypeFixer.php +0 -296
  367. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToReturnTypeFixer.php +0 -249
  368. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/RegularCallableCallFixer.php +0 -256
  369. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php +0 -132
  370. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/SingleLineThrowFixer.php +0 -159
  371. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/StaticLambdaFixer.php +0 -130
  372. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/UseArrowFunctionsFixer.php +0 -181
  373. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/VoidReturnFixer.php +0 -256
  374. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/FullyQualifiedStrictTypesFixer.php +0 -987
  375. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GlobalNamespaceImportFixer.php +0 -726
  376. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GroupImportFixer.php +0 -369
  377. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoLeadingImportSlashFixer.php +0 -90
  378. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoUnneededImportAliasFixer.php +0 -88
  379. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoUnusedImportsFixer.php +0 -455
  380. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/OrderedImportsFixer.php +0 -626
  381. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleImportPerStatementFixer.php +0 -274
  382. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleLineAfterImportsFixer.php +0 -152
  383. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Indentation.php +0 -92
  384. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/InternalFixerInterface.php +0 -20
  385. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordFixer.php +0 -100
  386. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php +0 -234
  387. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveIssetsFixer.php +0 -163
  388. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveUnsetsFixer.php +0 -179
  389. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareEqualNormalizeFixer.php +0 -137
  390. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareParenthesesFixer.php +0 -56
  391. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DirConstantFixer.php +0 -129
  392. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ErrorSuppressionFixer.php +0 -186
  393. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ExplicitIndirectVariableFixer.php +0 -82
  394. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/FunctionToConstantFixer.php +0 -311
  395. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/GetClassToClassKeywordFixer.php +0 -158
  396. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/IsNullFixer.php +0 -169
  397. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/NoUnsetOnPropertyFixer.php +0 -220
  398. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/NullableTypeDeclarationFixer.php +0 -348
  399. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAfterConstructFixer.php +0 -209
  400. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAroundConstructFixer.php +0 -516
  401. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ListNotation/ListSyntaxFixer.php +0 -133
  402. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/BlankLineAfterNamespaceFixer.php +0 -127
  403. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/BlankLinesBeforeNamespaceFixer.php +0 -242
  404. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/CleanNamespaceFixer.php +0 -108
  405. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoBlankLinesBeforeNamespaceFixer.php +0 -76
  406. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoLeadingNamespaceWhitespaceFixer.php +0 -95
  407. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/SingleBlankLineBeforeNamespaceFixer.php +0 -75
  408. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Naming/NoHomoglyphNamesFixer.php +0 -230
  409. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/AssignNullCoalescingToCoalesceEqualFixer.php +0 -71
  410. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/BinaryOperatorSpacesFixer.php +0 -961
  411. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ConcatSpaceFixer.php +0 -160
  412. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/IncrementStyleFixer.php +0 -179
  413. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/LogicalOperatorsFixer.php +0 -67
  414. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/LongToShorthandOperatorFixer.php +0 -140
  415. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithBracesFixer.php +0 -103
  416. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithParenthesesFixer.php +0 -216
  417. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoSpaceAroundDoubleColonFixer.php +0 -73
  418. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoUselessConcatOperatorFixer.php +0 -375
  419. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NoUselessNullsafeOperatorFixer.php +0 -73
  420. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSpaceFixer.php +0 -75
  421. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSuccessorSpaceFixer.php +0 -68
  422. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ObjectOperatorWithoutWhitespaceFixer.php +0 -62
  423. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/OperatorLinebreakFixer.php +0 -292
  424. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeIncrementFixer.php +0 -122
  425. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeNotEqualsFixer.php +0 -60
  426. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryOperatorSpacesFixer.php +0 -131
  427. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToElvisOperatorFixer.php +0 -217
  428. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToNullCoalescingFixer.php +0 -224
  429. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/UnaryOperatorSpacesFixer.php +0 -118
  430. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/BlankLineAfterOpeningTagFixer.php +0 -92
  431. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/EchoTagSyntaxFixer.php +0 -273
  432. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/FullOpeningTagFixer.php +0 -123
  433. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php +0 -68
  434. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoClosingTagFixer.php +0 -59
  435. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAssertNewNamesFixer.php +0 -107
  436. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAttributesFixer.php +0 -620
  437. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php +0 -210
  438. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderMethodOrderFixer.php +0 -288
  439. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderNameFixer.php +0 -199
  440. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderReturnTypeFixer.php +0 -120
  441. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderStaticFixer.php +0 -156
  442. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertFixer.php +0 -590
  443. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertInternalTypeFixer.php +0 -204
  444. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitExpectationFixer.php +0 -289
  445. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitFqcnAnnotationFixer.php +0 -86
  446. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitInternalClassFixer.php +0 -117
  447. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMethodCasingFixer.php +0 -238
  448. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockFixer.php +0 -135
  449. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockShortWillReturnFixer.php +0 -123
  450. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNamespacedFixer.php +0 -235
  451. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNoExpectationAnnotationFixer.php +0 -278
  452. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSetUpTearDownVisibilityFixer.php +0 -111
  453. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSizeClassFixer.php +0 -107
  454. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitStrictFixer.php +0 -154
  455. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTargetVersion.php +0 -57
  456. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php +0 -416
  457. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestCaseStaticMethodCallsFixer.php +0 -564
  458. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php +0 -88
  459. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/AlignMultilineCommentFixer.php +0 -178
  460. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocAnnotationRemoveFixer.php +0 -177
  461. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocTagRenameFixer.php +0 -213
  462. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoBlankLinesAfterPhpdocFixer.php +0 -110
  463. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoEmptyPhpdocFixer.php +0 -84
  464. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoSuperfluousPhpdocTagsFixer.php +0 -756
  465. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php +0 -289
  466. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAlignFixer.php +0 -506
  467. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAnnotationWithoutDotFixer.php +0 -123
  468. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocArrayTypeFixer.php +0 -92
  469. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocIndentFixer.php +0 -141
  470. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocInlineTagNormalizerFixer.php +0 -121
  471. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocLineSpanFixer.php +0 -173
  472. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocListTypeFixer.php +0 -70
  473. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAccessFixer.php +0 -71
  474. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAliasTagFixer.php +0 -137
  475. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoEmptyReturnFixer.php +0 -117
  476. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoPackageFixer.php +0 -70
  477. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoUselessInheritdocFixer.php +0 -151
  478. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderByValueFixer.php +0 -225
  479. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderFixer.php +0 -223
  480. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocParamOrderFixer.php +0 -273
  481. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocReturnSelfReferenceFixer.php +0 -234
  482. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocScalarFixer.php +0 -139
  483. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSeparationFixer.php +0 -333
  484. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSingleLineVarSpacingFixer.php +0 -89
  485. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSummaryFixer.php +0 -99
  486. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagCasingFixer.php +0 -109
  487. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagTypeFixer.php +0 -214
  488. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocToCommentFixer.php +0 -185
  489. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimConsecutiveBlankLineSeparationFixer.php +0 -191
  490. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimFixer.php +0 -115
  491. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesFixer.php +0 -173
  492. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesOrderFixer.php +0 -218
  493. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarAnnotationCorrectOrderFixer.php +0 -81
  494. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarWithoutNameFixer.php +0 -150
  495. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/NoUselessReturnFixer.php +0 -103
  496. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/ReturnAssignmentFixer.php +0 -527
  497. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/SimplifiedNullReturnFixer.php +0 -171
  498. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/MultilineWhitespaceBeforeSemicolonsFixer.php +0 -244
  499. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoEmptyStatementFixer.php +0 -186
  500. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoSinglelineWhitespaceBeforeSemicolonsFixer.php +0 -66
  501. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SemicolonAfterInstructionFixer.php +0 -64
  502. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SpaceAfterSemicolonFixer.php +0 -148
  503. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/DeclareStrictTypesFixer.php +0 -132
  504. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictComparisonFixer.php +0 -80
  505. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictParamFixer.php +0 -168
  506. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/EscapeImplicitBackslashesFixer.php +0 -153
  507. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/ExplicitStringVariableFixer.php +0 -166
  508. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/HeredocClosingMarkerFixer.php +0 -205
  509. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/HeredocToNowdocFixer.php +0 -107
  510. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/MultilineStringToHeredocFixer.php +0 -166
  511. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoBinaryStringFixer.php +0 -75
  512. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoTrailingWhitespaceInStringFixer.php +0 -100
  513. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SimpleToComplexStringVariableFixer.php +0 -96
  514. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SingleQuoteFixer.php +0 -122
  515. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringImplicitBackslashesFixer.php +0 -193
  516. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLengthToEmptyFixer.php +0 -322
  517. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLineEndingFixer.php +0 -76
  518. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/ArrayIndentationFixer.php +0 -197
  519. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBeforeStatementFixer.php +0 -379
  520. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBetweenImportGroupsFixer.php +0 -180
  521. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypeDeclarationFixer.php +0 -72
  522. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypehintFixer.php +0 -63
  523. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/HeredocIndentationFixer.php +0 -180
  524. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/IndentationTypeFixer.php +0 -139
  525. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/LineEndingFixer.php +0 -85
  526. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/MethodChainingIndentationFixer.php +0 -229
  527. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoExtraBlankLinesFixer.php +0 -496
  528. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesAroundOffsetFixer.php +0 -112
  529. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesInsideParenthesisFixer.php +0 -75
  530. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoTrailingWhitespaceFixer.php +0 -104
  531. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoWhitespaceInBlankLineFixer.php +0 -89
  532. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/SingleBlankLineAtEofFixer.php +0 -64
  533. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/SpacesInsideParenthesesFixer.php +0 -223
  534. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/StatementIndentationFixer.php +0 -836
  535. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/TypeDeclarationSpacesFixer.php +0 -254
  536. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/TypesSpacesFixer.php +0 -173
  537. package/vendor/friendsofphp/php-cs-fixer/src/Fixer/WhitespacesAwareFixerInterface.php +0 -25
  538. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AliasedFixerOption.php +0 -75
  539. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AliasedFixerOptionBuilder.php +0 -78
  540. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/AllowedValueSubset.php +0 -65
  541. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/DeprecatedFixerOption.php +0 -74
  542. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/DeprecatedFixerOptionInterface.php +0 -20
  543. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolver.php +0 -152
  544. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolverInterface.php +0 -30
  545. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOption.php +0 -146
  546. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionBuilder.php +0 -126
  547. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionInterface.php +0 -43
  548. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionSorter.php +0 -37
  549. package/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/InvalidOptionsForEnvException.php +0 -24
  550. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSample.php +0 -49
  551. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSampleInterface.php +0 -28
  552. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FileSpecificCodeSample.php +0 -56
  553. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FileSpecificCodeSampleInterface.php +0 -25
  554. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FixerDefinition.php +0 -76
  555. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/FixerDefinitionInterface.php +0 -37
  556. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificCodeSample.php +0 -54
  557. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificCodeSampleInterface.php +0 -23
  558. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecification.php +0 -76
  559. package/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/VersionSpecificationInterface.php +0 -23
  560. package/vendor/friendsofphp/php-cs-fixer/src/FixerFactory.php +0 -248
  561. package/vendor/friendsofphp/php-cs-fixer/src/FixerNameValidator.php +0 -32
  562. package/vendor/friendsofphp/php-cs-fixer/src/Hasher.php +0 -38
  563. package/vendor/friendsofphp/php-cs-fixer/src/Indicator/PhpUnitTestCaseIndicator.php +0 -90
  564. package/vendor/friendsofphp/php-cs-fixer/src/Linter/CachingLinter.php +0 -56
  565. package/vendor/friendsofphp/php-cs-fixer/src/Linter/Linter.php +0 -49
  566. package/vendor/friendsofphp/php-cs-fixer/src/Linter/LinterInterface.php +0 -35
  567. package/vendor/friendsofphp/php-cs-fixer/src/Linter/LintingException.php +0 -24
  568. package/vendor/friendsofphp/php-cs-fixer/src/Linter/LintingResultInterface.php +0 -26
  569. package/vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLinter.php +0 -149
  570. package/vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLinterProcessBuilder.php +0 -46
  571. package/vendor/friendsofphp/php-cs-fixer/src/Linter/ProcessLintingResult.php +0 -86
  572. package/vendor/friendsofphp/php-cs-fixer/src/Linter/TokenizerLinter.php +0 -58
  573. package/vendor/friendsofphp/php-cs-fixer/src/Linter/TokenizerLintingResult.php +0 -48
  574. package/vendor/friendsofphp/php-cs-fixer/src/Linter/UnavailableLinterException.php +0 -26
  575. package/vendor/friendsofphp/php-cs-fixer/src/ParallelAwareConfigInterface.php +0 -29
  576. package/vendor/friendsofphp/php-cs-fixer/src/PharChecker.php +0 -38
  577. package/vendor/friendsofphp/php-cs-fixer/src/PharCheckerInterface.php +0 -26
  578. package/vendor/friendsofphp/php-cs-fixer/src/Preg.php +0 -215
  579. package/vendor/friendsofphp/php-cs-fixer/src/PregException.php +0 -24
  580. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractMigrationSetDescription.php +0 -38
  581. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractRuleSetDescription.php +0 -35
  582. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/DeprecatedRuleSetDescriptionInterface.php +0 -28
  583. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSet.php +0 -159
  584. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSetDescriptionInterface.php +0 -34
  585. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSetInterface.php +0 -49
  586. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/RuleSets.php +0 -72
  587. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/DoctrineAnnotationSet.php +0 -42
  588. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS1x0RiskySet.php +0 -44
  589. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS1x0Set.php +0 -44
  590. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS2x0RiskySet.php +0 -44
  591. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCS2x0Set.php +0 -112
  592. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCSRiskySet.php +0 -40
  593. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERCSSet.php +0 -40
  594. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERRiskySet.php +0 -52
  595. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PERSet.php +0 -47
  596. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP54MigrationSet.php +0 -30
  597. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP56MigrationRiskySet.php +0 -30
  598. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationRiskySet.php +0 -39
  599. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationSet.php +0 -31
  600. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationRiskySet.php +0 -31
  601. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationSet.php +0 -32
  602. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP73MigrationSet.php +0 -34
  603. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationRiskySet.php +0 -33
  604. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationSet.php +0 -33
  605. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationRiskySet.php +0 -40
  606. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationSet.php +0 -32
  607. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP81MigrationSet.php +0 -31
  608. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP82MigrationRiskySet.php +0 -31
  609. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP82MigrationSet.php +0 -31
  610. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP83MigrationSet.php +0 -30
  611. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP84MigrationSet.php +0 -31
  612. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit100MigrationRiskySet.php +0 -31
  613. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit30MigrationRiskySet.php +0 -33
  614. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit32MigrationRiskySet.php +0 -34
  615. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit35MigrationRiskySet.php +0 -34
  616. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit43MigrationRiskySet.php +0 -34
  617. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit48MigrationRiskySet.php +0 -34
  618. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit50MigrationRiskySet.php +0 -34
  619. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit52MigrationRiskySet.php +0 -34
  620. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit54MigrationRiskySet.php +0 -34
  621. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit55MigrationRiskySet.php +0 -34
  622. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit56MigrationRiskySet.php +0 -37
  623. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit57MigrationRiskySet.php +0 -34
  624. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit60MigrationRiskySet.php +0 -34
  625. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit75MigrationRiskySet.php +0 -34
  626. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit84MigrationRiskySet.php +0 -35
  627. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit91MigrationRiskySet.php +0 -31
  628. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12RiskySet.php +0 -36
  629. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12Set.php +0 -123
  630. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR1Set.php +0 -36
  631. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR2Set.php +0 -104
  632. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerRiskySet.php +0 -67
  633. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerSet.php +0 -134
  634. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonyRiskySet.php +0 -78
  635. package/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonySet.php +0 -241
  636. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Event/AnalysisStarted.php +0 -54
  637. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Event/FileProcessed.php +0 -75
  638. package/vendor/friendsofphp/php-cs-fixer/src/Runner/FileCachingLintingFileIterator.php +0 -76
  639. package/vendor/friendsofphp/php-cs-fixer/src/Runner/FileFilterIterator.php +0 -108
  640. package/vendor/friendsofphp/php-cs-fixer/src/Runner/LintingFileIterator.php +0 -66
  641. package/vendor/friendsofphp/php-cs-fixer/src/Runner/LintingResultAwareFileIteratorInterface.php +0 -29
  642. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelAction.php +0 -35
  643. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelConfig.php +0 -67
  644. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelConfigFactory.php +0 -61
  645. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ParallelisationException.php +0 -30
  646. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/Process.php +0 -189
  647. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ProcessFactory.php +0 -111
  648. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ProcessIdentifier.php +0 -55
  649. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/ProcessPool.php +0 -99
  650. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Parallel/WorkerException.php +0 -66
  651. package/vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php +0 -587
  652. package/vendor/friendsofphp/php-cs-fixer/src/Runner/RunnerConfig.php +0 -64
  653. package/vendor/friendsofphp/php-cs-fixer/src/StdinFileInfo.php +0 -173
  654. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTransformer.php +0 -40
  655. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTypeTransformer.php +0 -89
  656. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/AlternativeSyntaxAnalyzer.php +0 -121
  657. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/AbstractControlCaseStructuresAnalysis.php +0 -51
  658. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/ArgumentAnalysis.php +0 -81
  659. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/AttributeAnalysis.php +0 -76
  660. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/CaseAnalysis.php +0 -45
  661. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/DataProviderAnalysis.php +0 -68
  662. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/DefaultAnalysis.php +0 -43
  663. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/EnumAnalysis.php +0 -46
  664. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/MatchAnalysis.php +0 -37
  665. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/NamespaceAnalysis.php +0 -98
  666. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/NamespaceUseAnalysis.php +0 -189
  667. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/StartEndTokenAwareAnalysis.php +0 -33
  668. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/SwitchAnalysis.php +0 -54
  669. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/Analysis/TypeAnalysis.php +0 -116
  670. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ArgumentsAnalyzer.php +0 -161
  671. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/AttributeAnalyzer.php +0 -211
  672. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/BlocksAnalyzer.php +0 -59
  673. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ClassyAnalyzer.php +0 -87
  674. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/CommentsAnalyzer.php +0 -370
  675. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ControlCaseStructuresAnalyzer.php +0 -312
  676. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/DataProviderAnalyzer.php +0 -115
  677. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/FullyQualifiedNameAnalyzer.php +0 -103
  678. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/FunctionsAnalyzer.php +0 -281
  679. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/GotoLabelAnalyzer.php +0 -40
  680. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/NamespaceUsesAnalyzer.php +0 -216
  681. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/NamespacesAnalyzer.php +0 -116
  682. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/RangeAnalyzer.php +0 -90
  683. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/ReferenceAnalyzer.php +0 -49
  684. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/SwitchAnalyzer.php +0 -71
  685. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Analyzer/WhitespacesAnalyzer.php +0 -52
  686. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/CT.php +0 -112
  687. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Processor/ImportProcessor.php +0 -103
  688. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Token.php +0 -541
  689. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Tokens.php +0 -1584
  690. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/TokensAnalyzer.php +0 -894
  691. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ArrayTypehintTransformer.php +0 -54
  692. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/AttributeTransformer.php +0 -67
  693. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/BraceClassInstantiationTransformer.php +0 -80
  694. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/BraceTransformer.php +0 -349
  695. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ClassConstantTransformer.php +0 -57
  696. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ConstructorPromotionTransformer.php +0 -71
  697. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/DisjunctiveNormalFormTypeParenthesisTransformer.php +0 -65
  698. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/FirstClassCallableTransformer.php +0 -49
  699. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ImportTransformer.php +0 -72
  700. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NameQualifiedTransformer.php +0 -67
  701. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamedArgumentTransformer.php +0 -73
  702. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamespaceOperatorTransformer.php +0 -53
  703. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NullableTypeTransformer.php +0 -83
  704. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ReturnRefTransformer.php +0 -47
  705. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/SquareBraceTransformer.php +0 -187
  706. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeAlternationTransformer.php +0 -57
  707. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeColonTransformer.php +0 -83
  708. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeIntersectionTransformer.php +0 -55
  709. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/UseTransformer.php +0 -102
  710. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/WhitespacyCommentTransformer.php +0 -64
  711. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/TransformerInterface.php +0 -68
  712. package/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformers.php +0 -109
  713. package/vendor/friendsofphp/php-cs-fixer/src/ToolInfo.php +0 -120
  714. package/vendor/friendsofphp/php-cs-fixer/src/ToolInfoInterface.php +0 -38
  715. package/vendor/friendsofphp/php-cs-fixer/src/Utils.php +0 -250
  716. package/vendor/friendsofphp/php-cs-fixer/src/WhitespacesFixerConfig.php +0 -63
  717. package/vendor/friendsofphp/php-cs-fixer/src/WordMatcher.php +0 -55
  718. package/vendor/psr/container/LICENSE +0 -21
  719. package/vendor/psr/container/README.md +0 -13
  720. package/vendor/psr/container/composer.json +0 -27
  721. package/vendor/psr/container/src/ContainerExceptionInterface.php +0 -12
  722. package/vendor/psr/container/src/ContainerInterface.php +0 -36
  723. package/vendor/psr/container/src/NotFoundExceptionInterface.php +0 -10
  724. package/vendor/psr/event-dispatcher/.editorconfig +0 -15
  725. package/vendor/psr/event-dispatcher/LICENSE +0 -21
  726. package/vendor/psr/event-dispatcher/README.md +0 -6
  727. package/vendor/psr/event-dispatcher/composer.json +0 -26
  728. package/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php +0 -21
  729. package/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php +0 -19
  730. package/vendor/psr/event-dispatcher/src/StoppableEventInterface.php +0 -26
  731. package/vendor/psr/log/LICENSE +0 -19
  732. package/vendor/psr/log/README.md +0 -58
  733. package/vendor/psr/log/composer.json +0 -26
  734. package/vendor/psr/log/src/AbstractLogger.php +0 -15
  735. package/vendor/psr/log/src/InvalidArgumentException.php +0 -7
  736. package/vendor/psr/log/src/LogLevel.php +0 -18
  737. package/vendor/psr/log/src/LoggerAwareInterface.php +0 -14
  738. package/vendor/psr/log/src/LoggerAwareTrait.php +0 -22
  739. package/vendor/psr/log/src/LoggerInterface.php +0 -98
  740. package/vendor/psr/log/src/LoggerTrait.php +0 -98
  741. package/vendor/psr/log/src/NullLogger.php +0 -26
  742. package/vendor/react/cache/CHANGELOG.md +0 -96
  743. package/vendor/react/cache/LICENSE +0 -21
  744. package/vendor/react/cache/README.md +0 -367
  745. package/vendor/react/cache/composer.json +0 -45
  746. package/vendor/react/cache/src/ArrayCache.php +0 -181
  747. package/vendor/react/cache/src/CacheInterface.php +0 -194
  748. package/vendor/react/child-process/CHANGELOG.md +0 -176
  749. package/vendor/react/child-process/LICENSE +0 -21
  750. package/vendor/react/child-process/README.md +0 -619
  751. package/vendor/react/child-process/composer.json +0 -49
  752. package/vendor/react/child-process/src/Process.php +0 -585
  753. package/vendor/react/dns/CHANGELOG.md +0 -452
  754. package/vendor/react/dns/LICENSE +0 -21
  755. package/vendor/react/dns/README.md +0 -453
  756. package/vendor/react/dns/composer.json +0 -49
  757. package/vendor/react/dns/src/BadServerException.php +0 -7
  758. package/vendor/react/dns/src/Config/Config.php +0 -137
  759. package/vendor/react/dns/src/Config/HostsFile.php +0 -153
  760. package/vendor/react/dns/src/Model/Message.php +0 -230
  761. package/vendor/react/dns/src/Model/Record.php +0 -153
  762. package/vendor/react/dns/src/Protocol/BinaryDumper.php +0 -199
  763. package/vendor/react/dns/src/Protocol/Parser.php +0 -356
  764. package/vendor/react/dns/src/Query/CachingExecutor.php +0 -88
  765. package/vendor/react/dns/src/Query/CancellationException.php +0 -7
  766. package/vendor/react/dns/src/Query/CoopExecutor.php +0 -91
  767. package/vendor/react/dns/src/Query/ExecutorInterface.php +0 -43
  768. package/vendor/react/dns/src/Query/FallbackExecutor.php +0 -49
  769. package/vendor/react/dns/src/Query/HostsFileExecutor.php +0 -89
  770. package/vendor/react/dns/src/Query/Query.php +0 -69
  771. package/vendor/react/dns/src/Query/RetryExecutor.php +0 -85
  772. package/vendor/react/dns/src/Query/SelectiveTransportExecutor.php +0 -85
  773. package/vendor/react/dns/src/Query/TcpTransportExecutor.php +0 -382
  774. package/vendor/react/dns/src/Query/TimeoutException.php +0 -7
  775. package/vendor/react/dns/src/Query/TimeoutExecutor.php +0 -78
  776. package/vendor/react/dns/src/Query/UdpTransportExecutor.php +0 -221
  777. package/vendor/react/dns/src/RecordNotFoundException.php +0 -7
  778. package/vendor/react/dns/src/Resolver/Factory.php +0 -226
  779. package/vendor/react/dns/src/Resolver/Resolver.php +0 -147
  780. package/vendor/react/dns/src/Resolver/ResolverInterface.php +0 -94
  781. package/vendor/react/event-loop/CHANGELOG.md +0 -468
  782. package/vendor/react/event-loop/LICENSE +0 -21
  783. package/vendor/react/event-loop/README.md +0 -930
  784. package/vendor/react/event-loop/composer.json +0 -47
  785. package/vendor/react/event-loop/src/ExtEvLoop.php +0 -253
  786. package/vendor/react/event-loop/src/ExtEventLoop.php +0 -275
  787. package/vendor/react/event-loop/src/ExtLibevLoop.php +0 -201
  788. package/vendor/react/event-loop/src/ExtLibeventLoop.php +0 -285
  789. package/vendor/react/event-loop/src/ExtUvLoop.php +0 -342
  790. package/vendor/react/event-loop/src/Factory.php +0 -75
  791. package/vendor/react/event-loop/src/Loop.php +0 -266
  792. package/vendor/react/event-loop/src/LoopInterface.php +0 -472
  793. package/vendor/react/event-loop/src/SignalsHandler.php +0 -63
  794. package/vendor/react/event-loop/src/StreamSelectLoop.php +0 -330
  795. package/vendor/react/event-loop/src/Tick/FutureTickQueue.php +0 -60
  796. package/vendor/react/event-loop/src/Timer/Timer.php +0 -55
  797. package/vendor/react/event-loop/src/Timer/Timers.php +0 -113
  798. package/vendor/react/event-loop/src/TimerInterface.php +0 -27
  799. package/vendor/react/promise/CHANGELOG.md +0 -156
  800. package/vendor/react/promise/LICENSE +0 -24
  801. package/vendor/react/promise/README.md +0 -722
  802. package/vendor/react/promise/composer.json +0 -57
  803. package/vendor/react/promise/src/Deferred.php +0 -52
  804. package/vendor/react/promise/src/Exception/CompositeException.php +0 -32
  805. package/vendor/react/promise/src/Exception/LengthException.php +0 -7
  806. package/vendor/react/promise/src/Internal/CancellationQueue.php +0 -64
  807. package/vendor/react/promise/src/Internal/FulfilledPromise.php +0 -89
  808. package/vendor/react/promise/src/Internal/RejectedPromise.php +0 -128
  809. package/vendor/react/promise/src/Promise.php +0 -303
  810. package/vendor/react/promise/src/PromiseInterface.php +0 -152
  811. package/vendor/react/promise/src/functions.php +0 -345
  812. package/vendor/react/promise/src/functions_include.php +0 -5
  813. package/vendor/react/socket/CHANGELOG.md +0 -785
  814. package/vendor/react/socket/LICENSE +0 -21
  815. package/vendor/react/socket/README.md +0 -1564
  816. package/vendor/react/socket/composer.json +0 -52
  817. package/vendor/react/socket/src/Connection.php +0 -183
  818. package/vendor/react/socket/src/ConnectionInterface.php +0 -119
  819. package/vendor/react/socket/src/Connector.php +0 -236
  820. package/vendor/react/socket/src/ConnectorInterface.php +0 -59
  821. package/vendor/react/socket/src/DnsConnector.php +0 -117
  822. package/vendor/react/socket/src/FdServer.php +0 -222
  823. package/vendor/react/socket/src/FixedUriConnector.php +0 -41
  824. package/vendor/react/socket/src/HappyEyeBallsConnectionBuilder.php +0 -334
  825. package/vendor/react/socket/src/HappyEyeBallsConnector.php +0 -80
  826. package/vendor/react/socket/src/LimitingServer.php +0 -203
  827. package/vendor/react/socket/src/SecureConnector.php +0 -132
  828. package/vendor/react/socket/src/SecureServer.php +0 -210
  829. package/vendor/react/socket/src/Server.php +0 -118
  830. package/vendor/react/socket/src/ServerInterface.php +0 -151
  831. package/vendor/react/socket/src/SocketServer.php +0 -215
  832. package/vendor/react/socket/src/StreamEncryption.php +0 -158
  833. package/vendor/react/socket/src/TcpConnector.php +0 -173
  834. package/vendor/react/socket/src/TcpServer.php +0 -262
  835. package/vendor/react/socket/src/TimeoutConnector.php +0 -79
  836. package/vendor/react/socket/src/UnixConnector.php +0 -58
  837. package/vendor/react/socket/src/UnixServer.php +0 -162
  838. package/vendor/react/stream/CHANGELOG.md +0 -460
  839. package/vendor/react/stream/LICENSE +0 -21
  840. package/vendor/react/stream/README.md +0 -1249
  841. package/vendor/react/stream/composer.json +0 -47
  842. package/vendor/react/stream/src/CompositeStream.php +0 -83
  843. package/vendor/react/stream/src/DuplexResourceStream.php +0 -240
  844. package/vendor/react/stream/src/DuplexStreamInterface.php +0 -39
  845. package/vendor/react/stream/src/ReadableResourceStream.php +0 -188
  846. package/vendor/react/stream/src/ReadableStreamInterface.php +0 -362
  847. package/vendor/react/stream/src/ThroughStream.php +0 -195
  848. package/vendor/react/stream/src/Util.php +0 -75
  849. package/vendor/react/stream/src/WritableResourceStream.php +0 -178
  850. package/vendor/react/stream/src/WritableStreamInterface.php +0 -347
  851. package/vendor/sebastian/diff/ChangeLog.md +0 -179
  852. package/vendor/sebastian/diff/LICENSE +0 -29
  853. package/vendor/sebastian/diff/README.md +0 -151
  854. package/vendor/sebastian/diff/SECURITY.md +0 -30
  855. package/vendor/sebastian/diff/composer.json +0 -51
  856. package/vendor/sebastian/diff/src/Chunk.php +0 -83
  857. package/vendor/sebastian/diff/src/Diff.php +0 -84
  858. package/vendor/sebastian/diff/src/Differ.php +0 -247
  859. package/vendor/sebastian/diff/src/Exception/ConfigurationException.php +0 -32
  860. package/vendor/sebastian/diff/src/Exception/Exception.php +0 -16
  861. package/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php +0 -14
  862. package/vendor/sebastian/diff/src/Line.php +0 -50
  863. package/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php +0 -18
  864. package/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php +0 -96
  865. package/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php +0 -54
  866. package/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php +0 -74
  867. package/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php +0 -19
  868. package/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php +0 -331
  869. package/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php +0 -261
  870. package/vendor/sebastian/diff/src/Parser.php +0 -116
  871. package/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php +0 -81
  872. package/vendor/symfony/console/Application.php +0 -1328
  873. package/vendor/symfony/console/Attribute/Argument.php +0 -110
  874. package/vendor/symfony/console/Attribute/AsCommand.php +0 -49
  875. package/vendor/symfony/console/Attribute/Option.php +0 -181
  876. package/vendor/symfony/console/CHANGELOG.md +0 -299
  877. package/vendor/symfony/console/CI/GithubActionReporter.php +0 -97
  878. package/vendor/symfony/console/Color.php +0 -133
  879. package/vendor/symfony/console/Command/Command.php +0 -700
  880. package/vendor/symfony/console/Command/CompleteCommand.php +0 -212
  881. package/vendor/symfony/console/Command/DumpCompletionCommand.php +0 -151
  882. package/vendor/symfony/console/Command/HelpCommand.php +0 -76
  883. package/vendor/symfony/console/Command/InvokableCommand.php +0 -157
  884. package/vendor/symfony/console/Command/LazyCommand.php +0 -206
  885. package/vendor/symfony/console/Command/ListCommand.php +0 -72
  886. package/vendor/symfony/console/Command/LockableTrait.php +0 -85
  887. package/vendor/symfony/console/Command/SignalableCommandInterface.php +0 -32
  888. package/vendor/symfony/console/Command/TraceableCommand.php +0 -365
  889. package/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php +0 -38
  890. package/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php +0 -52
  891. package/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php +0 -52
  892. package/vendor/symfony/console/Completion/CompletionInput.php +0 -248
  893. package/vendor/symfony/console/Completion/CompletionSuggestions.php +0 -97
  894. package/vendor/symfony/console/Completion/Output/BashCompletionOutput.php +0 -33
  895. package/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php +0 -25
  896. package/vendor/symfony/console/Completion/Output/FishCompletionOutput.php +0 -36
  897. package/vendor/symfony/console/Completion/Output/ZshCompletionOutput.php +0 -36
  898. package/vendor/symfony/console/Completion/Suggestion.php +0 -41
  899. package/vendor/symfony/console/ConsoleEvents.php +0 -72
  900. package/vendor/symfony/console/Cursor.php +0 -204
  901. package/vendor/symfony/console/DataCollector/CommandDataCollector.php +0 -238
  902. package/vendor/symfony/console/Debug/CliRequest.php +0 -70
  903. package/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php +0 -155
  904. package/vendor/symfony/console/Descriptor/ApplicationDescription.php +0 -136
  905. package/vendor/symfony/console/Descriptor/Descriptor.php +0 -74
  906. package/vendor/symfony/console/Descriptor/DescriptorInterface.php +0 -24
  907. package/vendor/symfony/console/Descriptor/JsonDescriptor.php +0 -166
  908. package/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +0 -173
  909. package/vendor/symfony/console/Descriptor/ReStructuredTextDescriptor.php +0 -273
  910. package/vendor/symfony/console/Descriptor/TextDescriptor.php +0 -317
  911. package/vendor/symfony/console/Descriptor/XmlDescriptor.php +0 -230
  912. package/vendor/symfony/console/Event/ConsoleAlarmEvent.php +0 -47
  913. package/vendor/symfony/console/Event/ConsoleCommandEvent.php +0 -54
  914. package/vendor/symfony/console/Event/ConsoleErrorEvent.php +0 -58
  915. package/vendor/symfony/console/Event/ConsoleEvent.php +0 -56
  916. package/vendor/symfony/console/Event/ConsoleSignalEvent.php +0 -56
  917. package/vendor/symfony/console/Event/ConsoleTerminateEvent.php +0 -50
  918. package/vendor/symfony/console/EventListener/ErrorListener.php +0 -89
  919. package/vendor/symfony/console/Exception/CommandNotFoundException.php +0 -43
  920. package/vendor/symfony/console/Exception/ExceptionInterface.php +0 -21
  921. package/vendor/symfony/console/Exception/InvalidArgumentException.php +0 -19
  922. package/vendor/symfony/console/Exception/InvalidOptionException.php +0 -21
  923. package/vendor/symfony/console/Exception/LogicException.php +0 -19
  924. package/vendor/symfony/console/Exception/MissingInputException.php +0 -21
  925. package/vendor/symfony/console/Exception/NamespaceNotFoundException.php +0 -21
  926. package/vendor/symfony/console/Exception/RunCommandFailedException.php +0 -29
  927. package/vendor/symfony/console/Exception/RuntimeException.php +0 -19
  928. package/vendor/symfony/console/Formatter/NullOutputFormatter.php +0 -51
  929. package/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php +0 -48
  930. package/vendor/symfony/console/Formatter/OutputFormatter.php +0 -267
  931. package/vendor/symfony/console/Formatter/OutputFormatterInterface.php +0 -52
  932. package/vendor/symfony/console/Formatter/OutputFormatterStyle.php +0 -89
  933. package/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +0 -50
  934. package/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +0 -103
  935. package/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php +0 -25
  936. package/vendor/symfony/console/Helper/DebugFormatterHelper.php +0 -98
  937. package/vendor/symfony/console/Helper/DescriptorHelper.php +0 -91
  938. package/vendor/symfony/console/Helper/Dumper.php +0 -53
  939. package/vendor/symfony/console/Helper/FormatterHelper.php +0 -81
  940. package/vendor/symfony/console/Helper/Helper.php +0 -161
  941. package/vendor/symfony/console/Helper/HelperInterface.php +0 -35
  942. package/vendor/symfony/console/Helper/HelperSet.php +0 -74
  943. package/vendor/symfony/console/Helper/InputAwareHelper.php +0 -30
  944. package/vendor/symfony/console/Helper/OutputWrapper.php +0 -76
  945. package/vendor/symfony/console/Helper/ProcessHelper.php +0 -137
  946. package/vendor/symfony/console/Helper/ProgressBar.php +0 -654
  947. package/vendor/symfony/console/Helper/ProgressIndicator.php +0 -242
  948. package/vendor/symfony/console/Helper/QuestionHelper.php +0 -589
  949. package/vendor/symfony/console/Helper/SymfonyQuestionHelper.php +0 -103
  950. package/vendor/symfony/console/Helper/Table.php +0 -934
  951. package/vendor/symfony/console/Helper/TableCell.php +0 -71
  952. package/vendor/symfony/console/Helper/TableCellStyle.php +0 -84
  953. package/vendor/symfony/console/Helper/TableRows.php +0 -28
  954. package/vendor/symfony/console/Helper/TableSeparator.php +0 -25
  955. package/vendor/symfony/console/Helper/TableStyle.php +0 -375
  956. package/vendor/symfony/console/Helper/TreeHelper.php +0 -111
  957. package/vendor/symfony/console/Helper/TreeNode.php +0 -105
  958. package/vendor/symfony/console/Helper/TreeStyle.php +0 -78
  959. package/vendor/symfony/console/Input/ArgvInput.php +0 -402
  960. package/vendor/symfony/console/Input/ArrayInput.php +0 -191
  961. package/vendor/symfony/console/Input/Input.php +0 -174
  962. package/vendor/symfony/console/Input/InputArgument.php +0 -160
  963. package/vendor/symfony/console/Input/InputAwareInterface.php +0 -26
  964. package/vendor/symfony/console/Input/InputDefinition.php +0 -402
  965. package/vendor/symfony/console/Input/InputInterface.php +0 -138
  966. package/vendor/symfony/console/Input/InputOption.php +0 -262
  967. package/vendor/symfony/console/Input/StreamableInputInterface.php +0 -37
  968. package/vendor/symfony/console/Input/StringInput.php +0 -85
  969. package/vendor/symfony/console/LICENSE +0 -19
  970. package/vendor/symfony/console/Logger/ConsoleLogger.php +0 -120
  971. package/vendor/symfony/console/Messenger/RunCommandContext.php +0 -25
  972. package/vendor/symfony/console/Messenger/RunCommandMessage.php +0 -36
  973. package/vendor/symfony/console/Messenger/RunCommandMessageHandler.php +0 -49
  974. package/vendor/symfony/console/Output/AnsiColorMode.php +0 -106
  975. package/vendor/symfony/console/Output/BufferedOutput.php +0 -40
  976. package/vendor/symfony/console/Output/ConsoleOutput.php +0 -153
  977. package/vendor/symfony/console/Output/ConsoleOutputInterface.php +0 -30
  978. package/vendor/symfony/console/Output/ConsoleSectionOutput.php +0 -237
  979. package/vendor/symfony/console/Output/NullOutput.php +0 -94
  980. package/vendor/symfony/console/Output/Output.php +0 -144
  981. package/vendor/symfony/console/Output/OutputInterface.php +0 -103
  982. package/vendor/symfony/console/Output/StreamOutput.php +0 -127
  983. package/vendor/symfony/console/Output/TrimmedBufferOutput.php +0 -58
  984. package/vendor/symfony/console/Question/ChoiceQuestion.php +0 -178
  985. package/vendor/symfony/console/Question/ConfirmationQuestion.php +0 -57
  986. package/vendor/symfony/console/Question/Question.php +0 -280
  987. package/vendor/symfony/console/README.md +0 -27
  988. package/vendor/symfony/console/Resources/bin/hiddeninput.exe +0 -0
  989. package/vendor/symfony/console/Resources/completion.bash +0 -94
  990. package/vendor/symfony/console/Resources/completion.fish +0 -25
  991. package/vendor/symfony/console/Resources/completion.zsh +0 -82
  992. package/vendor/symfony/console/SignalRegistry/SignalMap.php +0 -36
  993. package/vendor/symfony/console/SignalRegistry/SignalRegistry.php +0 -65
  994. package/vendor/symfony/console/SingleCommandApplication.php +0 -72
  995. package/vendor/symfony/console/Style/OutputStyle.php +0 -115
  996. package/vendor/symfony/console/Style/StyleInterface.php +0 -110
  997. package/vendor/symfony/console/Style/SymfonyStyle.php +0 -476
  998. package/vendor/symfony/console/Terminal.php +0 -227
  999. package/vendor/symfony/console/Tester/ApplicationTester.php +0 -83
  1000. package/vendor/symfony/console/Tester/CommandCompletionTester.php +0 -54
  1001. package/vendor/symfony/console/Tester/CommandTester.php +0 -74
  1002. package/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php +0 -43
  1003. package/vendor/symfony/console/Tester/TesterTrait.php +0 -178
  1004. package/vendor/symfony/console/composer.json +0 -55
  1005. package/vendor/symfony/deprecation-contracts/CHANGELOG.md +0 -5
  1006. package/vendor/symfony/deprecation-contracts/LICENSE +0 -19
  1007. package/vendor/symfony/deprecation-contracts/README.md +0 -26
  1008. package/vendor/symfony/deprecation-contracts/composer.json +0 -35
  1009. package/vendor/symfony/deprecation-contracts/function.php +0 -27
  1010. package/vendor/symfony/event-dispatcher/Attribute/AsEventListener.php +0 -35
  1011. package/vendor/symfony/event-dispatcher/CHANGELOG.md +0 -96
  1012. package/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php +0 -355
  1013. package/vendor/symfony/event-dispatcher/Debug/WrappedListener.php +0 -143
  1014. package/vendor/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php +0 -38
  1015. package/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php +0 -213
  1016. package/vendor/symfony/event-dispatcher/EventDispatcher.php +0 -256
  1017. package/vendor/symfony/event-dispatcher/EventDispatcherInterface.php +0 -66
  1018. package/vendor/symfony/event-dispatcher/EventSubscriberInterface.php +0 -49
  1019. package/vendor/symfony/event-dispatcher/GenericEvent.php +0 -155
  1020. package/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php +0 -65
  1021. package/vendor/symfony/event-dispatcher/LICENSE +0 -19
  1022. package/vendor/symfony/event-dispatcher/README.md +0 -15
  1023. package/vendor/symfony/event-dispatcher/composer.json +0 -47
  1024. package/vendor/symfony/event-dispatcher-contracts/CHANGELOG.md +0 -5
  1025. package/vendor/symfony/event-dispatcher-contracts/Event.php +0 -51
  1026. package/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php +0 -33
  1027. package/vendor/symfony/event-dispatcher-contracts/LICENSE +0 -19
  1028. package/vendor/symfony/event-dispatcher-contracts/README.md +0 -9
  1029. package/vendor/symfony/event-dispatcher-contracts/composer.json +0 -35
  1030. package/vendor/symfony/filesystem/CHANGELOG.md +0 -92
  1031. package/vendor/symfony/filesystem/Exception/ExceptionInterface.php +0 -21
  1032. package/vendor/symfony/filesystem/Exception/FileNotFoundException.php +0 -34
  1033. package/vendor/symfony/filesystem/Exception/IOException.php +0 -36
  1034. package/vendor/symfony/filesystem/Exception/IOExceptionInterface.php +0 -25
  1035. package/vendor/symfony/filesystem/Exception/InvalidArgumentException.php +0 -19
  1036. package/vendor/symfony/filesystem/Exception/RuntimeException.php +0 -19
  1037. package/vendor/symfony/filesystem/Filesystem.php +0 -773
  1038. package/vendor/symfony/filesystem/LICENSE +0 -19
  1039. package/vendor/symfony/filesystem/Path.php +0 -816
  1040. package/vendor/symfony/filesystem/README.md +0 -13
  1041. package/vendor/symfony/filesystem/composer.json +0 -33
  1042. package/vendor/symfony/finder/CHANGELOG.md +0 -103
  1043. package/vendor/symfony/finder/Comparator/Comparator.php +0 -62
  1044. package/vendor/symfony/finder/Comparator/DateComparator.php +0 -50
  1045. package/vendor/symfony/finder/Comparator/NumberComparator.php +0 -78
  1046. package/vendor/symfony/finder/Exception/AccessDeniedException.php +0 -19
  1047. package/vendor/symfony/finder/Exception/DirectoryNotFoundException.php +0 -19
  1048. package/vendor/symfony/finder/Finder.php +0 -852
  1049. package/vendor/symfony/finder/Gitignore.php +0 -91
  1050. package/vendor/symfony/finder/Glob.php +0 -109
  1051. package/vendor/symfony/finder/Iterator/CustomFilterIterator.php +0 -61
  1052. package/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +0 -58
  1053. package/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +0 -48
  1054. package/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +0 -110
  1055. package/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +0 -51
  1056. package/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +0 -58
  1057. package/vendor/symfony/finder/Iterator/FilenameFilterIterator.php +0 -45
  1058. package/vendor/symfony/finder/Iterator/LazyIterator.php +0 -32
  1059. package/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +0 -107
  1060. package/vendor/symfony/finder/Iterator/PathFilterIterator.php +0 -56
  1061. package/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +0 -134
  1062. package/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +0 -57
  1063. package/vendor/symfony/finder/Iterator/SortableIterator.php +0 -103
  1064. package/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php +0 -173
  1065. package/vendor/symfony/finder/LICENSE +0 -19
  1066. package/vendor/symfony/finder/README.md +0 -14
  1067. package/vendor/symfony/finder/SplFileInfo.php +0 -80
  1068. package/vendor/symfony/finder/composer.json +0 -31
  1069. package/vendor/symfony/options-resolver/CHANGELOG.md +0 -103
  1070. package/vendor/symfony/options-resolver/Debug/OptionsResolverIntrospector.php +0 -114
  1071. package/vendor/symfony/options-resolver/Exception/AccessException.php +0 -22
  1072. package/vendor/symfony/options-resolver/Exception/ExceptionInterface.php +0 -21
  1073. package/vendor/symfony/options-resolver/Exception/InvalidArgumentException.php +0 -21
  1074. package/vendor/symfony/options-resolver/Exception/InvalidOptionsException.php +0 -23
  1075. package/vendor/symfony/options-resolver/Exception/MissingOptionsException.php +0 -23
  1076. package/vendor/symfony/options-resolver/Exception/NoConfigurationException.php +0 -26
  1077. package/vendor/symfony/options-resolver/Exception/NoSuchOptionException.php +0 -26
  1078. package/vendor/symfony/options-resolver/Exception/OptionDefinitionException.php +0 -21
  1079. package/vendor/symfony/options-resolver/Exception/UndefinedOptionsException.php +0 -24
  1080. package/vendor/symfony/options-resolver/LICENSE +0 -19
  1081. package/vendor/symfony/options-resolver/OptionConfigurator.php +0 -160
  1082. package/vendor/symfony/options-resolver/Options.php +0 -22
  1083. package/vendor/symfony/options-resolver/OptionsResolver.php +0 -1396
  1084. package/vendor/symfony/options-resolver/README.md +0 -15
  1085. package/vendor/symfony/options-resolver/composer.json +0 -29
  1086. package/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
  1087. package/vendor/symfony/polyfill-ctype/LICENSE +0 -19
  1088. package/vendor/symfony/polyfill-ctype/README.md +0 -12
  1089. package/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
  1090. package/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
  1091. package/vendor/symfony/polyfill-ctype/composer.json +0 -38
  1092. package/vendor/symfony/polyfill-intl-grapheme/Grapheme.php +0 -247
  1093. package/vendor/symfony/polyfill-intl-grapheme/LICENSE +0 -19
  1094. package/vendor/symfony/polyfill-intl-grapheme/README.md +0 -31
  1095. package/vendor/symfony/polyfill-intl-grapheme/bootstrap.php +0 -58
  1096. package/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php +0 -50
  1097. package/vendor/symfony/polyfill-intl-grapheme/composer.json +0 -35
  1098. package/vendor/symfony/polyfill-intl-normalizer/LICENSE +0 -19
  1099. package/vendor/symfony/polyfill-intl-normalizer/Normalizer.php +0 -310
  1100. package/vendor/symfony/polyfill-intl-normalizer/README.md +0 -14
  1101. package/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php +0 -17
  1102. package/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php +0 -945
  1103. package/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php +0 -2065
  1104. package/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php +0 -876
  1105. package/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php +0 -3695
  1106. package/vendor/symfony/polyfill-intl-normalizer/bootstrap.php +0 -23
  1107. package/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php +0 -19
  1108. package/vendor/symfony/polyfill-intl-normalizer/composer.json +0 -36
  1109. package/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
  1110. package/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1045
  1111. package/vendor/symfony/polyfill-mbstring/README.md +0 -13
  1112. package/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
  1113. package/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
  1114. package/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
  1115. package/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
  1116. package/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -172
  1117. package/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
  1118. package/vendor/symfony/polyfill-mbstring/composer.json +0 -39
  1119. package/vendor/symfony/polyfill-php80/LICENSE +0 -19
  1120. package/vendor/symfony/polyfill-php80/Php80.php +0 -115
  1121. package/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
  1122. package/vendor/symfony/polyfill-php80/README.md +0 -25
  1123. package/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
  1124. package/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
  1125. package/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
  1126. package/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
  1127. package/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
  1128. package/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
  1129. package/vendor/symfony/polyfill-php80/composer.json +0 -37
  1130. package/vendor/symfony/polyfill-php81/LICENSE +0 -19
  1131. package/vendor/symfony/polyfill-php81/Php81.php +0 -37
  1132. package/vendor/symfony/polyfill-php81/README.md +0 -18
  1133. package/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php +0 -51
  1134. package/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php +0 -20
  1135. package/vendor/symfony/polyfill-php81/bootstrap.php +0 -28
  1136. package/vendor/symfony/polyfill-php81/composer.json +0 -33
  1137. package/vendor/symfony/process/CHANGELOG.md +0 -134
  1138. package/vendor/symfony/process/Exception/ExceptionInterface.php +0 -21
  1139. package/vendor/symfony/process/Exception/InvalidArgumentException.php +0 -21
  1140. package/vendor/symfony/process/Exception/LogicException.php +0 -21
  1141. package/vendor/symfony/process/Exception/ProcessFailedException.php +0 -53
  1142. package/vendor/symfony/process/Exception/ProcessSignaledException.php +0 -38
  1143. package/vendor/symfony/process/Exception/ProcessStartFailedException.php +0 -43
  1144. package/vendor/symfony/process/Exception/ProcessTimedOutException.php +0 -60
  1145. package/vendor/symfony/process/Exception/RunProcessFailedException.php +0 -25
  1146. package/vendor/symfony/process/Exception/RuntimeException.php +0 -21
  1147. package/vendor/symfony/process/ExecutableFinder.php +0 -103
  1148. package/vendor/symfony/process/InputStream.php +0 -91
  1149. package/vendor/symfony/process/LICENSE +0 -19
  1150. package/vendor/symfony/process/Messenger/RunProcessContext.php +0 -33
  1151. package/vendor/symfony/process/Messenger/RunProcessMessage.php +0 -47
  1152. package/vendor/symfony/process/Messenger/RunProcessMessageHandler.php +0 -36
  1153. package/vendor/symfony/process/PhpExecutableFinder.php +0 -98
  1154. package/vendor/symfony/process/PhpProcess.php +0 -66
  1155. package/vendor/symfony/process/PhpSubprocess.php +0 -164
  1156. package/vendor/symfony/process/Pipes/AbstractPipes.php +0 -176
  1157. package/vendor/symfony/process/Pipes/PipesInterface.php +0 -61
  1158. package/vendor/symfony/process/Pipes/UnixPipes.php +0 -144
  1159. package/vendor/symfony/process/Pipes/WindowsPipes.php +0 -185
  1160. package/vendor/symfony/process/Process.php +0 -1662
  1161. package/vendor/symfony/process/ProcessUtils.php +0 -64
  1162. package/vendor/symfony/process/README.md +0 -13
  1163. package/vendor/symfony/process/composer.json +0 -28
  1164. package/vendor/symfony/service-contracts/Attribute/Required.php +0 -25
  1165. package/vendor/symfony/service-contracts/Attribute/SubscribedService.php +0 -47
  1166. package/vendor/symfony/service-contracts/CHANGELOG.md +0 -5
  1167. package/vendor/symfony/service-contracts/LICENSE +0 -19
  1168. package/vendor/symfony/service-contracts/README.md +0 -9
  1169. package/vendor/symfony/service-contracts/ResetInterface.php +0 -33
  1170. package/vendor/symfony/service-contracts/ServiceCollectionInterface.php +0 -26
  1171. package/vendor/symfony/service-contracts/ServiceLocatorTrait.php +0 -114
  1172. package/vendor/symfony/service-contracts/ServiceMethodsSubscriberTrait.php +0 -80
  1173. package/vendor/symfony/service-contracts/ServiceProviderInterface.php +0 -45
  1174. package/vendor/symfony/service-contracts/ServiceSubscriberInterface.php +0 -62
  1175. package/vendor/symfony/service-contracts/ServiceSubscriberTrait.php +0 -84
  1176. package/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +0 -23
  1177. package/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php +0 -97
  1178. package/vendor/symfony/service-contracts/composer.json +0 -42
  1179. package/vendor/symfony/stopwatch/CHANGELOG.md +0 -30
  1180. package/vendor/symfony/stopwatch/LICENSE +0 -19
  1181. package/vendor/symfony/stopwatch/README.md +0 -42
  1182. package/vendor/symfony/stopwatch/Section.php +0 -155
  1183. package/vendor/symfony/stopwatch/Stopwatch.php +0 -163
  1184. package/vendor/symfony/stopwatch/StopwatchEvent.php +0 -238
  1185. package/vendor/symfony/stopwatch/StopwatchPeriod.php +0 -73
  1186. package/vendor/symfony/stopwatch/composer.json +0 -29
  1187. package/vendor/symfony/string/AbstractString.php +0 -723
  1188. package/vendor/symfony/string/AbstractUnicodeString.php +0 -670
  1189. package/vendor/symfony/string/ByteString.php +0 -490
  1190. package/vendor/symfony/string/CHANGELOG.md +0 -56
  1191. package/vendor/symfony/string/CodePointString.php +0 -260
  1192. package/vendor/symfony/string/Exception/ExceptionInterface.php +0 -16
  1193. package/vendor/symfony/string/Exception/InvalidArgumentException.php +0 -16
  1194. package/vendor/symfony/string/Exception/RuntimeException.php +0 -16
  1195. package/vendor/symfony/string/Inflector/EnglishInflector.php +0 -589
  1196. package/vendor/symfony/string/Inflector/FrenchInflector.php +0 -151
  1197. package/vendor/symfony/string/Inflector/InflectorInterface.php +0 -33
  1198. package/vendor/symfony/string/Inflector/SpanishInflector.php +0 -126
  1199. package/vendor/symfony/string/LICENSE +0 -19
  1200. package/vendor/symfony/string/LazyString.php +0 -145
  1201. package/vendor/symfony/string/README.md +0 -14
  1202. package/vendor/symfony/string/Resources/data/wcswidth_table_wide.php +0 -1182
  1203. package/vendor/symfony/string/Resources/data/wcswidth_table_zero.php +0 -1466
  1204. package/vendor/symfony/string/Resources/functions.php +0 -38
  1205. package/vendor/symfony/string/Slugger/AsciiSlugger.php +0 -207
  1206. package/vendor/symfony/string/Slugger/SluggerInterface.php +0 -27
  1207. package/vendor/symfony/string/TruncateMode.php +0 -42
  1208. package/vendor/symfony/string/UnicodeString.php +0 -382
  1209. package/vendor/symfony/string/composer.json +0 -44
@@ -1,1662 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Process;
13
-
14
- use Symfony\Component\Process\Exception\InvalidArgumentException;
15
- use Symfony\Component\Process\Exception\LogicException;
16
- use Symfony\Component\Process\Exception\ProcessFailedException;
17
- use Symfony\Component\Process\Exception\ProcessSignaledException;
18
- use Symfony\Component\Process\Exception\ProcessStartFailedException;
19
- use Symfony\Component\Process\Exception\ProcessTimedOutException;
20
- use Symfony\Component\Process\Exception\RuntimeException;
21
- use Symfony\Component\Process\Pipes\UnixPipes;
22
- use Symfony\Component\Process\Pipes\WindowsPipes;
23
-
24
- /**
25
- * Process is a thin wrapper around proc_* functions to easily
26
- * start independent PHP processes.
27
- *
28
- * @author Fabien Potencier <fabien@symfony.com>
29
- * @author Romain Neutron <imprec@gmail.com>
30
- *
31
- * @implements \IteratorAggregate<string, string>
32
- */
33
- class Process implements \IteratorAggregate
34
- {
35
- public const ERR = 'err';
36
- public const OUT = 'out';
37
-
38
- public const STATUS_READY = 'ready';
39
- public const STATUS_STARTED = 'started';
40
- public const STATUS_TERMINATED = 'terminated';
41
-
42
- public const STDIN = 0;
43
- public const STDOUT = 1;
44
- public const STDERR = 2;
45
-
46
- // Timeout Precision in seconds.
47
- public const TIMEOUT_PRECISION = 0.2;
48
-
49
- public const ITER_NON_BLOCKING = 1; // By default, iterating over outputs is a blocking call, use this flag to make it non-blocking
50
- public const ITER_KEEP_OUTPUT = 2; // By default, outputs are cleared while iterating, use this flag to keep them in memory
51
- public const ITER_SKIP_OUT = 4; // Use this flag to skip STDOUT while iterating
52
- public const ITER_SKIP_ERR = 8; // Use this flag to skip STDERR while iterating
53
-
54
- private ?\Closure $callback = null;
55
- private array|string $commandline;
56
- private ?string $cwd;
57
- private array $env = [];
58
- /** @var resource|string|\Iterator|null */
59
- private $input;
60
- private ?float $starttime = null;
61
- private ?float $lastOutputTime = null;
62
- private ?float $timeout = null;
63
- private ?float $idleTimeout = null;
64
- private ?int $exitcode = null;
65
- private array $fallbackStatus = [];
66
- private array $processInformation;
67
- private bool $outputDisabled = false;
68
- /** @var resource */
69
- private $stdout;
70
- /** @var resource */
71
- private $stderr;
72
- /** @var resource|null */
73
- private $process;
74
- private string $status = self::STATUS_READY;
75
- private int $incrementalOutputOffset = 0;
76
- private int $incrementalErrorOutputOffset = 0;
77
- private bool $tty = false;
78
- private bool $pty;
79
- private array $options = ['suppress_errors' => true, 'bypass_shell' => true];
80
- private array $ignoredSignals = [];
81
-
82
- private WindowsPipes|UnixPipes $processPipes;
83
-
84
- private ?int $latestSignal = null;
85
-
86
- private static ?bool $sigchild = null;
87
- private static array $executables = [];
88
-
89
- /**
90
- * Exit codes translation table.
91
- *
92
- * User-defined errors must use exit codes in the 64-113 range.
93
- */
94
- public static array $exitCodes = [
95
- 0 => 'OK',
96
- 1 => 'General error',
97
- 2 => 'Misuse of shell builtins',
98
-
99
- 126 => 'Invoked command cannot execute',
100
- 127 => 'Command not found',
101
- 128 => 'Invalid exit argument',
102
-
103
- // signals
104
- 129 => 'Hangup',
105
- 130 => 'Interrupt',
106
- 131 => 'Quit and dump core',
107
- 132 => 'Illegal instruction',
108
- 133 => 'Trace/breakpoint trap',
109
- 134 => 'Process aborted',
110
- 135 => 'Bus error: "access to undefined portion of memory object"',
111
- 136 => 'Floating point exception: "erroneous arithmetic operation"',
112
- 137 => 'Kill (terminate immediately)',
113
- 138 => 'User-defined 1',
114
- 139 => 'Segmentation violation',
115
- 140 => 'User-defined 2',
116
- 141 => 'Write to pipe with no one reading',
117
- 142 => 'Signal raised by alarm',
118
- 143 => 'Termination (request to terminate)',
119
- // 144 - not defined
120
- 145 => 'Child process terminated, stopped (or continued*)',
121
- 146 => 'Continue if stopped',
122
- 147 => 'Stop executing temporarily',
123
- 148 => 'Terminal stop signal',
124
- 149 => 'Background process attempting to read from tty ("in")',
125
- 150 => 'Background process attempting to write to tty ("out")',
126
- 151 => 'Urgent data available on socket',
127
- 152 => 'CPU time limit exceeded',
128
- 153 => 'File size limit exceeded',
129
- 154 => 'Signal raised by timer counting virtual time: "virtual timer expired"',
130
- 155 => 'Profiling timer expired',
131
- // 156 - not defined
132
- 157 => 'Pollable event',
133
- // 158 - not defined
134
- 159 => 'Bad syscall',
135
- ];
136
-
137
- /**
138
- * @param array $command The command to run and its arguments listed as separate entries
139
- * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
140
- * @param array|null $env The environment variables or null to use the same environment as the current PHP process
141
- * @param mixed $input The input as stream resource, scalar or \Traversable, or null for no input
142
- * @param int|float|null $timeout The timeout in seconds or null to disable
143
- *
144
- * @throws LogicException When proc_open is not installed
145
- */
146
- public function __construct(array $command, ?string $cwd = null, ?array $env = null, mixed $input = null, ?float $timeout = 60)
147
- {
148
- if (!\function_exists('proc_open')) {
149
- throw new LogicException('The Process class relies on proc_open, which is not available on your PHP installation.');
150
- }
151
-
152
- $this->commandline = $command;
153
- $this->cwd = $cwd;
154
-
155
- // on Windows, if the cwd changed via chdir(), proc_open defaults to the dir where PHP was started
156
- // on Gnu/Linux, PHP builds with --enable-maintainer-zts are also affected
157
- // @see : https://bugs.php.net/51800
158
- // @see : https://bugs.php.net/50524
159
- if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
160
- $this->cwd = getcwd();
161
- }
162
- if (null !== $env) {
163
- $this->setEnv($env);
164
- }
165
-
166
- $this->setInput($input);
167
- $this->setTimeout($timeout);
168
- $this->pty = false;
169
- }
170
-
171
- /**
172
- * Creates a Process instance as a command-line to be run in a shell wrapper.
173
- *
174
- * Command-lines are parsed by the shell of your OS (/bin/sh on Unix-like, cmd.exe on Windows.)
175
- * This allows using e.g. pipes or conditional execution. In this mode, signals are sent to the
176
- * shell wrapper and not to your commands.
177
- *
178
- * In order to inject dynamic values into command-lines, we strongly recommend using placeholders.
179
- * This will save escaping values, which is not portable nor secure anyway:
180
- *
181
- * $process = Process::fromShellCommandline('my_command "${:MY_VAR}"');
182
- * $process->run(null, ['MY_VAR' => $theValue]);
183
- *
184
- * @param string $command The command line to pass to the shell of the OS
185
- * @param string|null $cwd The working directory or null to use the working dir of the current PHP process
186
- * @param array|null $env The environment variables or null to use the same environment as the current PHP process
187
- * @param mixed $input The input as stream resource, scalar or \Traversable, or null for no input
188
- * @param int|float|null $timeout The timeout in seconds or null to disable
189
- *
190
- * @throws LogicException When proc_open is not installed
191
- */
192
- public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = null, mixed $input = null, ?float $timeout = 60): static
193
- {
194
- $process = new static([], $cwd, $env, $input, $timeout);
195
- $process->commandline = $command;
196
-
197
- return $process;
198
- }
199
-
200
- public function __sleep(): array
201
- {
202
- throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
203
- }
204
-
205
- public function __wakeup(): void
206
- {
207
- throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
208
- }
209
-
210
- public function __destruct()
211
- {
212
- if ($this->options['create_new_console'] ?? false) {
213
- $this->processPipes->close();
214
- } else {
215
- $this->stop(0);
216
- }
217
- }
218
-
219
- public function __clone()
220
- {
221
- $this->resetProcessData();
222
- }
223
-
224
- /**
225
- * Runs the process.
226
- *
227
- * The callback receives the type of output (out or err) and
228
- * some bytes from the output in real-time. It allows to have feedback
229
- * from the independent process during execution.
230
- *
231
- * The STDOUT and STDERR are also available after the process is finished
232
- * via the getOutput() and getErrorOutput() methods.
233
- *
234
- * @param callable|null $callback A PHP callback to run whenever there is some
235
- * output available on STDOUT or STDERR
236
- *
237
- * @return int The exit status code
238
- *
239
- * @throws ProcessStartFailedException When process can't be launched
240
- * @throws RuntimeException When process is already running
241
- * @throws ProcessTimedOutException When process timed out
242
- * @throws ProcessSignaledException When process stopped after receiving signal
243
- * @throws LogicException In case a callback is provided and output has been disabled
244
- *
245
- * @final
246
- */
247
- public function run(?callable $callback = null, array $env = []): int
248
- {
249
- $this->start($callback, $env);
250
-
251
- return $this->wait();
252
- }
253
-
254
- /**
255
- * Runs the process.
256
- *
257
- * This is identical to run() except that an exception is thrown if the process
258
- * exits with a non-zero exit code.
259
- *
260
- * @return $this
261
- *
262
- * @throws ProcessFailedException if the process didn't terminate successfully
263
- *
264
- * @final
265
- */
266
- public function mustRun(?callable $callback = null, array $env = []): static
267
- {
268
- if (0 !== $this->run($callback, $env)) {
269
- throw new ProcessFailedException($this);
270
- }
271
-
272
- return $this;
273
- }
274
-
275
- /**
276
- * Starts the process and returns after writing the input to STDIN.
277
- *
278
- * This method blocks until all STDIN data is sent to the process then it
279
- * returns while the process runs in the background.
280
- *
281
- * The termination of the process can be awaited with wait().
282
- *
283
- * The callback receives the type of output (out or err) and some bytes from
284
- * the output in real-time while writing the standard input to the process.
285
- * It allows to have feedback from the independent process during execution.
286
- *
287
- * @param callable|null $callback A PHP callback to run whenever there is some
288
- * output available on STDOUT or STDERR
289
- *
290
- * @throws ProcessStartFailedException When process can't be launched
291
- * @throws RuntimeException When process is already running
292
- * @throws LogicException In case a callback is provided and output has been disabled
293
- */
294
- public function start(?callable $callback = null, array $env = []): void
295
- {
296
- if ($this->isRunning()) {
297
- throw new RuntimeException('Process is already running.');
298
- }
299
-
300
- $this->resetProcessData();
301
- $this->starttime = $this->lastOutputTime = microtime(true);
302
- $this->callback = $this->buildCallback($callback);
303
- $descriptors = $this->getDescriptors(null !== $callback);
304
-
305
- if ($this->env) {
306
- $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->env, $env, 'strcasecmp') : $this->env;
307
- }
308
-
309
- $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->getDefaultEnv(), $env, 'strcasecmp') : $this->getDefaultEnv();
310
-
311
- if (\is_array($commandline = $this->commandline)) {
312
- $commandline = array_values(array_map(strval(...), $commandline));
313
- } else {
314
- $commandline = $this->replacePlaceholders($commandline, $env);
315
- }
316
-
317
- if ('\\' === \DIRECTORY_SEPARATOR) {
318
- $commandline = $this->prepareWindowsCommandLine($commandline, $env);
319
- } elseif ($this->isSigchildEnabled()) {
320
- // last exit code is output on the fourth pipe and caught to work around --enable-sigchild
321
- $descriptors[3] = ['pipe', 'w'];
322
-
323
- if (\is_array($commandline)) {
324
- // exec is mandatory to deal with sending a signal to the process
325
- $commandline = 'exec '.$this->buildShellCommandline($commandline);
326
- }
327
-
328
- // See https://unix.stackexchange.com/questions/71205/background-process-pipe-input
329
- $commandline = '{ ('.$commandline.') <&3 3<&- 3>/dev/null & } 3<&0;';
330
- $commandline .= 'pid=$!; echo $pid >&3; wait $pid 2>/dev/null; code=$?; echo $code >&3; exit $code';
331
- }
332
-
333
- $envPairs = [];
334
- foreach ($env as $k => $v) {
335
- if (false !== $v && false === \in_array($k, ['argc', 'argv', 'ARGC', 'ARGV'], true)) {
336
- $envPairs[] = $k.'='.$v;
337
- }
338
- }
339
-
340
- if (!is_dir($this->cwd)) {
341
- throw new RuntimeException(\sprintf('The provided cwd "%s" does not exist.', $this->cwd));
342
- }
343
-
344
- $lastError = null;
345
- set_error_handler(function ($type, $msg) use (&$lastError) {
346
- $lastError = $msg;
347
-
348
- return true;
349
- });
350
-
351
- $oldMask = [];
352
-
353
- if ($this->ignoredSignals && \function_exists('pcntl_sigprocmask')) {
354
- // we block signals we want to ignore, as proc_open will use fork / posix_spawn which will copy the signal mask this allow to block
355
- // signals in the child process
356
- pcntl_sigprocmask(\SIG_BLOCK, $this->ignoredSignals, $oldMask);
357
- }
358
-
359
- try {
360
- $process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
361
-
362
- // Ensure array vs string commands behave the same
363
- if (!$process && \is_array($commandline)) {
364
- $process = @proc_open('exec '.$this->buildShellCommandline($commandline), $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
365
- }
366
- } finally {
367
- if ($this->ignoredSignals && \function_exists('pcntl_sigprocmask')) {
368
- // we restore the signal mask here to avoid any side effects
369
- pcntl_sigprocmask(\SIG_SETMASK, $oldMask);
370
- }
371
-
372
- restore_error_handler();
373
- }
374
-
375
- if (!$process) {
376
- throw new ProcessStartFailedException($this, $lastError);
377
- }
378
- $this->process = $process;
379
- $this->status = self::STATUS_STARTED;
380
-
381
- if (isset($descriptors[3])) {
382
- $this->fallbackStatus['pid'] = (int) fgets($this->processPipes->pipes[3]);
383
- }
384
-
385
- if ($this->tty) {
386
- return;
387
- }
388
-
389
- $this->updateStatus(false);
390
- $this->checkTimeout();
391
- }
392
-
393
- /**
394
- * Restarts the process.
395
- *
396
- * Be warned that the process is cloned before being started.
397
- *
398
- * @param callable|null $callback A PHP callback to run whenever there is some
399
- * output available on STDOUT or STDERR
400
- *
401
- * @throws ProcessStartFailedException When process can't be launched
402
- * @throws RuntimeException When process is already running
403
- *
404
- * @see start()
405
- *
406
- * @final
407
- */
408
- public function restart(?callable $callback = null, array $env = []): static
409
- {
410
- if ($this->isRunning()) {
411
- throw new RuntimeException('Process is already running.');
412
- }
413
-
414
- $process = clone $this;
415
- $process->start($callback, $env);
416
-
417
- return $process;
418
- }
419
-
420
- /**
421
- * Waits for the process to terminate.
422
- *
423
- * The callback receives the type of output (out or err) and some bytes
424
- * from the output in real-time while writing the standard input to the process.
425
- * It allows to have feedback from the independent process during execution.
426
- *
427
- * @param callable|null $callback A valid PHP callback
428
- *
429
- * @return int The exitcode of the process
430
- *
431
- * @throws ProcessTimedOutException When process timed out
432
- * @throws ProcessSignaledException When process stopped after receiving signal
433
- * @throws LogicException When process is not yet started
434
- */
435
- public function wait(?callable $callback = null): int
436
- {
437
- $this->requireProcessIsStarted(__FUNCTION__);
438
-
439
- $this->updateStatus(false);
440
-
441
- if (null !== $callback) {
442
- if (!$this->processPipes->haveReadSupport()) {
443
- $this->stop(0);
444
- throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::wait".');
445
- }
446
- $this->callback = $this->buildCallback($callback);
447
- }
448
-
449
- do {
450
- $this->checkTimeout();
451
- $running = $this->isRunning() && ('\\' === \DIRECTORY_SEPARATOR || $this->processPipes->areOpen());
452
- $this->readPipes($running, '\\' !== \DIRECTORY_SEPARATOR || !$running);
453
- } while ($running);
454
-
455
- while ($this->isRunning()) {
456
- $this->checkTimeout();
457
- usleep(1000);
458
- }
459
-
460
- if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
461
- throw new ProcessSignaledException($this);
462
- }
463
-
464
- return $this->exitcode;
465
- }
466
-
467
- /**
468
- * Waits until the callback returns true.
469
- *
470
- * The callback receives the type of output (out or err) and some bytes
471
- * from the output in real-time while writing the standard input to the process.
472
- * It allows to have feedback from the independent process during execution.
473
- *
474
- * @throws RuntimeException When process timed out
475
- * @throws LogicException When process is not yet started
476
- * @throws ProcessTimedOutException In case the timeout was reached
477
- */
478
- public function waitUntil(callable $callback): bool
479
- {
480
- $this->requireProcessIsStarted(__FUNCTION__);
481
- $this->updateStatus(false);
482
-
483
- if (!$this->processPipes->haveReadSupport()) {
484
- $this->stop(0);
485
- throw new LogicException('Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::waitUntil".');
486
- }
487
- $callback = $this->buildCallback($callback);
488
-
489
- $ready = false;
490
- while (true) {
491
- $this->checkTimeout();
492
- $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();
493
- $output = $this->processPipes->readAndWrite($running, '\\' !== \DIRECTORY_SEPARATOR || !$running);
494
-
495
- foreach ($output as $type => $data) {
496
- if (3 !== $type) {
497
- $ready = $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data) || $ready;
498
- } elseif (!isset($this->fallbackStatus['signaled'])) {
499
- $this->fallbackStatus['exitcode'] = (int) $data;
500
- }
501
- }
502
- if ($ready) {
503
- return true;
504
- }
505
- if (!$running) {
506
- return false;
507
- }
508
-
509
- usleep(1000);
510
- }
511
- }
512
-
513
- /**
514
- * Returns the Pid (process identifier), if applicable.
515
- *
516
- * @return int|null The process id if running, null otherwise
517
- */
518
- public function getPid(): ?int
519
- {
520
- return $this->isRunning() ? $this->processInformation['pid'] : null;
521
- }
522
-
523
- /**
524
- * Sends a POSIX signal to the process.
525
- *
526
- * @param int $signal A valid POSIX signal (see https://php.net/pcntl.constants)
527
- *
528
- * @return $this
529
- *
530
- * @throws LogicException In case the process is not running
531
- * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
532
- * @throws RuntimeException In case of failure
533
- */
534
- public function signal(int $signal): static
535
- {
536
- $this->doSignal($signal, true);
537
-
538
- return $this;
539
- }
540
-
541
- /**
542
- * Disables fetching output and error output from the underlying process.
543
- *
544
- * @return $this
545
- *
546
- * @throws RuntimeException In case the process is already running
547
- * @throws LogicException if an idle timeout is set
548
- */
549
- public function disableOutput(): static
550
- {
551
- if ($this->isRunning()) {
552
- throw new RuntimeException('Disabling output while the process is running is not possible.');
553
- }
554
- if (null !== $this->idleTimeout) {
555
- throw new LogicException('Output cannot be disabled while an idle timeout is set.');
556
- }
557
-
558
- $this->outputDisabled = true;
559
-
560
- return $this;
561
- }
562
-
563
- /**
564
- * Enables fetching output and error output from the underlying process.
565
- *
566
- * @return $this
567
- *
568
- * @throws RuntimeException In case the process is already running
569
- */
570
- public function enableOutput(): static
571
- {
572
- if ($this->isRunning()) {
573
- throw new RuntimeException('Enabling output while the process is running is not possible.');
574
- }
575
-
576
- $this->outputDisabled = false;
577
-
578
- return $this;
579
- }
580
-
581
- /**
582
- * Returns true in case the output is disabled, false otherwise.
583
- */
584
- public function isOutputDisabled(): bool
585
- {
586
- return $this->outputDisabled;
587
- }
588
-
589
- /**
590
- * Returns the current output of the process (STDOUT).
591
- *
592
- * @throws LogicException in case the output has been disabled
593
- * @throws LogicException In case the process is not started
594
- */
595
- public function getOutput(): string
596
- {
597
- $this->readPipesForOutput(__FUNCTION__);
598
-
599
- if (false === $ret = stream_get_contents($this->stdout, -1, 0)) {
600
- return '';
601
- }
602
-
603
- return $ret;
604
- }
605
-
606
- /**
607
- * Returns the output incrementally.
608
- *
609
- * In comparison with the getOutput method which always return the whole
610
- * output, this one returns the new output since the last call.
611
- *
612
- * @throws LogicException in case the output has been disabled
613
- * @throws LogicException In case the process is not started
614
- */
615
- public function getIncrementalOutput(): string
616
- {
617
- $this->readPipesForOutput(__FUNCTION__);
618
-
619
- $latest = stream_get_contents($this->stdout, -1, $this->incrementalOutputOffset);
620
- $this->incrementalOutputOffset = ftell($this->stdout);
621
-
622
- if (false === $latest) {
623
- return '';
624
- }
625
-
626
- return $latest;
627
- }
628
-
629
- /**
630
- * Returns an iterator to the output of the process, with the output type as keys (Process::OUT/ERR).
631
- *
632
- * @param int $flags A bit field of Process::ITER_* flags
633
- *
634
- * @return \Generator<string, string>
635
- *
636
- * @throws LogicException in case the output has been disabled
637
- * @throws LogicException In case the process is not started
638
- */
639
- public function getIterator(int $flags = 0): \Generator
640
- {
641
- $this->readPipesForOutput(__FUNCTION__, false);
642
-
643
- $clearOutput = !(self::ITER_KEEP_OUTPUT & $flags);
644
- $blocking = !(self::ITER_NON_BLOCKING & $flags);
645
- $yieldOut = !(self::ITER_SKIP_OUT & $flags);
646
- $yieldErr = !(self::ITER_SKIP_ERR & $flags);
647
-
648
- while (null !== $this->callback || ($yieldOut && !feof($this->stdout)) || ($yieldErr && !feof($this->stderr))) {
649
- if ($yieldOut) {
650
- $out = stream_get_contents($this->stdout, -1, $this->incrementalOutputOffset);
651
-
652
- if (isset($out[0])) {
653
- if ($clearOutput) {
654
- $this->clearOutput();
655
- } else {
656
- $this->incrementalOutputOffset = ftell($this->stdout);
657
- }
658
-
659
- yield self::OUT => $out;
660
- }
661
- }
662
-
663
- if ($yieldErr) {
664
- $err = stream_get_contents($this->stderr, -1, $this->incrementalErrorOutputOffset);
665
-
666
- if (isset($err[0])) {
667
- if ($clearOutput) {
668
- $this->clearErrorOutput();
669
- } else {
670
- $this->incrementalErrorOutputOffset = ftell($this->stderr);
671
- }
672
-
673
- yield self::ERR => $err;
674
- }
675
- }
676
-
677
- if (!$blocking && !isset($out[0]) && !isset($err[0])) {
678
- yield self::OUT => '';
679
- }
680
-
681
- $this->checkTimeout();
682
- $this->readPipesForOutput(__FUNCTION__, $blocking);
683
- }
684
- }
685
-
686
- /**
687
- * Clears the process output.
688
- *
689
- * @return $this
690
- */
691
- public function clearOutput(): static
692
- {
693
- ftruncate($this->stdout, 0);
694
- fseek($this->stdout, 0);
695
- $this->incrementalOutputOffset = 0;
696
-
697
- return $this;
698
- }
699
-
700
- /**
701
- * Returns the current error output of the process (STDERR).
702
- *
703
- * @throws LogicException in case the output has been disabled
704
- * @throws LogicException In case the process is not started
705
- */
706
- public function getErrorOutput(): string
707
- {
708
- $this->readPipesForOutput(__FUNCTION__);
709
-
710
- if (false === $ret = stream_get_contents($this->stderr, -1, 0)) {
711
- return '';
712
- }
713
-
714
- return $ret;
715
- }
716
-
717
- /**
718
- * Returns the errorOutput incrementally.
719
- *
720
- * In comparison with the getErrorOutput method which always return the
721
- * whole error output, this one returns the new error output since the last
722
- * call.
723
- *
724
- * @throws LogicException in case the output has been disabled
725
- * @throws LogicException In case the process is not started
726
- */
727
- public function getIncrementalErrorOutput(): string
728
- {
729
- $this->readPipesForOutput(__FUNCTION__);
730
-
731
- $latest = stream_get_contents($this->stderr, -1, $this->incrementalErrorOutputOffset);
732
- $this->incrementalErrorOutputOffset = ftell($this->stderr);
733
-
734
- if (false === $latest) {
735
- return '';
736
- }
737
-
738
- return $latest;
739
- }
740
-
741
- /**
742
- * Clears the process output.
743
- *
744
- * @return $this
745
- */
746
- public function clearErrorOutput(): static
747
- {
748
- ftruncate($this->stderr, 0);
749
- fseek($this->stderr, 0);
750
- $this->incrementalErrorOutputOffset = 0;
751
-
752
- return $this;
753
- }
754
-
755
- /**
756
- * Returns the exit code returned by the process.
757
- *
758
- * @return int|null The exit status code, null if the Process is not terminated
759
- */
760
- public function getExitCode(): ?int
761
- {
762
- $this->updateStatus(false);
763
-
764
- return $this->exitcode;
765
- }
766
-
767
- /**
768
- * Returns a string representation for the exit code returned by the process.
769
- *
770
- * This method relies on the Unix exit code status standardization
771
- * and might not be relevant for other operating systems.
772
- *
773
- * @return string|null A string representation for the exit status code, null if the Process is not terminated
774
- *
775
- * @see http://tldp.org/LDP/abs/html/exitcodes.html
776
- * @see http://en.wikipedia.org/wiki/Unix_signal
777
- */
778
- public function getExitCodeText(): ?string
779
- {
780
- if (null === $exitcode = $this->getExitCode()) {
781
- return null;
782
- }
783
-
784
- return self::$exitCodes[$exitcode] ?? 'Unknown error';
785
- }
786
-
787
- /**
788
- * Checks if the process ended successfully.
789
- */
790
- public function isSuccessful(): bool
791
- {
792
- return 0 === $this->getExitCode();
793
- }
794
-
795
- /**
796
- * Returns true if the child process has been terminated by an uncaught signal.
797
- *
798
- * It always returns false on Windows.
799
- *
800
- * @throws LogicException In case the process is not terminated
801
- */
802
- public function hasBeenSignaled(): bool
803
- {
804
- $this->requireProcessIsTerminated(__FUNCTION__);
805
-
806
- return $this->processInformation['signaled'];
807
- }
808
-
809
- /**
810
- * Returns the number of the signal that caused the child process to terminate its execution.
811
- *
812
- * It is only meaningful if hasBeenSignaled() returns true.
813
- *
814
- * @throws RuntimeException In case --enable-sigchild is activated
815
- * @throws LogicException In case the process is not terminated
816
- */
817
- public function getTermSignal(): int
818
- {
819
- $this->requireProcessIsTerminated(__FUNCTION__);
820
-
821
- if ($this->isSigchildEnabled() && -1 === $this->processInformation['termsig']) {
822
- throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot be retrieved.');
823
- }
824
-
825
- return $this->processInformation['termsig'];
826
- }
827
-
828
- /**
829
- * Returns true if the child process has been stopped by a signal.
830
- *
831
- * It always returns false on Windows.
832
- *
833
- * @throws LogicException In case the process is not terminated
834
- */
835
- public function hasBeenStopped(): bool
836
- {
837
- $this->requireProcessIsTerminated(__FUNCTION__);
838
-
839
- return $this->processInformation['stopped'];
840
- }
841
-
842
- /**
843
- * Returns the number of the signal that caused the child process to stop its execution.
844
- *
845
- * It is only meaningful if hasBeenStopped() returns true.
846
- *
847
- * @throws LogicException In case the process is not terminated
848
- */
849
- public function getStopSignal(): int
850
- {
851
- $this->requireProcessIsTerminated(__FUNCTION__);
852
-
853
- return $this->processInformation['stopsig'];
854
- }
855
-
856
- /**
857
- * Checks if the process is currently running.
858
- */
859
- public function isRunning(): bool
860
- {
861
- if (self::STATUS_STARTED !== $this->status) {
862
- return false;
863
- }
864
-
865
- $this->updateStatus(false);
866
-
867
- return $this->processInformation['running'];
868
- }
869
-
870
- /**
871
- * Checks if the process has been started with no regard to the current state.
872
- */
873
- public function isStarted(): bool
874
- {
875
- return self::STATUS_READY != $this->status;
876
- }
877
-
878
- /**
879
- * Checks if the process is terminated.
880
- */
881
- public function isTerminated(): bool
882
- {
883
- $this->updateStatus(false);
884
-
885
- return self::STATUS_TERMINATED == $this->status;
886
- }
887
-
888
- /**
889
- * Gets the process status.
890
- *
891
- * The status is one of: ready, started, terminated.
892
- */
893
- public function getStatus(): string
894
- {
895
- $this->updateStatus(false);
896
-
897
- return $this->status;
898
- }
899
-
900
- /**
901
- * Stops the process.
902
- *
903
- * @param int|float $timeout The timeout in seconds
904
- * @param int|null $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
905
- *
906
- * @return int|null The exit-code of the process or null if it's not running
907
- */
908
- public function stop(float $timeout = 10, ?int $signal = null): ?int
909
- {
910
- $timeoutMicro = microtime(true) + $timeout;
911
- if ($this->isRunning()) {
912
- // given SIGTERM may not be defined and that "proc_terminate" uses the constant value and not the constant itself, we use the same here
913
- $this->doSignal(15, false);
914
- do {
915
- usleep(1000);
916
- } while ($this->isRunning() && microtime(true) < $timeoutMicro);
917
-
918
- if ($this->isRunning()) {
919
- // Avoid exception here: process is supposed to be running, but it might have stopped just
920
- // after this line. In any case, let's silently discard the error, we cannot do anything.
921
- $this->doSignal($signal ?: 9, false);
922
- }
923
- }
924
-
925
- if ($this->isRunning()) {
926
- if (isset($this->fallbackStatus['pid'])) {
927
- unset($this->fallbackStatus['pid']);
928
-
929
- return $this->stop(0, $signal);
930
- }
931
- $this->close();
932
- }
933
-
934
- return $this->exitcode;
935
- }
936
-
937
- /**
938
- * Adds a line to the STDOUT stream.
939
- *
940
- * @internal
941
- */
942
- public function addOutput(string $line): void
943
- {
944
- $this->lastOutputTime = microtime(true);
945
-
946
- fseek($this->stdout, 0, \SEEK_END);
947
- fwrite($this->stdout, $line);
948
- fseek($this->stdout, $this->incrementalOutputOffset);
949
- }
950
-
951
- /**
952
- * Adds a line to the STDERR stream.
953
- *
954
- * @internal
955
- */
956
- public function addErrorOutput(string $line): void
957
- {
958
- $this->lastOutputTime = microtime(true);
959
-
960
- fseek($this->stderr, 0, \SEEK_END);
961
- fwrite($this->stderr, $line);
962
- fseek($this->stderr, $this->incrementalErrorOutputOffset);
963
- }
964
-
965
- /**
966
- * Gets the last output time in seconds.
967
- */
968
- public function getLastOutputTime(): ?float
969
- {
970
- return $this->lastOutputTime;
971
- }
972
-
973
- /**
974
- * Gets the command line to be executed.
975
- */
976
- public function getCommandLine(): string
977
- {
978
- return $this->buildShellCommandline($this->commandline);
979
- }
980
-
981
- /**
982
- * Gets the process timeout in seconds (max. runtime).
983
- */
984
- public function getTimeout(): ?float
985
- {
986
- return $this->timeout;
987
- }
988
-
989
- /**
990
- * Gets the process idle timeout in seconds (max. time since last output).
991
- */
992
- public function getIdleTimeout(): ?float
993
- {
994
- return $this->idleTimeout;
995
- }
996
-
997
- /**
998
- * Sets the process timeout (max. runtime) in seconds.
999
- *
1000
- * To disable the timeout, set this value to null.
1001
- *
1002
- * @return $this
1003
- *
1004
- * @throws InvalidArgumentException if the timeout is negative
1005
- */
1006
- public function setTimeout(?float $timeout): static
1007
- {
1008
- $this->timeout = $this->validateTimeout($timeout);
1009
-
1010
- return $this;
1011
- }
1012
-
1013
- /**
1014
- * Sets the process idle timeout (max. time since last output) in seconds.
1015
- *
1016
- * To disable the timeout, set this value to null.
1017
- *
1018
- * @return $this
1019
- *
1020
- * @throws LogicException if the output is disabled
1021
- * @throws InvalidArgumentException if the timeout is negative
1022
- */
1023
- public function setIdleTimeout(?float $timeout): static
1024
- {
1025
- if (null !== $timeout && $this->outputDisabled) {
1026
- throw new LogicException('Idle timeout cannot be set while the output is disabled.');
1027
- }
1028
-
1029
- $this->idleTimeout = $this->validateTimeout($timeout);
1030
-
1031
- return $this;
1032
- }
1033
-
1034
- /**
1035
- * Enables or disables the TTY mode.
1036
- *
1037
- * @return $this
1038
- *
1039
- * @throws RuntimeException In case the TTY mode is not supported
1040
- */
1041
- public function setTty(bool $tty): static
1042
- {
1043
- if ('\\' === \DIRECTORY_SEPARATOR && $tty) {
1044
- throw new RuntimeException('TTY mode is not supported on Windows platform.');
1045
- }
1046
-
1047
- if ($tty && !self::isTtySupported()) {
1048
- throw new RuntimeException('TTY mode requires /dev/tty to be read/writable.');
1049
- }
1050
-
1051
- $this->tty = $tty;
1052
-
1053
- return $this;
1054
- }
1055
-
1056
- /**
1057
- * Checks if the TTY mode is enabled.
1058
- */
1059
- public function isTty(): bool
1060
- {
1061
- return $this->tty;
1062
- }
1063
-
1064
- /**
1065
- * Sets PTY mode.
1066
- *
1067
- * @return $this
1068
- */
1069
- public function setPty(bool $bool): static
1070
- {
1071
- $this->pty = $bool;
1072
-
1073
- return $this;
1074
- }
1075
-
1076
- /**
1077
- * Returns PTY state.
1078
- */
1079
- public function isPty(): bool
1080
- {
1081
- return $this->pty;
1082
- }
1083
-
1084
- /**
1085
- * Gets the working directory.
1086
- */
1087
- public function getWorkingDirectory(): ?string
1088
- {
1089
- if (null === $this->cwd) {
1090
- // getcwd() will return false if any one of the parent directories does not have
1091
- // the readable or search mode set, even if the current directory does
1092
- return getcwd() ?: null;
1093
- }
1094
-
1095
- return $this->cwd;
1096
- }
1097
-
1098
- /**
1099
- * Sets the current working directory.
1100
- *
1101
- * @return $this
1102
- */
1103
- public function setWorkingDirectory(string $cwd): static
1104
- {
1105
- $this->cwd = $cwd;
1106
-
1107
- return $this;
1108
- }
1109
-
1110
- /**
1111
- * Gets the environment variables.
1112
- */
1113
- public function getEnv(): array
1114
- {
1115
- return $this->env;
1116
- }
1117
-
1118
- /**
1119
- * Sets the environment variables.
1120
- *
1121
- * @param array<string|\Stringable> $env The new environment variables
1122
- *
1123
- * @return $this
1124
- */
1125
- public function setEnv(array $env): static
1126
- {
1127
- $this->env = $env;
1128
-
1129
- return $this;
1130
- }
1131
-
1132
- /**
1133
- * Gets the Process input.
1134
- *
1135
- * @return resource|string|\Iterator|null
1136
- */
1137
- public function getInput()
1138
- {
1139
- return $this->input;
1140
- }
1141
-
1142
- /**
1143
- * Sets the input.
1144
- *
1145
- * This content will be passed to the underlying process standard input.
1146
- *
1147
- * @param string|resource|\Traversable|self|null $input The content
1148
- *
1149
- * @return $this
1150
- *
1151
- * @throws LogicException In case the process is running
1152
- */
1153
- public function setInput(mixed $input): static
1154
- {
1155
- if ($this->isRunning()) {
1156
- throw new LogicException('Input cannot be set while the process is running.');
1157
- }
1158
-
1159
- $this->input = ProcessUtils::validateInput(__METHOD__, $input);
1160
-
1161
- return $this;
1162
- }
1163
-
1164
- /**
1165
- * Performs a check between the timeout definition and the time the process started.
1166
- *
1167
- * In case you run a background process (with the start method), you should
1168
- * trigger this method regularly to ensure the process timeout
1169
- *
1170
- * @throws ProcessTimedOutException In case the timeout was reached
1171
- */
1172
- public function checkTimeout(): void
1173
- {
1174
- if (self::STATUS_STARTED !== $this->status) {
1175
- return;
1176
- }
1177
-
1178
- if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) {
1179
- $this->stop(0);
1180
-
1181
- throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
1182
- }
1183
-
1184
- if (null !== $this->idleTimeout && $this->idleTimeout < microtime(true) - $this->lastOutputTime) {
1185
- $this->stop(0);
1186
-
1187
- throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_IDLE);
1188
- }
1189
- }
1190
-
1191
- /**
1192
- * @throws LogicException in case process is not started
1193
- */
1194
- public function getStartTime(): float
1195
- {
1196
- if (!$this->isStarted()) {
1197
- throw new LogicException('Start time is only available after process start.');
1198
- }
1199
-
1200
- return $this->starttime;
1201
- }
1202
-
1203
- /**
1204
- * Defines options to pass to the underlying proc_open().
1205
- *
1206
- * @see https://php.net/proc_open for the options supported by PHP.
1207
- *
1208
- * Enabling the "create_new_console" option allows a subprocess to continue
1209
- * to run after the main process exited, on both Windows and *nix
1210
- */
1211
- public function setOptions(array $options): void
1212
- {
1213
- if ($this->isRunning()) {
1214
- throw new RuntimeException('Setting options while the process is running is not possible.');
1215
- }
1216
-
1217
- $defaultOptions = $this->options;
1218
- $existingOptions = ['blocking_pipes', 'create_process_group', 'create_new_console'];
1219
-
1220
- foreach ($options as $key => $value) {
1221
- if (!\in_array($key, $existingOptions)) {
1222
- $this->options = $defaultOptions;
1223
- throw new LogicException(\sprintf('Invalid option "%s" passed to "%s()". Supported options are "%s".', $key, __METHOD__, implode('", "', $existingOptions)));
1224
- }
1225
- $this->options[$key] = $value;
1226
- }
1227
- }
1228
-
1229
- /**
1230
- * Defines a list of posix signals that will not be propagated to the process.
1231
- *
1232
- * @param list<\SIG*> $signals
1233
- */
1234
- public function setIgnoredSignals(array $signals): void
1235
- {
1236
- if ($this->isRunning()) {
1237
- throw new RuntimeException('Setting ignored signals while the process is running is not possible.');
1238
- }
1239
-
1240
- $this->ignoredSignals = $signals;
1241
- }
1242
-
1243
- /**
1244
- * Returns whether TTY is supported on the current operating system.
1245
- */
1246
- public static function isTtySupported(): bool
1247
- {
1248
- static $isTtySupported;
1249
-
1250
- return $isTtySupported ??= ('/' === \DIRECTORY_SEPARATOR && stream_isatty(\STDOUT) && @is_writable('/dev/tty'));
1251
- }
1252
-
1253
- /**
1254
- * Returns whether PTY is supported on the current operating system.
1255
- */
1256
- public static function isPtySupported(): bool
1257
- {
1258
- static $result;
1259
-
1260
- if (null !== $result) {
1261
- return $result;
1262
- }
1263
-
1264
- if ('\\' === \DIRECTORY_SEPARATOR) {
1265
- return $result = false;
1266
- }
1267
-
1268
- return $result = (bool) @proc_open('echo 1 >/dev/null', [['pty'], ['pty'], ['pty']], $pipes);
1269
- }
1270
-
1271
- /**
1272
- * Creates the descriptors needed by the proc_open.
1273
- */
1274
- private function getDescriptors(bool $hasCallback): array
1275
- {
1276
- if ($this->input instanceof \Iterator) {
1277
- $this->input->rewind();
1278
- }
1279
- if ('\\' === \DIRECTORY_SEPARATOR) {
1280
- $this->processPipes = new WindowsPipes($this->input, !$this->outputDisabled || $hasCallback);
1281
- } else {
1282
- $this->processPipes = new UnixPipes($this->isTty(), $this->isPty(), $this->input, !$this->outputDisabled || $hasCallback);
1283
- }
1284
-
1285
- return $this->processPipes->getDescriptors();
1286
- }
1287
-
1288
- /**
1289
- * Builds up the callback used by wait().
1290
- *
1291
- * The callbacks adds all occurred output to the specific buffer and calls
1292
- * the user callback (if present) with the received output.
1293
- *
1294
- * @param callable|null $callback The user defined PHP callback
1295
- */
1296
- protected function buildCallback(?callable $callback = null): \Closure
1297
- {
1298
- if ($this->outputDisabled) {
1299
- return fn ($type, $data): bool => null !== $callback && $callback($type, $data);
1300
- }
1301
-
1302
- $out = self::OUT;
1303
-
1304
- return function ($type, $data) use ($callback, $out): bool {
1305
- if ($out == $type) {
1306
- $this->addOutput($data);
1307
- } else {
1308
- $this->addErrorOutput($data);
1309
- }
1310
-
1311
- return null !== $callback && $callback($type, $data);
1312
- };
1313
- }
1314
-
1315
- /**
1316
- * Updates the status of the process, reads pipes.
1317
- *
1318
- * @param bool $blocking Whether to use a blocking read call
1319
- */
1320
- protected function updateStatus(bool $blocking): void
1321
- {
1322
- if (self::STATUS_STARTED !== $this->status) {
1323
- return;
1324
- }
1325
-
1326
- if ($this->processInformation['running'] ?? true) {
1327
- $this->processInformation = proc_get_status($this->process);
1328
- }
1329
- $running = $this->processInformation['running'];
1330
-
1331
- $this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);
1332
-
1333
- if ($this->fallbackStatus && $this->isSigchildEnabled()) {
1334
- $this->processInformation = $this->fallbackStatus + $this->processInformation;
1335
- }
1336
-
1337
- if (!$running) {
1338
- $this->close();
1339
- }
1340
- }
1341
-
1342
- /**
1343
- * Returns whether PHP has been compiled with the '--enable-sigchild' option or not.
1344
- */
1345
- protected function isSigchildEnabled(): bool
1346
- {
1347
- if (null !== self::$sigchild) {
1348
- return self::$sigchild;
1349
- }
1350
-
1351
- if (!\function_exists('phpinfo')) {
1352
- return self::$sigchild = false;
1353
- }
1354
-
1355
- ob_start();
1356
- phpinfo(\INFO_GENERAL);
1357
-
1358
- return self::$sigchild = str_contains(ob_get_clean(), '--enable-sigchild');
1359
- }
1360
-
1361
- /**
1362
- * Reads pipes for the freshest output.
1363
- *
1364
- * @param string $caller The name of the method that needs fresh outputs
1365
- * @param bool $blocking Whether to use blocking calls or not
1366
- *
1367
- * @throws LogicException in case output has been disabled or process is not started
1368
- */
1369
- private function readPipesForOutput(string $caller, bool $blocking = false): void
1370
- {
1371
- if ($this->outputDisabled) {
1372
- throw new LogicException('Output has been disabled.');
1373
- }
1374
-
1375
- $this->requireProcessIsStarted($caller);
1376
-
1377
- $this->updateStatus($blocking);
1378
- }
1379
-
1380
- /**
1381
- * Validates and returns the filtered timeout.
1382
- *
1383
- * @throws InvalidArgumentException if the given timeout is a negative number
1384
- */
1385
- private function validateTimeout(?float $timeout): ?float
1386
- {
1387
- $timeout = (float) $timeout;
1388
-
1389
- if (0.0 === $timeout) {
1390
- $timeout = null;
1391
- } elseif ($timeout < 0) {
1392
- throw new InvalidArgumentException('The timeout value must be a valid positive integer or float number.');
1393
- }
1394
-
1395
- return $timeout;
1396
- }
1397
-
1398
- /**
1399
- * Reads pipes, executes callback.
1400
- *
1401
- * @param bool $blocking Whether to use blocking calls or not
1402
- * @param bool $close Whether to close file handles or not
1403
- */
1404
- private function readPipes(bool $blocking, bool $close): void
1405
- {
1406
- $result = $this->processPipes->readAndWrite($blocking, $close);
1407
-
1408
- $callback = $this->callback;
1409
- foreach ($result as $type => $data) {
1410
- if (3 !== $type) {
1411
- $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);
1412
- } elseif (!isset($this->fallbackStatus['signaled'])) {
1413
- $this->fallbackStatus['exitcode'] = (int) $data;
1414
- }
1415
- }
1416
- }
1417
-
1418
- /**
1419
- * Closes process resource, closes file handles, sets the exitcode.
1420
- *
1421
- * @return int The exitcode
1422
- */
1423
- private function close(): int
1424
- {
1425
- $this->processPipes->close();
1426
- if ($this->process) {
1427
- proc_close($this->process);
1428
- $this->process = null;
1429
- }
1430
- $this->exitcode = $this->processInformation['exitcode'];
1431
- $this->status = self::STATUS_TERMINATED;
1432
-
1433
- if (-1 === $this->exitcode) {
1434
- if ($this->processInformation['signaled'] && 0 < $this->processInformation['termsig']) {
1435
- // if process has been signaled, no exitcode but a valid termsig, apply Unix convention
1436
- $this->exitcode = 128 + $this->processInformation['termsig'];
1437
- } elseif ($this->isSigchildEnabled()) {
1438
- $this->processInformation['signaled'] = true;
1439
- $this->processInformation['termsig'] = -1;
1440
- }
1441
- }
1442
-
1443
- // Free memory from self-reference callback created by buildCallback
1444
- // Doing so in other contexts like __destruct or by garbage collector is ineffective
1445
- // Now pipes are closed, so the callback is no longer necessary
1446
- $this->callback = null;
1447
-
1448
- return $this->exitcode;
1449
- }
1450
-
1451
- /**
1452
- * Resets data related to the latest run of the process.
1453
- */
1454
- private function resetProcessData(): void
1455
- {
1456
- $this->starttime = null;
1457
- $this->callback = null;
1458
- $this->exitcode = null;
1459
- $this->fallbackStatus = [];
1460
- $this->processInformation = [];
1461
- $this->stdout = fopen('php://temp/maxmemory:'.(1024 * 1024), 'w+');
1462
- $this->stderr = fopen('php://temp/maxmemory:'.(1024 * 1024), 'w+');
1463
- $this->process = null;
1464
- $this->latestSignal = null;
1465
- $this->status = self::STATUS_READY;
1466
- $this->incrementalOutputOffset = 0;
1467
- $this->incrementalErrorOutputOffset = 0;
1468
- }
1469
-
1470
- /**
1471
- * Sends a POSIX signal to the process.
1472
- *
1473
- * @param int $signal A valid POSIX signal (see https://php.net/pcntl.constants)
1474
- * @param bool $throwException Whether to throw exception in case signal failed
1475
- *
1476
- * @throws LogicException In case the process is not running
1477
- * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
1478
- * @throws RuntimeException In case of failure
1479
- */
1480
- private function doSignal(int $signal, bool $throwException): bool
1481
- {
1482
- // Signal seems to be send when sigchild is enable, this allow blocking the signal correctly in this case
1483
- if ($this->isSigchildEnabled() && \in_array($signal, $this->ignoredSignals)) {
1484
- return false;
1485
- }
1486
-
1487
- if (null === $pid = $this->getPid()) {
1488
- if ($throwException) {
1489
- throw new LogicException('Cannot send signal on a non running process.');
1490
- }
1491
-
1492
- return false;
1493
- }
1494
-
1495
- if ('\\' === \DIRECTORY_SEPARATOR) {
1496
- exec(\sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1497
- if ($exitCode && $this->isRunning()) {
1498
- if ($throwException) {
1499
- throw new RuntimeException(\sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1500
- }
1501
-
1502
- return false;
1503
- }
1504
- } else {
1505
- if (!$this->isSigchildEnabled()) {
1506
- $ok = @proc_terminate($this->process, $signal);
1507
- } elseif (\function_exists('posix_kill')) {
1508
- $ok = @posix_kill($pid, $signal);
1509
- } elseif ($ok = proc_open(\sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) {
1510
- $ok = false === fgets($pipes[2]);
1511
- }
1512
- if (!$ok) {
1513
- if ($throwException) {
1514
- throw new RuntimeException(\sprintf('Error while sending signal "%s".', $signal));
1515
- }
1516
-
1517
- return false;
1518
- }
1519
- }
1520
-
1521
- $this->latestSignal = $signal;
1522
- $this->fallbackStatus['signaled'] = true;
1523
- $this->fallbackStatus['exitcode'] = -1;
1524
- $this->fallbackStatus['termsig'] = $this->latestSignal;
1525
-
1526
- return true;
1527
- }
1528
-
1529
- private function buildShellCommandline(string|array $commandline): string
1530
- {
1531
- if (\is_string($commandline)) {
1532
- return $commandline;
1533
- }
1534
-
1535
- if ('\\' === \DIRECTORY_SEPARATOR && isset($commandline[0][0]) && \strlen($commandline[0]) === strcspn($commandline[0], ':/\\')) {
1536
- // On Windows, we don't rely on the OS to find the executable if possible to avoid lookups
1537
- // in the current directory which could be untrusted. Instead we use the ExecutableFinder.
1538
- $commandline[0] = (self::$executables[$commandline[0]] ??= (new ExecutableFinder())->find($commandline[0])) ?? $commandline[0];
1539
- }
1540
-
1541
- return implode(' ', array_map($this->escapeArgument(...), $commandline));
1542
- }
1543
-
1544
- private function prepareWindowsCommandLine(string|array $cmd, array &$env): string
1545
- {
1546
- $cmd = $this->buildShellCommandline($cmd);
1547
- $uid = bin2hex(random_bytes(4));
1548
- $cmd = preg_replace_callback(
1549
- '/"(?:(
1550
- [^"%!^]*+
1551
- (?:
1552
- (?: !LF! | "(?:\^[%!^])?+" )
1553
- [^"%!^]*+
1554
- )++
1555
- ) | [^"]*+ )"/x',
1556
- function ($m) use (&$env, $uid) {
1557
- static $varCount = 0;
1558
- static $varCache = [];
1559
- if (!isset($m[1])) {
1560
- return $m[0];
1561
- }
1562
- if (isset($varCache[$m[0]])) {
1563
- return $varCache[$m[0]];
1564
- }
1565
- if (str_contains($value = $m[1], "\0")) {
1566
- $value = str_replace("\0", '?', $value);
1567
- }
1568
- if (false === strpbrk($value, "\"%!\n")) {
1569
- return '"'.$value.'"';
1570
- }
1571
-
1572
- $value = str_replace(['!LF!', '"^!"', '"^%"', '"^^"', '""'], ["\n", '!', '%', '^', '"'], $value);
1573
- $value = '"'.preg_replace('/(\\\\*)"/', '$1$1\\"', $value).'"';
1574
- $var = $uid.++$varCount;
1575
-
1576
- $env[$var] = $value;
1577
-
1578
- return $varCache[$m[0]] = '!'.$var.'!';
1579
- },
1580
- $cmd
1581
- );
1582
-
1583
- static $comSpec;
1584
-
1585
- if (!$comSpec && $comSpec = (new ExecutableFinder())->find('cmd.exe')) {
1586
- // Escape according to CommandLineToArgvW rules
1587
- $comSpec = '"'.preg_replace('{(\\\\*+)"}', '$1$1\"', $comSpec).'"';
1588
- }
1589
-
1590
- $cmd = ($comSpec ?? 'cmd').' /V:ON /E:ON /D /C ('.str_replace("\n", ' ', $cmd).')';
1591
- foreach ($this->processPipes->getFiles() as $offset => $filename) {
1592
- $cmd .= ' '.$offset.'>"'.$filename.'"';
1593
- }
1594
-
1595
- return $cmd;
1596
- }
1597
-
1598
- /**
1599
- * Ensures the process is running or terminated, throws a LogicException if the process has a not started.
1600
- *
1601
- * @throws LogicException if the process has not run
1602
- */
1603
- private function requireProcessIsStarted(string $functionName): void
1604
- {
1605
- if (!$this->isStarted()) {
1606
- throw new LogicException(\sprintf('Process must be started before calling "%s()".', $functionName));
1607
- }
1608
- }
1609
-
1610
- /**
1611
- * Ensures the process is terminated, throws a LogicException if the process has a status different than "terminated".
1612
- *
1613
- * @throws LogicException if the process is not yet terminated
1614
- */
1615
- private function requireProcessIsTerminated(string $functionName): void
1616
- {
1617
- if (!$this->isTerminated()) {
1618
- throw new LogicException(\sprintf('Process must be terminated before calling "%s()".', $functionName));
1619
- }
1620
- }
1621
-
1622
- /**
1623
- * Escapes a string to be used as a shell argument.
1624
- */
1625
- private function escapeArgument(?string $argument): string
1626
- {
1627
- if ('' === $argument || null === $argument) {
1628
- return '""';
1629
- }
1630
- if ('\\' !== \DIRECTORY_SEPARATOR) {
1631
- return "'".str_replace("'", "'\\''", $argument)."'";
1632
- }
1633
- if (str_contains($argument, "\0")) {
1634
- $argument = str_replace("\0", '?', $argument);
1635
- }
1636
- if (!preg_match('/[()%!^"<>&|\s]/', $argument)) {
1637
- return $argument;
1638
- }
1639
- $argument = preg_replace('/(\\\\+)$/', '$1$1', $argument);
1640
-
1641
- return '"'.str_replace(['"', '^', '%', '!', "\n"], ['""', '"^^"', '"^%"', '"^!"', '!LF!'], $argument).'"';
1642
- }
1643
-
1644
- private function replacePlaceholders(string $commandline, array $env): string
1645
- {
1646
- return preg_replace_callback('/"\$\{:([_a-zA-Z]++[_a-zA-Z0-9]*+)\}"/', function ($matches) use ($commandline, $env) {
1647
- if (!isset($env[$matches[1]]) || false === $env[$matches[1]]) {
1648
- throw new InvalidArgumentException(\sprintf('Command line is missing a value for parameter "%s": ', $matches[1]).$commandline);
1649
- }
1650
-
1651
- return $this->escapeArgument($env[$matches[1]]);
1652
- }, $commandline);
1653
- }
1654
-
1655
- private function getDefaultEnv(): array
1656
- {
1657
- $env = getenv();
1658
- $env = ('\\' === \DIRECTORY_SEPARATOR ? array_intersect_ukey($env, $_SERVER, 'strcasecmp') : array_intersect_key($env, $_SERVER)) ?: $env;
1659
-
1660
- return $_ENV + ('\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($env, $_ENV, 'strcasecmp') : $env);
1661
- }
1662
- }