dependabot-composer 0.111.55 → 0.111.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (907) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/vendor/autoload.php +7 -0
  3. data/helpers/vendor/bin/composer +1 -0
  4. data/helpers/vendor/bin/jsonlint +1 -0
  5. data/helpers/vendor/bin/validate-json +1 -0
  6. data/helpers/vendor/composer/ClassLoader.php +445 -0
  7. data/helpers/vendor/composer/LICENSE +21 -0
  8. data/helpers/vendor/composer/autoload_classmap.php +10 -0
  9. data/helpers/vendor/composer/autoload_files.php +12 -0
  10. data/helpers/vendor/composer/autoload_namespaces.php +9 -0
  11. data/helpers/vendor/composer/autoload_psr4.php +28 -0
  12. data/helpers/vendor/composer/autoload_real.php +70 -0
  13. data/helpers/vendor/composer/autoload_static.php +144 -0
  14. data/helpers/vendor/composer/ca-bundle/LICENSE +19 -0
  15. data/helpers/vendor/composer/ca-bundle/README.md +85 -0
  16. data/helpers/vendor/composer/ca-bundle/composer.json +54 -0
  17. data/helpers/vendor/composer/ca-bundle/res/cacert.pem +3507 -0
  18. data/helpers/vendor/composer/ca-bundle/src/CaBundle.php +310 -0
  19. data/helpers/vendor/composer/composer/.editorconfig +11 -0
  20. data/helpers/vendor/composer/composer/.gitattributes +17 -0
  21. data/helpers/vendor/composer/composer/.gitignore +11 -0
  22. data/helpers/vendor/composer/composer/CHANGELOG.md +828 -0
  23. data/helpers/vendor/composer/composer/LICENSE +19 -0
  24. data/helpers/vendor/composer/composer/PORTING_INFO +39 -0
  25. data/helpers/vendor/composer/composer/README.md +62 -0
  26. data/helpers/vendor/composer/composer/bin/compile +31 -0
  27. data/helpers/vendor/composer/composer/bin/composer +62 -0
  28. data/helpers/vendor/composer/composer/composer.json +86 -0
  29. data/helpers/vendor/composer/composer/composer.lock +1800 -0
  30. data/helpers/vendor/composer/composer/doc/00-intro.md +156 -0
  31. data/helpers/vendor/composer/composer/doc/01-basic-usage.md +266 -0
  32. data/helpers/vendor/composer/composer/doc/02-libraries.md +153 -0
  33. data/helpers/vendor/composer/composer/doc/03-cli.md +941 -0
  34. data/helpers/vendor/composer/composer/doc/04-schema.md +924 -0
  35. data/helpers/vendor/composer/composer/doc/05-repositories.md +717 -0
  36. data/helpers/vendor/composer/composer/doc/06-config.md +299 -0
  37. data/helpers/vendor/composer/composer/doc/07-community.md +35 -0
  38. data/helpers/vendor/composer/composer/doc/articles/aliases.md +111 -0
  39. data/helpers/vendor/composer/composer/doc/articles/autoloader-optimization.md +111 -0
  40. data/helpers/vendor/composer/composer/doc/articles/custom-installers.md +204 -0
  41. data/helpers/vendor/composer/composer/doc/articles/handling-private-packages-with-satis.md +356 -0
  42. data/helpers/vendor/composer/composer/doc/articles/http-basic-authentication.md +59 -0
  43. data/helpers/vendor/composer/composer/doc/articles/plugins.md +290 -0
  44. data/helpers/vendor/composer/composer/doc/articles/scripts.md +357 -0
  45. data/helpers/vendor/composer/composer/doc/articles/troubleshooting.md +309 -0
  46. data/helpers/vendor/composer/composer/doc/articles/vendor-binaries.md +110 -0
  47. data/helpers/vendor/composer/composer/doc/articles/versions.md +230 -0
  48. data/helpers/vendor/composer/composer/doc/dev/DefaultPolicy.md +55 -0
  49. data/helpers/vendor/composer/composer/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md +50 -0
  50. data/helpers/vendor/composer/composer/doc/faqs/how-to-install-composer-programmatically.md +42 -0
  51. data/helpers/vendor/composer/composer/doc/faqs/how-to-install-untrusted-packages-safely.md +19 -0
  52. data/helpers/vendor/composer/composer/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md +32 -0
  53. data/helpers/vendor/composer/composer/doc/faqs/which-version-numbering-system-does-composer-itself-use.md +4 -0
  54. data/helpers/vendor/composer/composer/doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md +21 -0
  55. data/helpers/vendor/composer/composer/doc/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md +21 -0
  56. data/helpers/vendor/composer/composer/doc/faqs/why-can't-composer-load-repositories-recursively.md +35 -0
  57. data/helpers/vendor/composer/composer/doc/fixtures/fixtures.md +22 -0
  58. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-plain/packages.json +158 -0
  59. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/bar/baz$923363b3c22e73abb2e3fd891c8156dd4d0821a97fd3e428bc910833e3e46dbe.json +50 -0
  60. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/foo/bar$4baabb3303afa3e34a4d3af18fb138e5f3b79029c1f8d9ab5b477ea15776ba0a.json +77 -0
  61. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/gar/nix$5d210670cb46c8364c8e3fb449967b9bea558b971e5b082f330ae4f1d484c321.json +50 -0
  62. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/provider-active$1893a061e579543822389ecd12d791c612db0c05e22d90e9286e233cacd86ed8.json +16 -0
  63. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/qux/quux$c142d1a07ca354be46b613f59f1d601923a5a00ccc5fcce50a77ecdd461eb72d.json +22 -0
  64. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/packages.json +9 -0
  65. data/helpers/vendor/composer/composer/res/composer-repository-schema.json +110 -0
  66. data/helpers/vendor/composer/composer/res/composer-schema.json +847 -0
  67. data/helpers/vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php +1013 -0
  68. data/helpers/vendor/composer/composer/src/Composer/Autoload/ClassLoader.php +445 -0
  69. data/helpers/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php +222 -0
  70. data/helpers/vendor/composer/composer/src/Composer/Cache.php +257 -0
  71. data/helpers/vendor/composer/composer/src/Composer/Command/AboutCommand.php +46 -0
  72. data/helpers/vendor/composer/composer/src/Composer/Command/ArchiveCommand.php +166 -0
  73. data/helpers/vendor/composer/composer/src/Composer/Command/BaseCommand.php +181 -0
  74. data/helpers/vendor/composer/composer/src/Composer/Command/BaseDependencyCommand.php +255 -0
  75. data/helpers/vendor/composer/composer/src/Composer/Command/CheckPlatformReqsCommand.php +162 -0
  76. data/helpers/vendor/composer/composer/src/Composer/Command/ClearCacheCommand.php +74 -0
  77. data/helpers/vendor/composer/composer/src/Composer/Command/ConfigCommand.php +722 -0
  78. data/helpers/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php +387 -0
  79. data/helpers/vendor/composer/composer/src/Composer/Command/DependsCommand.php +57 -0
  80. data/helpers/vendor/composer/composer/src/Composer/Command/DiagnoseCommand.php +729 -0
  81. data/helpers/vendor/composer/composer/src/Composer/Command/DumpAutoloadCommand.php +88 -0
  82. data/helpers/vendor/composer/composer/src/Composer/Command/ExecCommand.php +97 -0
  83. data/helpers/vendor/composer/composer/src/Composer/Command/GlobalCommand.php +111 -0
  84. data/helpers/vendor/composer/composer/src/Composer/Command/HomeCommand.php +168 -0
  85. data/helpers/vendor/composer/composer/src/Composer/Command/InitCommand.php +820 -0
  86. data/helpers/vendor/composer/composer/src/Composer/Command/InstallCommand.php +124 -0
  87. data/helpers/vendor/composer/composer/src/Composer/Command/LicensesCommand.php +159 -0
  88. data/helpers/vendor/composer/composer/src/Composer/Command/OutdatedCommand.php +95 -0
  89. data/helpers/vendor/composer/composer/src/Composer/Command/ProhibitsCommand.php +57 -0
  90. data/helpers/vendor/composer/composer/src/Composer/Command/RemoveCommand.php +163 -0
  91. data/helpers/vendor/composer/composer/src/Composer/Command/RequireCommand.php +267 -0
  92. data/helpers/vendor/composer/composer/src/Composer/Command/RunScriptCommand.php +142 -0
  93. data/helpers/vendor/composer/composer/src/Composer/Command/ScriptAliasCommand.php +66 -0
  94. data/helpers/vendor/composer/composer/src/Composer/Command/SearchCommand.php +83 -0
  95. data/helpers/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php +405 -0
  96. data/helpers/vendor/composer/composer/src/Composer/Command/ShowCommand.php +1015 -0
  97. data/helpers/vendor/composer/composer/src/Composer/Command/StatusCommand.php +214 -0
  98. data/helpers/vendor/composer/composer/src/Composer/Command/SuggestsCommand.php +152 -0
  99. data/helpers/vendor/composer/composer/src/Composer/Command/UpdateCommand.php +228 -0
  100. data/helpers/vendor/composer/composer/src/Composer/Command/ValidateCommand.php +172 -0
  101. data/helpers/vendor/composer/composer/src/Composer/Compiler.php +284 -0
  102. data/helpers/vendor/composer/composer/src/Composer/Composer.php +283 -0
  103. data/helpers/vendor/composer/composer/src/Composer/Config.php +479 -0
  104. data/helpers/vendor/composer/composer/src/Composer/Config/ConfigSourceInterface.php +91 -0
  105. data/helpers/vendor/composer/composer/src/Composer/Config/JsonConfigSource.php +271 -0
  106. data/helpers/vendor/composer/composer/src/Composer/Console/Application.php +494 -0
  107. data/helpers/vendor/composer/composer/src/Composer/Console/HtmlOutputFormatter.php +90 -0
  108. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Decisions.php +211 -0
  109. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/DefaultPolicy.php +285 -0
  110. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/GenericRule.php +91 -0
  111. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/InstallOperation.php +66 -0
  112. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasInstalledOperation.php +67 -0
  113. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasUninstalledOperation.php +67 -0
  114. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/OperationInterface.php +42 -0
  115. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/SolverOperation.php +50 -0
  116. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/UninstallOperation.php +66 -0
  117. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/UpdateOperation.php +80 -0
  118. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/PolicyInterface.php +27 -0
  119. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Pool.php +378 -0
  120. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Problem.php +257 -0
  121. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Request.php +78 -0
  122. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Rule.php +268 -0
  123. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Rule2Literals.php +113 -0
  124. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSet.php +176 -0
  125. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetGenerator.php +376 -0
  126. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetIterator.php +94 -0
  127. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchChain.php +52 -0
  128. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchGraph.php +144 -0
  129. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchNode.php +113 -0
  130. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Solver.php +874 -0
  131. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/SolverBugException.php +27 -0
  132. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/SolverProblemsException.php +88 -0
  133. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Transaction.php +244 -0
  134. data/helpers/vendor/composer/composer/src/Composer/Downloader/ArchiveDownloader.php +135 -0
  135. data/helpers/vendor/composer/composer/src/Composer/Downloader/ChangeReportInterface.php +32 -0
  136. data/helpers/vendor/composer/composer/src/Composer/Downloader/DownloadManager.php +325 -0
  137. data/helpers/vendor/composer/composer/src/Composer/Downloader/DownloaderInterface.php +64 -0
  138. data/helpers/vendor/composer/composer/src/Composer/Downloader/DvcsDownloaderInterface.php +32 -0
  139. data/helpers/vendor/composer/composer/src/Composer/Downloader/FileDownloader.php +322 -0
  140. data/helpers/vendor/composer/composer/src/Composer/Downloader/FilesystemException.php +26 -0
  141. data/helpers/vendor/composer/composer/src/Composer/Downloader/FossilDownloader.php +116 -0
  142. data/helpers/vendor/composer/composer/src/Composer/Downloader/GitDownloader.php +517 -0
  143. data/helpers/vendor/composer/composer/src/Composer/Downloader/GzipDownloader.php +84 -0
  144. data/helpers/vendor/composer/composer/src/Composer/Downloader/HgDownloader.php +100 -0
  145. data/helpers/vendor/composer/composer/src/Composer/Downloader/PathDownloader.php +224 -0
  146. data/helpers/vendor/composer/composer/src/Composer/Downloader/PearPackageExtractor.php +266 -0
  147. data/helpers/vendor/composer/composer/src/Composer/Downloader/PerforceDownloader.php +112 -0
  148. data/helpers/vendor/composer/composer/src/Composer/Downloader/PharDownloader.php +36 -0
  149. data/helpers/vendor/composer/composer/src/Composer/Downloader/RarDownloader.php +91 -0
  150. data/helpers/vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php +225 -0
  151. data/helpers/vendor/composer/composer/src/Composer/Downloader/TarDownloader.php +31 -0
  152. data/helpers/vendor/composer/composer/src/Composer/Downloader/TransportException.php +53 -0
  153. data/helpers/vendor/composer/composer/src/Composer/Downloader/VcsCapableDownloaderInterface.php +32 -0
  154. data/helpers/vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php +293 -0
  155. data/helpers/vendor/composer/composer/src/Composer/Downloader/XzDownloader.php +60 -0
  156. data/helpers/vendor/composer/composer/src/Composer/Downloader/ZipDownloader.php +230 -0
  157. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/Event.php +103 -0
  158. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/EventDispatcher.php +544 -0
  159. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php +48 -0
  160. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/ScriptExecutionException.php +20 -0
  161. data/helpers/vendor/composer/composer/src/Composer/Exception/NoSslException.php +20 -0
  162. data/helpers/vendor/composer/composer/src/Composer/Factory.php +653 -0
  163. data/helpers/vendor/composer/composer/src/Composer/IO/BaseIO.php +263 -0
  164. data/helpers/vendor/composer/composer/src/Composer/IO/BufferIO.php +86 -0
  165. data/helpers/vendor/composer/composer/src/Composer/IO/ConsoleIO.php +322 -0
  166. data/helpers/vendor/composer/composer/src/Composer/IO/IOInterface.php +207 -0
  167. data/helpers/vendor/composer/composer/src/Composer/IO/NullIO.php +129 -0
  168. data/helpers/vendor/composer/composer/src/Composer/Installer.php +1803 -0
  169. data/helpers/vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php +214 -0
  170. data/helpers/vendor/composer/composer/src/Composer/Installer/BinaryPresenceInterface.php +30 -0
  171. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallationManager.php +326 -0
  172. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerEvent.php +161 -0
  173. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerEvents.php +43 -0
  174. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerInterface.php +79 -0
  175. data/helpers/vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php +232 -0
  176. data/helpers/vendor/composer/composer/src/Composer/Installer/MetapackageInstaller.php +100 -0
  177. data/helpers/vendor/composer/composer/src/Composer/Installer/NoopInstaller.php +88 -0
  178. data/helpers/vendor/composer/composer/src/Composer/Installer/PackageEvent.php +65 -0
  179. data/helpers/vendor/composer/composer/src/Composer/Installer/PackageEvents.php +75 -0
  180. data/helpers/vendor/composer/composer/src/Composer/Installer/PearBinaryInstaller.php +144 -0
  181. data/helpers/vendor/composer/composer/src/Composer/Installer/PearInstaller.php +84 -0
  182. data/helpers/vendor/composer/composer/src/Composer/Installer/PluginInstaller.php +84 -0
  183. data/helpers/vendor/composer/composer/src/Composer/Installer/ProjectInstaller.php +99 -0
  184. data/helpers/vendor/composer/composer/src/Composer/Installer/SuggestedPackagesReporter.php +151 -0
  185. data/helpers/vendor/composer/composer/src/Composer/Json/JsonFile.php +306 -0
  186. data/helpers/vendor/composer/composer/src/Composer/Json/JsonFormatter.php +134 -0
  187. data/helpers/vendor/composer/composer/src/Composer/Json/JsonManipulator.php +522 -0
  188. data/helpers/vendor/composer/composer/src/Composer/Json/JsonValidationException.php +34 -0
  189. data/helpers/vendor/composer/composer/src/Composer/Package/AliasPackage.php +414 -0
  190. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFilter.php +44 -0
  191. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFinder.php +105 -0
  192. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchiveManager.php +183 -0
  193. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchiverInterface.php +43 -0
  194. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/BaseExcludeFilter.php +148 -0
  195. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ComposerExcludeFilter.php +31 -0
  196. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/GitExcludeFilter.php +79 -0
  197. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/HgExcludeFilter.php +107 -0
  198. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/PharArchiver.php +97 -0
  199. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ZipArchiver.php +74 -0
  200. data/helpers/vendor/composer/composer/src/Composer/Package/BasePackage.php +251 -0
  201. data/helpers/vendor/composer/composer/src/Composer/Package/Comparer/Comparer.php +129 -0
  202. data/helpers/vendor/composer/composer/src/Composer/Package/CompletePackage.php +199 -0
  203. data/helpers/vendor/composer/composer/src/Composer/Package/CompletePackageInterface.php +95 -0
  204. data/helpers/vendor/composer/composer/src/Composer/Package/Dumper/ArrayDumper.php +151 -0
  205. data/helpers/vendor/composer/composer/src/Composer/Package/Link.php +128 -0
  206. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/EmptyConstraint.php +24 -0
  207. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/LinkConstraintInterface.php +24 -0
  208. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/MultiConstraint.php +24 -0
  209. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/SpecificConstraint.php +24 -0
  210. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/VersionConstraint.php +24 -0
  211. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/ArrayLoader.php +290 -0
  212. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/InvalidPackageException.php +46 -0
  213. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/JsonLoader.php +45 -0
  214. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/LoaderInterface.php +30 -0
  215. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/RootPackageLoader.php +264 -0
  216. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/ValidatingArrayLoader.php +499 -0
  217. data/helpers/vendor/composer/composer/src/Composer/Package/Locker.php +438 -0
  218. data/helpers/vendor/composer/composer/src/Composer/Package/Package.php +612 -0
  219. data/helpers/vendor/composer/composer/src/Composer/Package/PackageInterface.php +389 -0
  220. data/helpers/vendor/composer/composer/src/Composer/Package/RootAliasPackage.php +173 -0
  221. data/helpers/vendor/composer/composer/src/Composer/Package/RootPackage.php +136 -0
  222. data/helpers/vendor/composer/composer/src/Composer/Package/RootPackageInterface.php +142 -0
  223. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionGuesser.php +302 -0
  224. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionParser.php +81 -0
  225. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionSelector.php +176 -0
  226. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capability/Capability.php +23 -0
  227. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capability/CommandProvider.php +33 -0
  228. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capable.php +43 -0
  229. data/helpers/vendor/composer/composer/src/Composer/Plugin/CommandEvent.php +88 -0
  230. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginEvents.php +61 -0
  231. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginInterface.php +39 -0
  232. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginManager.php +406 -0
  233. data/helpers/vendor/composer/composer/src/Composer/Plugin/PreCommandRunEvent.php +68 -0
  234. data/helpers/vendor/composer/composer/src/Composer/Plugin/PreFileDownloadEvent.php +78 -0
  235. data/helpers/vendor/composer/composer/src/Composer/Question/StrictConfirmationQuestion.php +94 -0
  236. data/helpers/vendor/composer/composer/src/Composer/Repository/ArrayRepository.php +208 -0
  237. data/helpers/vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php +107 -0
  238. data/helpers/vendor/composer/composer/src/Composer/Repository/BaseRepository.php +157 -0
  239. data/helpers/vendor/composer/composer/src/Composer/Repository/ComposerRepository.php +833 -0
  240. data/helpers/vendor/composer/composer/src/Composer/Repository/CompositeRepository.php +164 -0
  241. data/helpers/vendor/composer/composer/src/Composer/Repository/ConfigurableRepositoryInterface.php +23 -0
  242. data/helpers/vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php +97 -0
  243. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledArrayRepository.php +24 -0
  244. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledFilesystemRepository.php +22 -0
  245. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledRepositoryInterface.php +24 -0
  246. data/helpers/vendor/composer/composer/src/Composer/Repository/InvalidRepositoryException.php +22 -0
  247. data/helpers/vendor/composer/composer/src/Composer/Repository/PackageRepository.php +61 -0
  248. data/helpers/vendor/composer/composer/src/Composer/Repository/PathRepository.php +190 -0
  249. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/BaseChannelReader.php +82 -0
  250. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelInfo.php +67 -0
  251. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelReader.php +101 -0
  252. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest10Reader.php +164 -0
  253. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest11Reader.php +139 -0
  254. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/DependencyConstraint.php +60 -0
  255. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/DependencyInfo.php +50 -0
  256. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/PackageDependencyParser.php +317 -0
  257. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/PackageInfo.php +94 -0
  258. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ReleaseInfo.php +50 -0
  259. data/helpers/vendor/composer/composer/src/Composer/Repository/PearRepository.php +198 -0
  260. data/helpers/vendor/composer/composer/src/Composer/Repository/PlatformRepository.php +342 -0
  261. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryFactory.php +169 -0
  262. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryInterface.php +74 -0
  263. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryManager.php +177 -0
  264. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositorySecurityException.php +22 -0
  265. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/BitbucketDriver.php +452 -0
  266. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php +243 -0
  267. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitBitbucketDriver.php +91 -0
  268. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php +226 -0
  269. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php +476 -0
  270. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitLabDriver.php +518 -0
  271. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/HgBitbucketDriver.php +91 -0
  272. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/HgDriver.php +236 -0
  273. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/PerforceDriver.php +186 -0
  274. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php +397 -0
  275. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriver.php +175 -0
  276. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriverInterface.php +117 -0
  277. data/helpers/vendor/composer/composer/src/Composer/Repository/VcsRepository.php +410 -0
  278. data/helpers/vendor/composer/composer/src/Composer/Repository/VersionCacheInterface.php +23 -0
  279. data/helpers/vendor/composer/composer/src/Composer/Repository/WritableArrayRepository.php +66 -0
  280. data/helpers/vendor/composer/composer/src/Composer/Repository/WritableRepositoryInterface.php +54 -0
  281. data/helpers/vendor/composer/composer/src/Composer/Script/CommandEvent.php +22 -0
  282. data/helpers/vendor/composer/composer/src/Composer/Script/Event.php +133 -0
  283. data/helpers/vendor/composer/composer/src/Composer/Script/PackageEvent.php +24 -0
  284. data/helpers/vendor/composer/composer/src/Composer/Script/ScriptEvents.php +193 -0
  285. data/helpers/vendor/composer/composer/src/Composer/SelfUpdate/Keys.php +36 -0
  286. data/helpers/vendor/composer/composer/src/Composer/SelfUpdate/Versions.php +75 -0
  287. data/helpers/vendor/composer/composer/src/Composer/Util/AuthHelper.php +63 -0
  288. data/helpers/vendor/composer/composer/src/Composer/Util/Bitbucket.php +245 -0
  289. data/helpers/vendor/composer/composer/src/Composer/Util/ComposerMirror.php +57 -0
  290. data/helpers/vendor/composer/composer/src/Composer/Util/ConfigValidator.php +191 -0
  291. data/helpers/vendor/composer/composer/src/Composer/Util/ErrorHandler.php +82 -0
  292. data/helpers/vendor/composer/composer/src/Composer/Util/Filesystem.php +715 -0
  293. data/helpers/vendor/composer/composer/src/Composer/Util/Git.php +374 -0
  294. data/helpers/vendor/composer/composer/src/Composer/Util/GitHub.php +180 -0
  295. data/helpers/vendor/composer/composer/src/Composer/Util/GitLab.php +172 -0
  296. data/helpers/vendor/composer/composer/src/Composer/Util/Hg.php +94 -0
  297. data/helpers/vendor/composer/composer/src/Composer/Util/IniHelper.php +64 -0
  298. data/helpers/vendor/composer/composer/src/Composer/Util/NoProxyPattern.php +147 -0
  299. data/helpers/vendor/composer/composer/src/Composer/Util/PackageSorter.php +92 -0
  300. data/helpers/vendor/composer/composer/src/Composer/Util/Perforce.php +579 -0
  301. data/helpers/vendor/composer/composer/src/Composer/Util/Platform.php +92 -0
  302. data/helpers/vendor/composer/composer/src/Composer/Util/ProcessExecutor.php +193 -0
  303. data/helpers/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php +1126 -0
  304. data/helpers/vendor/composer/composer/src/Composer/Util/Silencer.php +78 -0
  305. data/helpers/vendor/composer/composer/src/Composer/Util/SpdxLicense.php +24 -0
  306. data/helpers/vendor/composer/composer/src/Composer/Util/StreamContextFactory.php +177 -0
  307. data/helpers/vendor/composer/composer/src/Composer/Util/Svn.php +381 -0
  308. data/helpers/vendor/composer/composer/src/Composer/Util/TlsHelper.php +202 -0
  309. data/helpers/vendor/composer/composer/src/Composer/Util/Url.php +55 -0
  310. data/helpers/vendor/composer/composer/src/Composer/Util/Zip.php +108 -0
  311. data/helpers/vendor/composer/composer/src/Composer/XdebugHandler.php +31 -0
  312. data/helpers/vendor/composer/composer/src/bootstrap.php +24 -0
  313. data/helpers/vendor/composer/installed.json +1051 -0
  314. data/helpers/vendor/composer/semver/CHANGELOG.md +72 -0
  315. data/helpers/vendor/composer/semver/LICENSE +19 -0
  316. data/helpers/vendor/composer/semver/README.md +70 -0
  317. data/helpers/vendor/composer/semver/composer.json +58 -0
  318. data/helpers/vendor/composer/semver/src/Comparator.php +111 -0
  319. data/helpers/vendor/composer/semver/src/Constraint/AbstractConstraint.php +63 -0
  320. data/helpers/vendor/composer/semver/src/Constraint/Constraint.php +219 -0
  321. data/helpers/vendor/composer/semver/src/Constraint/ConstraintInterface.php +32 -0
  322. data/helpers/vendor/composer/semver/src/Constraint/EmptyConstraint.php +59 -0
  323. data/helpers/vendor/composer/semver/src/Constraint/MultiConstraint.php +120 -0
  324. data/helpers/vendor/composer/semver/src/Semver.php +127 -0
  325. data/helpers/vendor/composer/semver/src/VersionParser.php +540 -0
  326. data/helpers/vendor/composer/spdx-licenses/.php_cs.dist +59 -0
  327. data/helpers/vendor/composer/spdx-licenses/CHANGELOG.md +94 -0
  328. data/helpers/vendor/composer/spdx-licenses/LICENSE +19 -0
  329. data/helpers/vendor/composer/spdx-licenses/README.md +69 -0
  330. data/helpers/vendor/composer/spdx-licenses/composer.json +56 -0
  331. data/helpers/vendor/composer/spdx-licenses/res/spdx-exceptions.json +110 -0
  332. data/helpers/vendor/composer/spdx-licenses/res/spdx-licenses.json +1982 -0
  333. data/helpers/vendor/composer/spdx-licenses/src/SpdxLicenses.php +343 -0
  334. data/helpers/vendor/composer/xdebug-handler/CHANGELOG.md +59 -0
  335. data/helpers/vendor/composer/xdebug-handler/LICENSE +21 -0
  336. data/helpers/vendor/composer/xdebug-handler/README.md +288 -0
  337. data/helpers/vendor/composer/xdebug-handler/composer.json +40 -0
  338. data/helpers/vendor/composer/xdebug-handler/src/PhpConfig.php +73 -0
  339. data/helpers/vendor/composer/xdebug-handler/src/Process.php +170 -0
  340. data/helpers/vendor/composer/xdebug-handler/src/Status.php +163 -0
  341. data/helpers/vendor/composer/xdebug-handler/src/XdebugHandler.php +565 -0
  342. data/helpers/vendor/justinrainbow/json-schema/.gitattributes +5 -0
  343. data/helpers/vendor/justinrainbow/json-schema/.php_cs.dist +30 -0
  344. data/helpers/vendor/justinrainbow/json-schema/LICENSE +21 -0
  345. data/helpers/vendor/justinrainbow/json-schema/README.md +206 -0
  346. data/helpers/vendor/justinrainbow/json-schema/bin/validate-json +251 -0
  347. data/helpers/vendor/justinrainbow/json-schema/composer.json +76 -0
  348. data/helpers/vendor/justinrainbow/json-schema/demo/README.md +14 -0
  349. data/helpers/vendor/justinrainbow/json-schema/demo/data.json +3 -0
  350. data/helpers/vendor/justinrainbow/json-schema/demo/demo.php +18 -0
  351. data/helpers/vendor/justinrainbow/json-schema/demo/schema.json +3 -0
  352. data/helpers/vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json +174 -0
  353. data/helpers/vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json +150 -0
  354. data/helpers/vendor/justinrainbow/json-schema/phpunit.xml.dist +26 -0
  355. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php +148 -0
  356. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php +121 -0
  357. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php +213 -0
  358. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php +65 -0
  359. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php +54 -0
  360. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php +220 -0
  361. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php +214 -0
  362. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php +81 -0
  363. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php +192 -0
  364. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php +94 -0
  365. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php +60 -0
  366. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php +68 -0
  367. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php +40 -0
  368. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php +18 -0
  369. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php +261 -0
  370. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php +413 -0
  371. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php +161 -0
  372. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php +7 -0
  373. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php +17 -0
  374. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php +17 -0
  375. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php +17 -0
  376. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php +17 -0
  377. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php +17 -0
  378. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php +40 -0
  379. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php +17 -0
  380. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php +17 -0
  381. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php +19 -0
  382. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php +17 -0
  383. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php +14 -0
  384. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php +149 -0
  385. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php +30 -0
  386. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php +169 -0
  387. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php +41 -0
  388. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php +34 -0
  389. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php +83 -0
  390. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php +93 -0
  391. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php +56 -0
  392. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php +36 -0
  393. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php +175 -0
  394. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php +349 -0
  395. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php +26 -0
  396. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php +26 -0
  397. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php +90 -0
  398. data/helpers/vendor/psr/container/.gitignore +3 -0
  399. data/helpers/vendor/psr/container/LICENSE +21 -0
  400. data/helpers/vendor/psr/container/README.md +5 -0
  401. data/helpers/vendor/psr/container/composer.json +27 -0
  402. data/helpers/vendor/psr/container/src/ContainerExceptionInterface.php +13 -0
  403. data/helpers/vendor/psr/container/src/ContainerInterface.php +37 -0
  404. data/helpers/vendor/psr/container/src/NotFoundExceptionInterface.php +13 -0
  405. data/helpers/vendor/psr/log/.gitignore +1 -0
  406. data/helpers/vendor/psr/log/LICENSE +19 -0
  407. data/helpers/vendor/psr/log/Psr/Log/AbstractLogger.php +128 -0
  408. data/helpers/vendor/psr/log/Psr/Log/InvalidArgumentException.php +7 -0
  409. data/helpers/vendor/psr/log/Psr/Log/LogLevel.php +18 -0
  410. data/helpers/vendor/psr/log/Psr/Log/LoggerAwareInterface.php +18 -0
  411. data/helpers/vendor/psr/log/Psr/Log/LoggerAwareTrait.php +26 -0
  412. data/helpers/vendor/psr/log/Psr/Log/LoggerInterface.php +123 -0
  413. data/helpers/vendor/psr/log/Psr/Log/LoggerTrait.php +140 -0
  414. data/helpers/vendor/psr/log/Psr/Log/NullLogger.php +28 -0
  415. data/helpers/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +144 -0
  416. data/helpers/vendor/psr/log/Psr/Log/Test/TestLogger.php +146 -0
  417. data/helpers/vendor/psr/log/README.md +52 -0
  418. data/helpers/vendor/psr/log/composer.json +26 -0
  419. data/helpers/vendor/seld/jsonlint/.gitignore +3 -0
  420. data/helpers/vendor/seld/jsonlint/.travis.yml +25 -0
  421. data/helpers/vendor/seld/jsonlint/CHANGELOG.md +66 -0
  422. data/helpers/vendor/seld/jsonlint/LICENSE +19 -0
  423. data/helpers/vendor/seld/jsonlint/README.md +89 -0
  424. data/helpers/vendor/seld/jsonlint/bin/jsonlint +117 -0
  425. data/helpers/vendor/seld/jsonlint/composer.json +24 -0
  426. data/helpers/vendor/seld/jsonlint/phpunit.xml.dist +25 -0
  427. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/DuplicateKeyException.php +26 -0
  428. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php +502 -0
  429. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/Lexer.php +217 -0
  430. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/ParsingException.php +28 -0
  431. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/Undefined.php +16 -0
  432. data/helpers/vendor/seld/jsonlint/tests/JsonParserTest.php +230 -0
  433. data/helpers/vendor/seld/jsonlint/tests/bom.json +6 -0
  434. data/helpers/vendor/seld/jsonlint/tests/bootstrap.php +13 -0
  435. data/helpers/vendor/seld/phar-utils/.gitignore +1 -0
  436. data/helpers/vendor/seld/phar-utils/LICENSE +19 -0
  437. data/helpers/vendor/seld/phar-utils/README.md +39 -0
  438. data/helpers/vendor/seld/phar-utils/composer.json +26 -0
  439. data/helpers/vendor/seld/phar-utils/composer.lock +19 -0
  440. data/helpers/vendor/seld/phar-utils/src/Timestamps.php +192 -0
  441. data/helpers/vendor/symfony/console/.gitignore +3 -0
  442. data/helpers/vendor/symfony/console/Application.php +1194 -0
  443. data/helpers/vendor/symfony/console/CHANGELOG.md +148 -0
  444. data/helpers/vendor/symfony/console/Command/Command.php +654 -0
  445. data/helpers/vendor/symfony/console/Command/HelpCommand.php +81 -0
  446. data/helpers/vendor/symfony/console/Command/ListCommand.php +90 -0
  447. data/helpers/vendor/symfony/console/Command/LockableTrait.php +71 -0
  448. data/helpers/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php +46 -0
  449. data/helpers/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php +64 -0
  450. data/helpers/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php +62 -0
  451. data/helpers/vendor/symfony/console/ConsoleEvents.php +47 -0
  452. data/helpers/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php +98 -0
  453. data/helpers/vendor/symfony/console/Descriptor/ApplicationDescription.php +144 -0
  454. data/helpers/vendor/symfony/console/Descriptor/Descriptor.php +107 -0
  455. data/helpers/vendor/symfony/console/Descriptor/DescriptorInterface.php +31 -0
  456. data/helpers/vendor/symfony/console/Descriptor/JsonDescriptor.php +170 -0
  457. data/helpers/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +182 -0
  458. data/helpers/vendor/symfony/console/Descriptor/TextDescriptor.php +342 -0
  459. data/helpers/vendor/symfony/console/Descriptor/XmlDescriptor.php +245 -0
  460. data/helpers/vendor/symfony/console/Event/ConsoleCommandEvent.php +60 -0
  461. data/helpers/vendor/symfony/console/Event/ConsoleErrorEvent.php +58 -0
  462. data/helpers/vendor/symfony/console/Event/ConsoleEvent.php +67 -0
  463. data/helpers/vendor/symfony/console/Event/ConsoleTerminateEvent.php +53 -0
  464. data/helpers/vendor/symfony/console/EventListener/ErrorListener.php +91 -0
  465. data/helpers/vendor/symfony/console/Exception/CommandNotFoundException.php +43 -0
  466. data/helpers/vendor/symfony/console/Exception/ExceptionInterface.php +21 -0
  467. data/helpers/vendor/symfony/console/Exception/InvalidArgumentException.php +19 -0
  468. data/helpers/vendor/symfony/console/Exception/InvalidOptionException.php +21 -0
  469. data/helpers/vendor/symfony/console/Exception/LogicException.php +19 -0
  470. data/helpers/vendor/symfony/console/Exception/NamespaceNotFoundException.php +21 -0
  471. data/helpers/vendor/symfony/console/Exception/RuntimeException.php +19 -0
  472. data/helpers/vendor/symfony/console/Formatter/OutputFormatter.php +284 -0
  473. data/helpers/vendor/symfony/console/Formatter/OutputFormatterInterface.php +71 -0
  474. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyle.php +197 -0
  475. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +62 -0
  476. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +110 -0
  477. data/helpers/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php +25 -0
  478. data/helpers/vendor/symfony/console/Helper/DebugFormatterHelper.php +127 -0
  479. data/helpers/vendor/symfony/console/Helper/DescriptorHelper.php +94 -0
  480. data/helpers/vendor/symfony/console/Helper/Dumper.php +64 -0
  481. data/helpers/vendor/symfony/console/Helper/FormatterHelper.php +106 -0
  482. data/helpers/vendor/symfony/console/Helper/Helper.php +138 -0
  483. data/helpers/vendor/symfony/console/Helper/HelperInterface.php +39 -0
  484. data/helpers/vendor/symfony/console/Helper/HelperSet.php +108 -0
  485. data/helpers/vendor/symfony/console/Helper/InputAwareHelper.php +33 -0
  486. data/helpers/vendor/symfony/console/Helper/ProcessHelper.php +156 -0
  487. data/helpers/vendor/symfony/console/Helper/ProgressBar.php +545 -0
  488. data/helpers/vendor/symfony/console/Helper/ProgressIndicator.php +269 -0
  489. data/helpers/vendor/symfony/console/Helper/QuestionHelper.php +479 -0
  490. data/helpers/vendor/symfony/console/Helper/SymfonyQuestionHelper.php +96 -0
  491. data/helpers/vendor/symfony/console/Helper/Table.php +813 -0
  492. data/helpers/vendor/symfony/console/Helper/TableCell.php +68 -0
  493. data/helpers/vendor/symfony/console/Helper/TableRows.php +32 -0
  494. data/helpers/vendor/symfony/console/Helper/TableSeparator.php +25 -0
  495. data/helpers/vendor/symfony/console/Helper/TableStyle.php +458 -0
  496. data/helpers/vendor/symfony/console/Input/ArgvInput.php +365 -0
  497. data/helpers/vendor/symfony/console/Input/ArrayInput.php +206 -0
  498. data/helpers/vendor/symfony/console/Input/Input.php +203 -0
  499. data/helpers/vendor/symfony/console/Input/InputArgument.php +129 -0
  500. data/helpers/vendor/symfony/console/Input/InputAwareInterface.php +26 -0
  501. data/helpers/vendor/symfony/console/Input/InputDefinition.php +404 -0
  502. data/helpers/vendor/symfony/console/Input/InputInterface.php +163 -0
  503. data/helpers/vendor/symfony/console/Input/InputOption.php +208 -0
  504. data/helpers/vendor/symfony/console/Input/StreamableInputInterface.php +37 -0
  505. data/helpers/vendor/symfony/console/Input/StringInput.php +72 -0
  506. data/helpers/vendor/symfony/console/LICENSE +19 -0
  507. data/helpers/vendor/symfony/console/Logger/ConsoleLogger.php +124 -0
  508. data/helpers/vendor/symfony/console/Output/BufferedOutput.php +45 -0
  509. data/helpers/vendor/symfony/console/Output/ConsoleOutput.php +161 -0
  510. data/helpers/vendor/symfony/console/Output/ConsoleOutputInterface.php +32 -0
  511. data/helpers/vendor/symfony/console/Output/ConsoleSectionOutput.php +141 -0
  512. data/helpers/vendor/symfony/console/Output/NullOutput.php +123 -0
  513. data/helpers/vendor/symfony/console/Output/Output.php +177 -0
  514. data/helpers/vendor/symfony/console/Output/OutputInterface.php +114 -0
  515. data/helpers/vendor/symfony/console/Output/StreamOutput.php +124 -0
  516. data/helpers/vendor/symfony/console/Question/ChoiceQuestion.php +182 -0
  517. data/helpers/vendor/symfony/console/Question/ConfirmationQuestion.php +59 -0
  518. data/helpers/vendor/symfony/console/Question/Question.php +277 -0
  519. data/helpers/vendor/symfony/console/README.md +20 -0
  520. data/helpers/vendor/symfony/console/Resources/bin/hiddeninput.exe +0 -0
  521. data/helpers/vendor/symfony/console/Style/OutputStyle.php +155 -0
  522. data/helpers/vendor/symfony/console/Style/StyleInterface.php +154 -0
  523. data/helpers/vendor/symfony/console/Style/SymfonyStyle.php +438 -0
  524. data/helpers/vendor/symfony/console/Terminal.php +137 -0
  525. data/helpers/vendor/symfony/console/Tester/ApplicationTester.php +77 -0
  526. data/helpers/vendor/symfony/console/Tester/CommandTester.php +78 -0
  527. data/helpers/vendor/symfony/console/Tester/TesterTrait.php +177 -0
  528. data/helpers/vendor/symfony/console/Tests/ApplicationTest.php +1836 -0
  529. data/helpers/vendor/symfony/console/Tests/Command/CommandTest.php +436 -0
  530. data/helpers/vendor/symfony/console/Tests/Command/HelpCommandTest.php +71 -0
  531. data/helpers/vendor/symfony/console/Tests/Command/ListCommandTest.php +113 -0
  532. data/helpers/vendor/symfony/console/Tests/Command/LockableTraitTest.php +67 -0
  533. data/helpers/vendor/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php +61 -0
  534. data/helpers/vendor/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php +60 -0
  535. data/helpers/vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php +258 -0
  536. data/helpers/vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php +107 -0
  537. data/helpers/vendor/symfony/console/Tests/Descriptor/JsonDescriptorTest.php +35 -0
  538. data/helpers/vendor/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php +45 -0
  539. data/helpers/vendor/symfony/console/Tests/Descriptor/ObjectsProvider.php +82 -0
  540. data/helpers/vendor/symfony/console/Tests/Descriptor/TextDescriptorTest.php +53 -0
  541. data/helpers/vendor/symfony/console/Tests/Descriptor/XmlDescriptorTest.php +27 -0
  542. data/helpers/vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php +156 -0
  543. data/helpers/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php +11 -0
  544. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplication1.php +18 -0
  545. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplication2.php +26 -0
  546. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php +24 -0
  547. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand1.php +27 -0
  548. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand2.php +32 -0
  549. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand3.php +27 -0
  550. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand4.php +25 -0
  551. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php +32 -0
  552. data/helpers/vendor/symfony/console/Tests/Fixtures/DummyOutput.php +36 -0
  553. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo1Command.php +26 -0
  554. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo2Command.php +21 -0
  555. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo3Command.php +29 -0
  556. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo4Command.php +11 -0
  557. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo5Command.php +10 -0
  558. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo6Command.php +11 -0
  559. data/helpers/vendor/symfony/console/Tests/Fixtures/FooCommand.php +33 -0
  560. data/helpers/vendor/symfony/console/Tests/Fixtures/FooLock2Command.php +28 -0
  561. data/helpers/vendor/symfony/console/Tests/Fixtures/FooLockCommand.php +27 -0
  562. data/helpers/vendor/symfony/console/Tests/Fixtures/FooOptCommand.php +36 -0
  563. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php +11 -0
  564. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php +11 -0
  565. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php +26 -0
  566. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php +26 -0
  567. data/helpers/vendor/symfony/console/Tests/Fixtures/FooWithoutAliasCommand.php +21 -0
  568. data/helpers/vendor/symfony/console/Tests/Fixtures/FoobarCommand.php +25 -0
  569. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php +11 -0
  570. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php +13 -0
  571. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php +17 -0
  572. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php +12 -0
  573. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php +13 -0
  574. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php +14 -0
  575. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php +17 -0
  576. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php +14 -0
  577. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php +15 -0
  578. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php +13 -0
  579. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php +16 -0
  580. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php +12 -0
  581. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php +34 -0
  582. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4_with_iterators.php +34 -0
  583. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php +37 -0
  584. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php +16 -0
  585. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php +15 -0
  586. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php +26 -0
  587. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php +11 -0
  588. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php +19 -0
  589. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt +7 -0
  590. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt +3 -0
  591. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt +9 -0
  592. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt +7 -0
  593. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt +4 -0
  594. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt +6 -0
  595. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt +7 -0
  596. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt +6 -0
  597. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt +7 -0
  598. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt +8 -0
  599. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt +7 -0
  600. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt +13 -0
  601. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt +7 -0
  602. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt +32 -0
  603. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4_with_iterators.txt +32 -0
  604. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt +18 -0
  605. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt +6 -0
  606. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt +5 -0
  607. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt +9 -0
  608. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt +5 -0
  609. data/helpers/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering.php +22 -0
  610. data/helpers/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php +21 -0
  611. data/helpers/vendor/symfony/console/Tests/Fixtures/TestCommand.php +28 -0
  612. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.json +156 -0
  613. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.md +172 -0
  614. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.txt +17 -0
  615. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.xml +104 -0
  616. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.json +509 -0
  617. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.md +431 -0
  618. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.txt +21 -0
  619. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.xml +254 -0
  620. data/helpers/vendor/symfony/console/Tests/Fixtures/application_filtered_namespace.txt +16 -0
  621. data/helpers/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt +1 -0
  622. data/helpers/vendor/symfony/console/Tests/Fixtures/application_mbstring.md +269 -0
  623. data/helpers/vendor/symfony/console/Tests/Fixtures/application_mbstring.txt +19 -0
  624. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt +5 -0
  625. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt +7 -0
  626. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception3.txt +18 -0
  627. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt +18 -0
  628. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception4.txt +6 -0
  629. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt +8 -0
  630. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt +8 -0
  631. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt +9 -0
  632. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt +9 -0
  633. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt +11 -0
  634. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run1.txt +17 -0
  635. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run2.txt +29 -0
  636. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run3.txt +29 -0
  637. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run4.txt +1 -0
  638. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.json +15 -0
  639. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.md +12 -0
  640. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.txt +10 -0
  641. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.xml +12 -0
  642. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.json +33 -0
  643. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.md +29 -0
  644. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.txt +16 -0
  645. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.xml +21 -0
  646. data/helpers/vendor/symfony/console/Tests/Fixtures/command_mbstring.md +29 -0
  647. data/helpers/vendor/symfony/console/Tests/Fixtures/command_mbstring.txt +16 -0
  648. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.json +7 -0
  649. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.md +5 -0
  650. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt +1 -0
  651. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.xml +5 -0
  652. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.json +7 -0
  653. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.md +7 -0
  654. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.txt +1 -0
  655. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml +5 -0
  656. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.json +7 -0
  657. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.md +7 -0
  658. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.txt +1 -0
  659. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml +7 -0
  660. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.json +7 -0
  661. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.md +8 -0
  662. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt +2 -0
  663. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml +6 -0
  664. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json +7 -0
  665. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md +7 -0
  666. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt +1 -0
  667. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml +7 -0
  668. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json +7 -0
  669. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md +7 -0
  670. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.txt +1 -0
  671. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml +7 -0
  672. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.json +4 -0
  673. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.md +0 -0
  674. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt +0 -0
  675. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml +5 -0
  676. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.json +12 -0
  677. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.md +7 -0
  678. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.txt +2 -0
  679. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml +10 -0
  680. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.json +14 -0
  681. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.md +8 -0
  682. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.txt +2 -0
  683. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml +9 -0
  684. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.json +22 -0
  685. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.md +16 -0
  686. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.txt +5 -0
  687. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.xml +14 -0
  688. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.json +9 -0
  689. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.md +6 -0
  690. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.txt +1 -0
  691. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.xml +4 -0
  692. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.json +9 -0
  693. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.md +8 -0
  694. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.txt +1 -0
  695. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.xml +7 -0
  696. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.json +9 -0
  697. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.md +8 -0
  698. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.txt +1 -0
  699. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.xml +5 -0
  700. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.json +9 -0
  701. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.md +8 -0
  702. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.txt +1 -0
  703. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.xml +5 -0
  704. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.json +9 -0
  705. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.md +9 -0
  706. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.txt +2 -0
  707. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.xml +6 -0
  708. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.json +9 -0
  709. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.md +8 -0
  710. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.txt +1 -0
  711. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.xml +5 -0
  712. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json +9 -0
  713. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md +8 -0
  714. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt +1 -0
  715. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml +7 -0
  716. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json +9 -0
  717. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.md +8 -0
  718. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt +1 -0
  719. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml +7 -0
  720. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json +12 -0
  721. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md +8 -0
  722. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.txt +1 -0
  723. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml +8 -0
  724. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php +71 -0
  725. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php +115 -0
  726. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php +350 -0
  727. data/helpers/vendor/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php +34 -0
  728. data/helpers/vendor/symfony/console/Tests/Helper/DumperNativeFallbackTest.php +58 -0
  729. data/helpers/vendor/symfony/console/Tests/Helper/DumperTest.php +58 -0
  730. data/helpers/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php +129 -0
  731. data/helpers/vendor/symfony/console/Tests/Helper/HelperSetTest.php +127 -0
  732. data/helpers/vendor/symfony/console/Tests/Helper/HelperTest.php +55 -0
  733. data/helpers/vendor/symfony/console/Tests/Helper/ProcessHelperTest.php +133 -0
  734. data/helpers/vendor/symfony/console/Tests/Helper/ProgressBarTest.php +947 -0
  735. data/helpers/vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php +183 -0
  736. data/helpers/vendor/symfony/console/Tests/Helper/QuestionHelperTest.php +789 -0
  737. data/helpers/vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php +168 -0
  738. data/helpers/vendor/symfony/console/Tests/Helper/TableStyleTest.php +28 -0
  739. data/helpers/vendor/symfony/console/Tests/Helper/TableTest.php +1199 -0
  740. data/helpers/vendor/symfony/console/Tests/Input/ArgvInputTest.php +466 -0
  741. data/helpers/vendor/symfony/console/Tests/Input/ArrayInputTest.php +177 -0
  742. data/helpers/vendor/symfony/console/Tests/Input/InputArgumentTest.php +103 -0
  743. data/helpers/vendor/symfony/console/Tests/Input/InputDefinitionTest.php +407 -0
  744. data/helpers/vendor/symfony/console/Tests/Input/InputOptionTest.php +196 -0
  745. data/helpers/vendor/symfony/console/Tests/Input/InputTest.php +149 -0
  746. data/helpers/vendor/symfony/console/Tests/Input/StringInputTest.php +87 -0
  747. data/helpers/vendor/symfony/console/Tests/Logger/ConsoleLoggerTest.php +215 -0
  748. data/helpers/vendor/symfony/console/Tests/Output/ConsoleOutputTest.php +42 -0
  749. data/helpers/vendor/symfony/console/Tests/Output/ConsoleSectionOutputTest.php +163 -0
  750. data/helpers/vendor/symfony/console/Tests/Output/NullOutputTest.php +88 -0
  751. data/helpers/vendor/symfony/console/Tests/Output/OutputTest.php +189 -0
  752. data/helpers/vendor/symfony/console/Tests/Output/StreamOutputTest.php +61 -0
  753. data/helpers/vendor/symfony/console/Tests/Question/ChoiceQuestionTest.php +64 -0
  754. data/helpers/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php +62 -0
  755. data/helpers/vendor/symfony/console/Tests/Question/QuestionTest.php +304 -0
  756. data/helpers/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php +118 -0
  757. data/helpers/vendor/symfony/console/Tests/TerminalTest.php +59 -0
  758. data/helpers/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php +113 -0
  759. data/helpers/vendor/symfony/console/Tests/Tester/CommandTesterTest.php +235 -0
  760. data/helpers/vendor/symfony/console/composer.json +59 -0
  761. data/helpers/vendor/symfony/console/phpunit.xml.dist +41 -0
  762. data/helpers/vendor/symfony/filesystem/.gitignore +3 -0
  763. data/helpers/vendor/symfony/filesystem/CHANGELOG.md +65 -0
  764. data/helpers/vendor/symfony/filesystem/Exception/ExceptionInterface.php +21 -0
  765. data/helpers/vendor/symfony/filesystem/Exception/FileNotFoundException.php +34 -0
  766. data/helpers/vendor/symfony/filesystem/Exception/IOException.php +39 -0
  767. data/helpers/vendor/symfony/filesystem/Exception/IOExceptionInterface.php +27 -0
  768. data/helpers/vendor/symfony/filesystem/Exception/InvalidArgumentException.php +19 -0
  769. data/helpers/vendor/symfony/filesystem/Filesystem.php +768 -0
  770. data/helpers/vendor/symfony/filesystem/LICENSE +19 -0
  771. data/helpers/vendor/symfony/filesystem/README.md +13 -0
  772. data/helpers/vendor/symfony/filesystem/Tests/ExceptionTest.php +47 -0
  773. data/helpers/vendor/symfony/filesystem/Tests/FilesystemTest.php +1750 -0
  774. data/helpers/vendor/symfony/filesystem/Tests/FilesystemTestCase.php +166 -0
  775. data/helpers/vendor/symfony/filesystem/Tests/Fixtures/MockStream/MockStream.php +46 -0
  776. data/helpers/vendor/symfony/filesystem/composer.json +34 -0
  777. data/helpers/vendor/symfony/filesystem/phpunit.xml.dist +30 -0
  778. data/helpers/vendor/symfony/finder/.gitignore +3 -0
  779. data/helpers/vendor/symfony/finder/CHANGELOG.md +74 -0
  780. data/helpers/vendor/symfony/finder/Comparator/Comparator.php +98 -0
  781. data/helpers/vendor/symfony/finder/Comparator/DateComparator.php +51 -0
  782. data/helpers/vendor/symfony/finder/Comparator/NumberComparator.php +79 -0
  783. data/helpers/vendor/symfony/finder/Exception/AccessDeniedException.php +19 -0
  784. data/helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php +19 -0
  785. data/helpers/vendor/symfony/finder/Finder.php +811 -0
  786. data/helpers/vendor/symfony/finder/Gitignore.php +107 -0
  787. data/helpers/vendor/symfony/finder/Glob.php +116 -0
  788. data/helpers/vendor/symfony/finder/Iterator/CustomFilterIterator.php +61 -0
  789. data/helpers/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +58 -0
  790. data/helpers/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +45 -0
  791. data/helpers/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +84 -0
  792. data/helpers/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +53 -0
  793. data/helpers/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +58 -0
  794. data/helpers/vendor/symfony/finder/Iterator/FilenameFilterIterator.php +47 -0
  795. data/helpers/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +112 -0
  796. data/helpers/vendor/symfony/finder/Iterator/PathFilterIterator.php +56 -0
  797. data/helpers/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +140 -0
  798. data/helpers/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +57 -0
  799. data/helpers/vendor/symfony/finder/Iterator/SortableIterator.php +99 -0
  800. data/helpers/vendor/symfony/finder/LICENSE +19 -0
  801. data/helpers/vendor/symfony/finder/README.md +14 -0
  802. data/helpers/vendor/symfony/finder/SplFileInfo.php +85 -0
  803. data/helpers/vendor/symfony/finder/Tests/Comparator/ComparatorTest.php +65 -0
  804. data/helpers/vendor/symfony/finder/Tests/Comparator/DateComparatorTest.php +64 -0
  805. data/helpers/vendor/symfony/finder/Tests/Comparator/NumberComparatorTest.php +108 -0
  806. data/helpers/vendor/symfony/finder/Tests/FinderTest.php +1459 -0
  807. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/a +0 -0
  808. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/b/c.neon +0 -0
  809. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/b/d.neon +0 -0
  810. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat +0 -0
  811. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat +0 -0
  812. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/a.dat +0 -0
  813. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy +0 -0
  814. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy +0 -0
  815. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy +0 -0
  816. data/helpers/vendor/symfony/finder/Tests/Fixtures/dolor.txt +2 -0
  817. data/helpers/vendor/symfony/finder/Tests/Fixtures/ipsum.txt +2 -0
  818. data/helpers/vendor/symfony/finder/Tests/Fixtures/lorem.txt +2 -0
  819. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/.dot +1 -0
  820. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/a +0 -0
  821. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon +0 -0
  822. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon +0 -0
  823. data/helpers/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat +0 -0
  824. data/helpers/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt b/data/helpers/vendor/symfony/finder/Tests/Fixtures/with → space/foo.txt +0 -0
  825. data/helpers/vendor/symfony/finder/Tests/GitignoreTest.php +118 -0
  826. data/helpers/vendor/symfony/finder/Tests/GlobTest.php +95 -0
  827. data/helpers/vendor/symfony/finder/Tests/Iterator/CustomFilterIteratorTest.php +46 -0
  828. data/helpers/vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php +92 -0
  829. data/helpers/vendor/symfony/finder/Tests/Iterator/DepthRangeFilterIteratorTest.php +105 -0
  830. data/helpers/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php +110 -0
  831. data/helpers/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php +82 -0
  832. data/helpers/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php +86 -0
  833. data/helpers/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php +54 -0
  834. data/helpers/vendor/symfony/finder/Tests/Iterator/Iterator.php +55 -0
  835. data/helpers/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php +100 -0
  836. data/helpers/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php +21 -0
  837. data/helpers/vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php +132 -0
  838. data/helpers/vendor/symfony/finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php +71 -0
  839. data/helpers/vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php +82 -0
  840. data/helpers/vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php +130 -0
  841. data/helpers/vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php +59 -0
  842. data/helpers/vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php +70 -0
  843. data/helpers/vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php +262 -0
  844. data/helpers/vendor/symfony/finder/composer.json +33 -0
  845. data/helpers/vendor/symfony/finder/phpunit.xml.dist +30 -0
  846. data/helpers/vendor/symfony/polyfill-ctype/Ctype.php +227 -0
  847. data/helpers/vendor/symfony/polyfill-ctype/LICENSE +19 -0
  848. data/helpers/vendor/symfony/polyfill-ctype/README.md +12 -0
  849. data/helpers/vendor/symfony/polyfill-ctype/bootstrap.php +26 -0
  850. data/helpers/vendor/symfony/polyfill-ctype/composer.json +34 -0
  851. data/helpers/vendor/symfony/polyfill-mbstring/LICENSE +19 -0
  852. data/helpers/vendor/symfony/polyfill-mbstring/Mbstring.php +800 -0
  853. data/helpers/vendor/symfony/polyfill-mbstring/README.md +13 -0
  854. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +1096 -0
  855. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +5 -0
  856. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +1104 -0
  857. data/helpers/vendor/symfony/polyfill-mbstring/bootstrap.php +58 -0
  858. data/helpers/vendor/symfony/polyfill-mbstring/composer.json +34 -0
  859. data/helpers/vendor/symfony/polyfill-php73/LICENSE +19 -0
  860. data/helpers/vendor/symfony/polyfill-php73/Php73.php +34 -0
  861. data/helpers/vendor/symfony/polyfill-php73/README.md +18 -0
  862. data/helpers/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php +14 -0
  863. data/helpers/vendor/symfony/polyfill-php73/bootstrap.php +31 -0
  864. data/helpers/vendor/symfony/polyfill-php73/composer.json +32 -0
  865. data/helpers/vendor/symfony/process/.gitignore +3 -0
  866. data/helpers/vendor/symfony/process/CHANGELOG.md +90 -0
  867. data/helpers/vendor/symfony/process/Exception/ExceptionInterface.php +21 -0
  868. data/helpers/vendor/symfony/process/Exception/InvalidArgumentException.php +21 -0
  869. data/helpers/vendor/symfony/process/Exception/LogicException.php +21 -0
  870. data/helpers/vendor/symfony/process/Exception/ProcessFailedException.php +54 -0
  871. data/helpers/vendor/symfony/process/Exception/ProcessSignaledException.php +41 -0
  872. data/helpers/vendor/symfony/process/Exception/ProcessTimedOutException.php +69 -0
  873. data/helpers/vendor/symfony/process/Exception/RuntimeException.php +21 -0
  874. data/helpers/vendor/symfony/process/ExecutableFinder.php +88 -0
  875. data/helpers/vendor/symfony/process/InputStream.php +90 -0
  876. data/helpers/vendor/symfony/process/LICENSE +19 -0
  877. data/helpers/vendor/symfony/process/PhpExecutableFinder.php +101 -0
  878. data/helpers/vendor/symfony/process/PhpProcess.php +75 -0
  879. data/helpers/vendor/symfony/process/Pipes/AbstractPipes.php +178 -0
  880. data/helpers/vendor/symfony/process/Pipes/PipesInterface.php +67 -0
  881. data/helpers/vendor/symfony/process/Pipes/UnixPipes.php +153 -0
  882. data/helpers/vendor/symfony/process/Pipes/WindowsPipes.php +191 -0
  883. data/helpers/vendor/symfony/process/Process.php +1653 -0
  884. data/helpers/vendor/symfony/process/ProcessUtils.php +69 -0
  885. data/helpers/vendor/symfony/process/README.md +13 -0
  886. data/helpers/vendor/symfony/process/Tests/ErrorProcessInitiator.php +36 -0
  887. data/helpers/vendor/symfony/process/Tests/ExecutableFinderTest.php +178 -0
  888. data/helpers/vendor/symfony/process/Tests/KillableProcessWithOutput.php +25 -0
  889. data/helpers/vendor/symfony/process/Tests/NonStopableProcess.php +47 -0
  890. data/helpers/vendor/symfony/process/Tests/PhpExecutableFinderTest.php +49 -0
  891. data/helpers/vendor/symfony/process/Tests/PhpProcessTest.php +63 -0
  892. data/helpers/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php +72 -0
  893. data/helpers/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php +137 -0
  894. data/helpers/vendor/symfony/process/Tests/ProcessTest.php +1557 -0
  895. data/helpers/vendor/symfony/process/Tests/SignalListener.php +21 -0
  896. data/helpers/vendor/symfony/process/composer.json +33 -0
  897. data/helpers/vendor/symfony/process/phpunit.xml.dist +30 -0
  898. data/helpers/vendor/symfony/service-contracts/LICENSE +19 -0
  899. data/helpers/vendor/symfony/service-contracts/README.md +9 -0
  900. data/helpers/vendor/symfony/service-contracts/ResetInterface.php +30 -0
  901. data/helpers/vendor/symfony/service-contracts/ServiceLocatorTrait.php +120 -0
  902. data/helpers/vendor/symfony/service-contracts/ServiceProviderInterface.php +36 -0
  903. data/helpers/vendor/symfony/service-contracts/ServiceSubscriberInterface.php +53 -0
  904. data/helpers/vendor/symfony/service-contracts/ServiceSubscriberTrait.php +61 -0
  905. data/helpers/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +94 -0
  906. data/helpers/vendor/symfony/service-contracts/composer.json +34 -0
  907. metadata +908 -3
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "staabm/xhprof.io",
3
+ "autoload": {
4
+ "classmap": ["xhprof/classes"]
5
+ }
6
+ }
@@ -0,0 +1,13 @@
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of the JSON Lint package.
5
+ *
6
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
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
+ $loader = require __DIR__.'/../vendor/autoload.php';
13
+ $loader->add('Seld\JsonLint\Test', __DIR__);
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2015 Jordi Boggiano
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is furnished
8
+ to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -0,0 +1,39 @@
1
+ PHAR Utils
2
+ ==========
3
+
4
+ PHAR file format utilities, for when PHP phars you up.
5
+
6
+ Installation
7
+ ------------
8
+
9
+ `composer require seld/phar-utils`
10
+
11
+ API
12
+ ---
13
+
14
+ ### `Seld\PharUtils\Timestamps`
15
+
16
+ - `__construct($pharFile)`
17
+
18
+ > Load a phar file in memory.
19
+
20
+ - `updateTimestamps($timestamp = null)`
21
+
22
+ > Updates each file's unix timestamps in the PHAR so the PHAR signature
23
+ > can be produced in a reproducible manner.
24
+
25
+ - `save($path, $signatureAlgo = '')`
26
+
27
+ > Saves the updated phar file with an updated signature.
28
+ > Algo must be one of `Phar::MD5`, `Phar::SHA1`, `Phar::SHA256`
29
+ > or `Phar::SHA512`
30
+
31
+ Requirements
32
+ ------------
33
+
34
+ PHP 5.3 and above
35
+
36
+ License
37
+ -------
38
+
39
+ PHAR Utils is licensed under the MIT License - see the LICENSE file for details
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "seld/phar-utils",
3
+ "description": "PHAR file format utilities, for when PHP phars you up",
4
+ "type": "library",
5
+ "keywords": ["phra"],
6
+ "license": "MIT",
7
+ "require": {
8
+ "php": ">=5.3"
9
+ },
10
+ "authors": [
11
+ {
12
+ "name": "Jordi Boggiano",
13
+ "email": "j.boggiano@seld.be"
14
+ }
15
+ ],
16
+ "autoload": {
17
+ "psr-4": {
18
+ "Seld\\PharUtils\\": "src/"
19
+ }
20
+ },
21
+ "extra": {
22
+ "branch-alias": {
23
+ "dev-master": "1.x-dev"
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "_readme": [
3
+ "This file locks the dependencies of your project to a known state",
4
+ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
+ "This file is @generated automatically"
6
+ ],
7
+ "hash": "e5afe72073d9266712c8e1ddc1648513",
8
+ "packages": [],
9
+ "packages-dev": [],
10
+ "aliases": [],
11
+ "minimum-stability": "stable",
12
+ "stability-flags": [],
13
+ "prefer-stable": false,
14
+ "prefer-lowest": false,
15
+ "platform": {
16
+ "php": ">=5.3"
17
+ },
18
+ "platform-dev": []
19
+ }
@@ -0,0 +1,192 @@
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of PHAR Utils.
5
+ *
6
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
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 Seld\PharUtils;
13
+
14
+ class Timestamps
15
+ {
16
+ private $contents;
17
+
18
+ /**
19
+ * @param string $file path to the phar file to use
20
+ */
21
+ public function __construct($file)
22
+ {
23
+ $this->contents = file_get_contents($file);
24
+ }
25
+
26
+ /**
27
+ * Updates each file's unix timestamps in the PHAR
28
+ *
29
+ * The PHAR signature can then be produced in a reproducible manner.
30
+ *
31
+ * @param int|DateTime|string $timestamp Date string or DateTime or unix timestamp to use
32
+ */
33
+ public function updateTimestamps($timestamp = null)
34
+ {
35
+ if ($timestamp instanceof \DateTime) {
36
+ $timestamp = $timestamp->getTimestamp();
37
+ } elseif (is_string($timestamp)) {
38
+ $timestamp = strtotime($timestamp);
39
+ } elseif (!is_int($timestamp)) {
40
+ $timestamp = strtotime('1984-12-24T00:00:00Z');
41
+ }
42
+
43
+ // detect manifest offset / end of stub
44
+ if (!preg_match('{__HALT_COMPILER\(\);(?: +\?>)?\r?\n}', $this->contents, $match, PREG_OFFSET_CAPTURE)) {
45
+ throw new \RuntimeException('Could not detect the stub\'s end in the phar');
46
+ }
47
+
48
+ // set starting position and skip past manifest length
49
+ $pos = $match[0][1] + strlen($match[0][0]);
50
+ $stubEnd = $pos + $this->readUint($pos, 4);
51
+ $pos += 4;
52
+
53
+ $numFiles = $this->readUint($pos, 4);
54
+ $pos += 4;
55
+
56
+ // skip API version (YOLO)
57
+ $pos += 2;
58
+
59
+ // skip PHAR flags
60
+ $pos += 4;
61
+
62
+ $aliasLength = $this->readUint($pos, 4);
63
+ $pos += 4 + $aliasLength;
64
+
65
+ $metadataLength = $this->readUint($pos, 4);
66
+ $pos += 4 + $metadataLength;
67
+
68
+ while ($pos < $stubEnd) {
69
+ $filenameLength = $this->readUint($pos, 4);
70
+ $pos += 4 + $filenameLength;
71
+
72
+ // skip filesize
73
+ $pos += 4;
74
+
75
+ // update timestamp to a fixed value
76
+ $this->contents = substr_replace($this->contents, pack('L', $timestamp), $pos, 4);
77
+
78
+ // skip timestamp, compressed file size, crc32 checksum and file flags
79
+ $pos += 4*4;
80
+
81
+ $metadataLength = $this->readUint($pos, 4);
82
+ $pos += 4 + $metadataLength;
83
+
84
+ $numFiles--;
85
+ }
86
+
87
+ if ($numFiles !== 0) {
88
+ throw new \LogicException('All files were not processed, something must have gone wrong');
89
+ }
90
+ }
91
+
92
+ /**
93
+ * Saves the updated phar file, optionally with an updated signature.
94
+ *
95
+ * @param string $path
96
+ * @param int $signatureAlgo One of Phar::MD5, Phar::SHA1, Phar::SHA256 or Phar::SHA512
97
+ * @return bool
98
+ */
99
+ public function save($path, $signatureAlgo)
100
+ {
101
+ $pos = $this->determineSignatureBegin();
102
+
103
+ $algos = array(
104
+ \Phar::MD5 => 'md5',
105
+ \Phar::SHA1 => 'sha1',
106
+ \Phar::SHA256 => 'sha256',
107
+ \Phar::SHA512 => 'sha512',
108
+ );
109
+
110
+ if (!isset($algos[$signatureAlgo])) {
111
+ throw new \UnexpectedValueException('Invalid hash algorithm given: '.$signatureAlgo.' expected one of Phar::MD5, Phar::SHA1, Phar::SHA256 or Phar::SHA512');
112
+ }
113
+ $algo = $algos[$signatureAlgo];
114
+
115
+ // re-sign phar
116
+ // signature
117
+ $signature = hash($algo, substr($this->contents, 0, $pos), true)
118
+ // sig type
119
+ . pack('L', $signatureAlgo)
120
+ // ohai Greg & Marcus
121
+ . 'GBMB';
122
+
123
+ $this->contents = substr($this->contents, 0, $pos) . $signature;
124
+
125
+ return file_put_contents($path, $this->contents);
126
+ }
127
+
128
+ private function readUint($pos, $bytes)
129
+ {
130
+ $res = unpack("L", substr($this->contents, $pos, $bytes));
131
+
132
+ return $res[1];
133
+ }
134
+
135
+ /**
136
+ * Determine the beginning of the signature.
137
+ *
138
+ * @return int
139
+ */
140
+ private function determineSignatureBegin()
141
+ {
142
+ // detect signature position
143
+ if (!preg_match('{__HALT_COMPILER\(\);(?: +\?>)?\r?\n}', $this->contents, $match, PREG_OFFSET_CAPTURE)) {
144
+ throw new \RuntimeException('Could not detect the stub\'s end in the phar');
145
+ }
146
+
147
+ // set starting position and skip past manifest length
148
+ $pos = $match[0][1] + strlen($match[0][0]);
149
+ $stubEnd = $pos + $this->readUint($pos, 4);
150
+
151
+ $pos += 4;
152
+ $numFiles = $this->readUint($pos, 4);
153
+
154
+ $pos += 4;
155
+
156
+ // skip API version (YOLO)
157
+ $pos += 2;
158
+
159
+ // skip PHAR flags
160
+ $pos += 4;
161
+
162
+ $aliasLength = $this->readUint($pos, 4);
163
+ $pos += 4 + $aliasLength;
164
+
165
+ $metadataLength = $this->readUint($pos, 4);
166
+ $pos += 4 + $metadataLength;
167
+
168
+ $compressedSizes = 0;
169
+ while ($pos < $stubEnd) {
170
+ $filenameLength = $this->readUint($pos, 4);
171
+ $pos += 4 + $filenameLength;
172
+
173
+ // skip filesize and timestamp
174
+ $pos += 2*4;
175
+
176
+ $compressedSizes += $this->readUint($pos, 4);
177
+ // skip compressed file size, crc32 checksum and file flags
178
+ $pos += 3*4;
179
+
180
+ $metadataLength = $this->readUint($pos, 4);
181
+ $pos += 4 + $metadataLength;
182
+
183
+ $numFiles--;
184
+ }
185
+
186
+ if ($numFiles !== 0) {
187
+ throw new \LogicException('All files were not processed, something must have gone wrong');
188
+ }
189
+
190
+ return $pos + $compressedSizes;
191
+ }
192
+ }
@@ -0,0 +1,3 @@
1
+ vendor/
2
+ composer.lock
3
+ phpunit.xml
@@ -0,0 +1,1194 @@
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\Console;
13
+
14
+ use Symfony\Component\Console\Command\Command;
15
+ use Symfony\Component\Console\Command\HelpCommand;
16
+ use Symfony\Component\Console\Command\ListCommand;
17
+ use Symfony\Component\Console\CommandLoader\CommandLoaderInterface;
18
+ use Symfony\Component\Console\Event\ConsoleCommandEvent;
19
+ use Symfony\Component\Console\Event\ConsoleErrorEvent;
20
+ use Symfony\Component\Console\Event\ConsoleTerminateEvent;
21
+ use Symfony\Component\Console\Exception\CommandNotFoundException;
22
+ use Symfony\Component\Console\Exception\ExceptionInterface;
23
+ use Symfony\Component\Console\Exception\LogicException;
24
+ use Symfony\Component\Console\Exception\NamespaceNotFoundException;
25
+ use Symfony\Component\Console\Formatter\OutputFormatter;
26
+ use Symfony\Component\Console\Helper\DebugFormatterHelper;
27
+ use Symfony\Component\Console\Helper\FormatterHelper;
28
+ use Symfony\Component\Console\Helper\Helper;
29
+ use Symfony\Component\Console\Helper\HelperSet;
30
+ use Symfony\Component\Console\Helper\ProcessHelper;
31
+ use Symfony\Component\Console\Helper\QuestionHelper;
32
+ use Symfony\Component\Console\Input\ArgvInput;
33
+ use Symfony\Component\Console\Input\ArrayInput;
34
+ use Symfony\Component\Console\Input\InputArgument;
35
+ use Symfony\Component\Console\Input\InputAwareInterface;
36
+ use Symfony\Component\Console\Input\InputDefinition;
37
+ use Symfony\Component\Console\Input\InputInterface;
38
+ use Symfony\Component\Console\Input\InputOption;
39
+ use Symfony\Component\Console\Input\StreamableInputInterface;
40
+ use Symfony\Component\Console\Output\ConsoleOutput;
41
+ use Symfony\Component\Console\Output\ConsoleOutputInterface;
42
+ use Symfony\Component\Console\Output\OutputInterface;
43
+ use Symfony\Component\Console\Style\SymfonyStyle;
44
+ use Symfony\Component\Debug\ErrorHandler;
45
+ use Symfony\Component\Debug\Exception\FatalThrowableError;
46
+ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
47
+ use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
48
+
49
+ /**
50
+ * An Application is the container for a collection of commands.
51
+ *
52
+ * It is the main entry point of a Console application.
53
+ *
54
+ * This class is optimized for a standard CLI environment.
55
+ *
56
+ * Usage:
57
+ *
58
+ * $app = new Application('myapp', '1.0 (stable)');
59
+ * $app->add(new SimpleCommand());
60
+ * $app->run();
61
+ *
62
+ * @author Fabien Potencier <fabien@symfony.com>
63
+ */
64
+ class Application
65
+ {
66
+ private $commands = [];
67
+ private $wantHelps = false;
68
+ private $runningCommand;
69
+ private $name;
70
+ private $version;
71
+ private $commandLoader;
72
+ private $catchExceptions = true;
73
+ private $autoExit = true;
74
+ private $definition;
75
+ private $helperSet;
76
+ private $dispatcher;
77
+ private $terminal;
78
+ private $defaultCommand;
79
+ private $singleCommand = false;
80
+ private $initialized;
81
+
82
+ /**
83
+ * @param string $name The name of the application
84
+ * @param string $version The version of the application
85
+ */
86
+ public function __construct(string $name = 'UNKNOWN', string $version = 'UNKNOWN')
87
+ {
88
+ $this->name = $name;
89
+ $this->version = $version;
90
+ $this->terminal = new Terminal();
91
+ $this->defaultCommand = 'list';
92
+ }
93
+
94
+ /**
95
+ * @final since Symfony 4.3, the type-hint will be updated to the interface from symfony/contracts in 5.0
96
+ */
97
+ public function setDispatcher(EventDispatcherInterface $dispatcher)
98
+ {
99
+ $this->dispatcher = LegacyEventDispatcherProxy::decorate($dispatcher);
100
+ }
101
+
102
+ public function setCommandLoader(CommandLoaderInterface $commandLoader)
103
+ {
104
+ $this->commandLoader = $commandLoader;
105
+ }
106
+
107
+ /**
108
+ * Runs the current application.
109
+ *
110
+ * @return int 0 if everything went fine, or an error code
111
+ *
112
+ * @throws \Exception When running fails. Bypass this when {@link setCatchExceptions()}.
113
+ */
114
+ public function run(InputInterface $input = null, OutputInterface $output = null)
115
+ {
116
+ putenv('LINES='.$this->terminal->getHeight());
117
+ putenv('COLUMNS='.$this->terminal->getWidth());
118
+
119
+ if (null === $input) {
120
+ $input = new ArgvInput();
121
+ }
122
+
123
+ if (null === $output) {
124
+ $output = new ConsoleOutput();
125
+ }
126
+
127
+ $renderException = function ($e) use ($output) {
128
+ if (!$e instanceof \Exception) {
129
+ $e = class_exists(FatalThrowableError::class) ? new FatalThrowableError($e) : new \ErrorException($e->getMessage(), $e->getCode(), E_ERROR, $e->getFile(), $e->getLine());
130
+ }
131
+ if ($output instanceof ConsoleOutputInterface) {
132
+ $this->renderException($e, $output->getErrorOutput());
133
+ } else {
134
+ $this->renderException($e, $output);
135
+ }
136
+ };
137
+ if ($phpHandler = set_exception_handler($renderException)) {
138
+ restore_exception_handler();
139
+ if (!\is_array($phpHandler) || !$phpHandler[0] instanceof ErrorHandler) {
140
+ $debugHandler = true;
141
+ } elseif ($debugHandler = $phpHandler[0]->setExceptionHandler($renderException)) {
142
+ $phpHandler[0]->setExceptionHandler($debugHandler);
143
+ }
144
+ }
145
+
146
+ $this->configureIO($input, $output);
147
+
148
+ try {
149
+ $exitCode = $this->doRun($input, $output);
150
+ } catch (\Exception $e) {
151
+ if (!$this->catchExceptions) {
152
+ throw $e;
153
+ }
154
+
155
+ $renderException($e);
156
+
157
+ $exitCode = $e->getCode();
158
+ if (is_numeric($exitCode)) {
159
+ $exitCode = (int) $exitCode;
160
+ if (0 === $exitCode) {
161
+ $exitCode = 1;
162
+ }
163
+ } else {
164
+ $exitCode = 1;
165
+ }
166
+ } finally {
167
+ // if the exception handler changed, keep it
168
+ // otherwise, unregister $renderException
169
+ if (!$phpHandler) {
170
+ if (set_exception_handler($renderException) === $renderException) {
171
+ restore_exception_handler();
172
+ }
173
+ restore_exception_handler();
174
+ } elseif (!$debugHandler) {
175
+ $finalHandler = $phpHandler[0]->setExceptionHandler(null);
176
+ if ($finalHandler !== $renderException) {
177
+ $phpHandler[0]->setExceptionHandler($finalHandler);
178
+ }
179
+ }
180
+ }
181
+
182
+ if ($this->autoExit) {
183
+ if ($exitCode > 255) {
184
+ $exitCode = 255;
185
+ }
186
+
187
+ exit($exitCode);
188
+ }
189
+
190
+ return $exitCode;
191
+ }
192
+
193
+ /**
194
+ * Runs the current application.
195
+ *
196
+ * @return int 0 if everything went fine, or an error code
197
+ */
198
+ public function doRun(InputInterface $input, OutputInterface $output)
199
+ {
200
+ if (true === $input->hasParameterOption(['--version', '-V'], true)) {
201
+ $output->writeln($this->getLongVersion());
202
+
203
+ return 0;
204
+ }
205
+
206
+ try {
207
+ // Makes ArgvInput::getFirstArgument() able to distinguish an option from an argument.
208
+ $input->bind($this->getDefinition());
209
+ } catch (ExceptionInterface $e) {
210
+ // Errors must be ignored, full binding/validation happens later when the command is known.
211
+ }
212
+
213
+ $name = $this->getCommandName($input);
214
+ if (true === $input->hasParameterOption(['--help', '-h'], true)) {
215
+ if (!$name) {
216
+ $name = 'help';
217
+ $input = new ArrayInput(['command_name' => $this->defaultCommand]);
218
+ } else {
219
+ $this->wantHelps = true;
220
+ }
221
+ }
222
+
223
+ if (!$name) {
224
+ $name = $this->defaultCommand;
225
+ $definition = $this->getDefinition();
226
+ $definition->setArguments(array_merge(
227
+ $definition->getArguments(),
228
+ [
229
+ 'command' => new InputArgument('command', InputArgument::OPTIONAL, $definition->getArgument('command')->getDescription(), $name),
230
+ ]
231
+ ));
232
+ }
233
+
234
+ try {
235
+ $this->runningCommand = null;
236
+ // the command name MUST be the first element of the input
237
+ $command = $this->find($name);
238
+ } catch (\Throwable $e) {
239
+ if (!($e instanceof CommandNotFoundException && !$e instanceof NamespaceNotFoundException) || 1 !== \count($alternatives = $e->getAlternatives()) || !$input->isInteractive()) {
240
+ if (null !== $this->dispatcher) {
241
+ $event = new ConsoleErrorEvent($input, $output, $e);
242
+ $this->dispatcher->dispatch($event, ConsoleEvents::ERROR);
243
+
244
+ if (0 === $event->getExitCode()) {
245
+ return 0;
246
+ }
247
+
248
+ $e = $event->getError();
249
+ }
250
+
251
+ throw $e;
252
+ }
253
+
254
+ $alternative = $alternatives[0];
255
+
256
+ $style = new SymfonyStyle($input, $output);
257
+ $style->block(sprintf("\nCommand \"%s\" is not defined.\n", $name), null, 'error');
258
+ if (!$style->confirm(sprintf('Do you want to run "%s" instead? ', $alternative), false)) {
259
+ if (null !== $this->dispatcher) {
260
+ $event = new ConsoleErrorEvent($input, $output, $e);
261
+ $this->dispatcher->dispatch($event, ConsoleEvents::ERROR);
262
+
263
+ return $event->getExitCode();
264
+ }
265
+
266
+ return 1;
267
+ }
268
+
269
+ $command = $this->find($alternative);
270
+ }
271
+
272
+ $this->runningCommand = $command;
273
+ $exitCode = $this->doRunCommand($command, $input, $output);
274
+ $this->runningCommand = null;
275
+
276
+ return $exitCode;
277
+ }
278
+
279
+ public function setHelperSet(HelperSet $helperSet)
280
+ {
281
+ $this->helperSet = $helperSet;
282
+ }
283
+
284
+ /**
285
+ * Get the helper set associated with the command.
286
+ *
287
+ * @return HelperSet The HelperSet instance associated with this command
288
+ */
289
+ public function getHelperSet()
290
+ {
291
+ if (!$this->helperSet) {
292
+ $this->helperSet = $this->getDefaultHelperSet();
293
+ }
294
+
295
+ return $this->helperSet;
296
+ }
297
+
298
+ public function setDefinition(InputDefinition $definition)
299
+ {
300
+ $this->definition = $definition;
301
+ }
302
+
303
+ /**
304
+ * Gets the InputDefinition related to this Application.
305
+ *
306
+ * @return InputDefinition The InputDefinition instance
307
+ */
308
+ public function getDefinition()
309
+ {
310
+ if (!$this->definition) {
311
+ $this->definition = $this->getDefaultInputDefinition();
312
+ }
313
+
314
+ if ($this->singleCommand) {
315
+ $inputDefinition = $this->definition;
316
+ $inputDefinition->setArguments();
317
+
318
+ return $inputDefinition;
319
+ }
320
+
321
+ return $this->definition;
322
+ }
323
+
324
+ /**
325
+ * Gets the help message.
326
+ *
327
+ * @return string A help message
328
+ */
329
+ public function getHelp()
330
+ {
331
+ return $this->getLongVersion();
332
+ }
333
+
334
+ /**
335
+ * Gets whether to catch exceptions or not during commands execution.
336
+ *
337
+ * @return bool Whether to catch exceptions or not during commands execution
338
+ */
339
+ public function areExceptionsCaught()
340
+ {
341
+ return $this->catchExceptions;
342
+ }
343
+
344
+ /**
345
+ * Sets whether to catch exceptions or not during commands execution.
346
+ *
347
+ * @param bool $boolean Whether to catch exceptions or not during commands execution
348
+ */
349
+ public function setCatchExceptions($boolean)
350
+ {
351
+ $this->catchExceptions = (bool) $boolean;
352
+ }
353
+
354
+ /**
355
+ * Gets whether to automatically exit after a command execution or not.
356
+ *
357
+ * @return bool Whether to automatically exit after a command execution or not
358
+ */
359
+ public function isAutoExitEnabled()
360
+ {
361
+ return $this->autoExit;
362
+ }
363
+
364
+ /**
365
+ * Sets whether to automatically exit after a command execution or not.
366
+ *
367
+ * @param bool $boolean Whether to automatically exit after a command execution or not
368
+ */
369
+ public function setAutoExit($boolean)
370
+ {
371
+ $this->autoExit = (bool) $boolean;
372
+ }
373
+
374
+ /**
375
+ * Gets the name of the application.
376
+ *
377
+ * @return string The application name
378
+ */
379
+ public function getName()
380
+ {
381
+ return $this->name;
382
+ }
383
+
384
+ /**
385
+ * Sets the application name.
386
+ *
387
+ * @param string $name The application name
388
+ */
389
+ public function setName($name)
390
+ {
391
+ $this->name = $name;
392
+ }
393
+
394
+ /**
395
+ * Gets the application version.
396
+ *
397
+ * @return string The application version
398
+ */
399
+ public function getVersion()
400
+ {
401
+ return $this->version;
402
+ }
403
+
404
+ /**
405
+ * Sets the application version.
406
+ *
407
+ * @param string $version The application version
408
+ */
409
+ public function setVersion($version)
410
+ {
411
+ $this->version = $version;
412
+ }
413
+
414
+ /**
415
+ * Returns the long version of the application.
416
+ *
417
+ * @return string The long application version
418
+ */
419
+ public function getLongVersion()
420
+ {
421
+ if ('UNKNOWN' !== $this->getName()) {
422
+ if ('UNKNOWN' !== $this->getVersion()) {
423
+ return sprintf('%s <info>%s</info>', $this->getName(), $this->getVersion());
424
+ }
425
+
426
+ return $this->getName();
427
+ }
428
+
429
+ return 'Console Tool';
430
+ }
431
+
432
+ /**
433
+ * Registers a new command.
434
+ *
435
+ * @param string $name The command name
436
+ *
437
+ * @return Command The newly created command
438
+ */
439
+ public function register($name)
440
+ {
441
+ return $this->add(new Command($name));
442
+ }
443
+
444
+ /**
445
+ * Adds an array of command objects.
446
+ *
447
+ * If a Command is not enabled it will not be added.
448
+ *
449
+ * @param Command[] $commands An array of commands
450
+ */
451
+ public function addCommands(array $commands)
452
+ {
453
+ foreach ($commands as $command) {
454
+ $this->add($command);
455
+ }
456
+ }
457
+
458
+ /**
459
+ * Adds a command object.
460
+ *
461
+ * If a command with the same name already exists, it will be overridden.
462
+ * If the command is not enabled it will not be added.
463
+ *
464
+ * @return Command|null The registered command if enabled or null
465
+ */
466
+ public function add(Command $command)
467
+ {
468
+ $this->init();
469
+
470
+ $command->setApplication($this);
471
+
472
+ if (!$command->isEnabled()) {
473
+ $command->setApplication(null);
474
+
475
+ return;
476
+ }
477
+
478
+ if (null === $command->getDefinition()) {
479
+ throw new LogicException(sprintf('Command class "%s" is not correctly initialized. You probably forgot to call the parent constructor.', \get_class($command)));
480
+ }
481
+
482
+ if (!$command->getName()) {
483
+ throw new LogicException(sprintf('The command defined in "%s" cannot have an empty name.', \get_class($command)));
484
+ }
485
+
486
+ $this->commands[$command->getName()] = $command;
487
+
488
+ foreach ($command->getAliases() as $alias) {
489
+ $this->commands[$alias] = $command;
490
+ }
491
+
492
+ return $command;
493
+ }
494
+
495
+ /**
496
+ * Returns a registered command by name or alias.
497
+ *
498
+ * @param string $name The command name or alias
499
+ *
500
+ * @return Command A Command object
501
+ *
502
+ * @throws CommandNotFoundException When given command name does not exist
503
+ */
504
+ public function get($name)
505
+ {
506
+ $this->init();
507
+
508
+ if (!$this->has($name)) {
509
+ throw new CommandNotFoundException(sprintf('The command "%s" does not exist.', $name));
510
+ }
511
+
512
+ $command = $this->commands[$name];
513
+
514
+ if ($this->wantHelps) {
515
+ $this->wantHelps = false;
516
+
517
+ $helpCommand = $this->get('help');
518
+ $helpCommand->setCommand($command);
519
+
520
+ return $helpCommand;
521
+ }
522
+
523
+ return $command;
524
+ }
525
+
526
+ /**
527
+ * Returns true if the command exists, false otherwise.
528
+ *
529
+ * @param string $name The command name or alias
530
+ *
531
+ * @return bool true if the command exists, false otherwise
532
+ */
533
+ public function has($name)
534
+ {
535
+ $this->init();
536
+
537
+ return isset($this->commands[$name]) || ($this->commandLoader && $this->commandLoader->has($name) && $this->add($this->commandLoader->get($name)));
538
+ }
539
+
540
+ /**
541
+ * Returns an array of all unique namespaces used by currently registered commands.
542
+ *
543
+ * It does not return the global namespace which always exists.
544
+ *
545
+ * @return string[] An array of namespaces
546
+ */
547
+ public function getNamespaces()
548
+ {
549
+ $namespaces = [];
550
+ foreach ($this->all() as $command) {
551
+ $namespaces = array_merge($namespaces, $this->extractAllNamespaces($command->getName()));
552
+
553
+ foreach ($command->getAliases() as $alias) {
554
+ $namespaces = array_merge($namespaces, $this->extractAllNamespaces($alias));
555
+ }
556
+ }
557
+
558
+ return array_values(array_unique(array_filter($namespaces)));
559
+ }
560
+
561
+ /**
562
+ * Finds a registered namespace by a name or an abbreviation.
563
+ *
564
+ * @param string $namespace A namespace or abbreviation to search for
565
+ *
566
+ * @return string A registered namespace
567
+ *
568
+ * @throws NamespaceNotFoundException When namespace is incorrect or ambiguous
569
+ */
570
+ public function findNamespace($namespace)
571
+ {
572
+ $allNamespaces = $this->getNamespaces();
573
+ $expr = preg_replace_callback('{([^:]+|)}', function ($matches) { return preg_quote($matches[1]).'[^:]*'; }, $namespace);
574
+ $namespaces = preg_grep('{^'.$expr.'}', $allNamespaces);
575
+
576
+ if (empty($namespaces)) {
577
+ $message = sprintf('There are no commands defined in the "%s" namespace.', $namespace);
578
+
579
+ if ($alternatives = $this->findAlternatives($namespace, $allNamespaces)) {
580
+ if (1 == \count($alternatives)) {
581
+ $message .= "\n\nDid you mean this?\n ";
582
+ } else {
583
+ $message .= "\n\nDid you mean one of these?\n ";
584
+ }
585
+
586
+ $message .= implode("\n ", $alternatives);
587
+ }
588
+
589
+ throw new NamespaceNotFoundException($message, $alternatives);
590
+ }
591
+
592
+ $exact = \in_array($namespace, $namespaces, true);
593
+ if (\count($namespaces) > 1 && !$exact) {
594
+ throw new NamespaceNotFoundException(sprintf("The namespace \"%s\" is ambiguous.\nDid you mean one of these?\n%s", $namespace, $this->getAbbreviationSuggestions(array_values($namespaces))), array_values($namespaces));
595
+ }
596
+
597
+ return $exact ? $namespace : reset($namespaces);
598
+ }
599
+
600
+ /**
601
+ * Finds a command by name or alias.
602
+ *
603
+ * Contrary to get, this command tries to find the best
604
+ * match if you give it an abbreviation of a name or alias.
605
+ *
606
+ * @param string $name A command name or a command alias
607
+ *
608
+ * @return Command A Command instance
609
+ *
610
+ * @throws CommandNotFoundException When command name is incorrect or ambiguous
611
+ */
612
+ public function find($name)
613
+ {
614
+ $this->init();
615
+
616
+ $aliases = [];
617
+
618
+ foreach ($this->commands as $command) {
619
+ foreach ($command->getAliases() as $alias) {
620
+ if (!$this->has($alias)) {
621
+ $this->commands[$alias] = $command;
622
+ }
623
+ }
624
+ }
625
+
626
+ $allCommands = $this->commandLoader ? array_merge($this->commandLoader->getNames(), array_keys($this->commands)) : array_keys($this->commands);
627
+ $expr = preg_replace_callback('{([^:]+|)}', function ($matches) { return preg_quote($matches[1]).'[^:]*'; }, $name);
628
+ $commands = preg_grep('{^'.$expr.'}', $allCommands);
629
+
630
+ if (empty($commands)) {
631
+ $commands = preg_grep('{^'.$expr.'}i', $allCommands);
632
+ }
633
+
634
+ // if no commands matched or we just matched namespaces
635
+ if (empty($commands) || \count(preg_grep('{^'.$expr.'$}i', $commands)) < 1) {
636
+ if (false !== $pos = strrpos($name, ':')) {
637
+ // check if a namespace exists and contains commands
638
+ $this->findNamespace(substr($name, 0, $pos));
639
+ }
640
+
641
+ $message = sprintf('Command "%s" is not defined.', $name);
642
+
643
+ if ($alternatives = $this->findAlternatives($name, $allCommands)) {
644
+ if (1 == \count($alternatives)) {
645
+ $message .= "\n\nDid you mean this?\n ";
646
+ } else {
647
+ $message .= "\n\nDid you mean one of these?\n ";
648
+ }
649
+ $message .= implode("\n ", $alternatives);
650
+ }
651
+
652
+ throw new CommandNotFoundException($message, $alternatives);
653
+ }
654
+
655
+ // filter out aliases for commands which are already on the list
656
+ if (\count($commands) > 1) {
657
+ $commandList = $this->commandLoader ? array_merge(array_flip($this->commandLoader->getNames()), $this->commands) : $this->commands;
658
+ $commands = array_unique(array_filter($commands, function ($nameOrAlias) use ($commandList, $commands, &$aliases) {
659
+ $commandName = $commandList[$nameOrAlias] instanceof Command ? $commandList[$nameOrAlias]->getName() : $nameOrAlias;
660
+ $aliases[$nameOrAlias] = $commandName;
661
+
662
+ return $commandName === $nameOrAlias || !\in_array($commandName, $commands);
663
+ }));
664
+ }
665
+
666
+ $exact = \in_array($name, $commands, true) || isset($aliases[$name]);
667
+ if (\count($commands) > 1 && !$exact) {
668
+ $usableWidth = $this->terminal->getWidth() - 10;
669
+ $abbrevs = array_values($commands);
670
+ $maxLen = 0;
671
+ foreach ($abbrevs as $abbrev) {
672
+ $maxLen = max(Helper::strlen($abbrev), $maxLen);
673
+ }
674
+ $abbrevs = array_map(function ($cmd) use ($commandList, $usableWidth, $maxLen) {
675
+ if (!$commandList[$cmd] instanceof Command) {
676
+ return $cmd;
677
+ }
678
+ $abbrev = str_pad($cmd, $maxLen, ' ').' '.$commandList[$cmd]->getDescription();
679
+
680
+ return Helper::strlen($abbrev) > $usableWidth ? Helper::substr($abbrev, 0, $usableWidth - 3).'...' : $abbrev;
681
+ }, array_values($commands));
682
+ $suggestions = $this->getAbbreviationSuggestions($abbrevs);
683
+
684
+ throw new CommandNotFoundException(sprintf("Command \"%s\" is ambiguous.\nDid you mean one of these?\n%s", $name, $suggestions), array_values($commands));
685
+ }
686
+
687
+ return $this->get($exact ? $name : reset($commands));
688
+ }
689
+
690
+ /**
691
+ * Gets the commands (registered in the given namespace if provided).
692
+ *
693
+ * The array keys are the full names and the values the command instances.
694
+ *
695
+ * @param string $namespace A namespace name
696
+ *
697
+ * @return Command[] An array of Command instances
698
+ */
699
+ public function all($namespace = null)
700
+ {
701
+ $this->init();
702
+
703
+ if (null === $namespace) {
704
+ if (!$this->commandLoader) {
705
+ return $this->commands;
706
+ }
707
+
708
+ $commands = $this->commands;
709
+ foreach ($this->commandLoader->getNames() as $name) {
710
+ if (!isset($commands[$name]) && $this->has($name)) {
711
+ $commands[$name] = $this->get($name);
712
+ }
713
+ }
714
+
715
+ return $commands;
716
+ }
717
+
718
+ $commands = [];
719
+ foreach ($this->commands as $name => $command) {
720
+ if ($namespace === $this->extractNamespace($name, substr_count($namespace, ':') + 1)) {
721
+ $commands[$name] = $command;
722
+ }
723
+ }
724
+
725
+ if ($this->commandLoader) {
726
+ foreach ($this->commandLoader->getNames() as $name) {
727
+ if (!isset($commands[$name]) && $namespace === $this->extractNamespace($name, substr_count($namespace, ':') + 1) && $this->has($name)) {
728
+ $commands[$name] = $this->get($name);
729
+ }
730
+ }
731
+ }
732
+
733
+ return $commands;
734
+ }
735
+
736
+ /**
737
+ * Returns an array of possible abbreviations given a set of names.
738
+ *
739
+ * @param array $names An array of names
740
+ *
741
+ * @return array An array of abbreviations
742
+ */
743
+ public static function getAbbreviations($names)
744
+ {
745
+ $abbrevs = [];
746
+ foreach ($names as $name) {
747
+ for ($len = \strlen($name); $len > 0; --$len) {
748
+ $abbrev = substr($name, 0, $len);
749
+ $abbrevs[$abbrev][] = $name;
750
+ }
751
+ }
752
+
753
+ return $abbrevs;
754
+ }
755
+
756
+ /**
757
+ * Renders a caught exception.
758
+ */
759
+ public function renderException(\Exception $e, OutputInterface $output)
760
+ {
761
+ $output->writeln('', OutputInterface::VERBOSITY_QUIET);
762
+
763
+ $this->doRenderException($e, $output);
764
+
765
+ if (null !== $this->runningCommand) {
766
+ $output->writeln(sprintf('<info>%s</info>', sprintf($this->runningCommand->getSynopsis(), $this->getName())), OutputInterface::VERBOSITY_QUIET);
767
+ $output->writeln('', OutputInterface::VERBOSITY_QUIET);
768
+ }
769
+ }
770
+
771
+ protected function doRenderException(\Exception $e, OutputInterface $output)
772
+ {
773
+ do {
774
+ $message = trim($e->getMessage());
775
+ if ('' === $message || OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
776
+ $class = \get_class($e);
777
+ $class = 'c' === $class[0] && 0 === strpos($class, "class@anonymous\0") ? get_parent_class($class).'@anonymous' : $class;
778
+ $title = sprintf(' [%s%s] ', $class, 0 !== ($code = $e->getCode()) ? ' ('.$code.')' : '');
779
+ $len = Helper::strlen($title);
780
+ } else {
781
+ $len = 0;
782
+ }
783
+
784
+ if (false !== strpos($message, "class@anonymous\0")) {
785
+ $message = preg_replace_callback('/class@anonymous\x00.*?\.php0x?[0-9a-fA-F]++/', function ($m) {
786
+ return class_exists($m[0], false) ? get_parent_class($m[0]).'@anonymous' : $m[0];
787
+ }, $message);
788
+ }
789
+
790
+ $width = $this->terminal->getWidth() ? $this->terminal->getWidth() - 1 : PHP_INT_MAX;
791
+ $lines = [];
792
+ foreach ('' !== $message ? preg_split('/\r?\n/', $message) : [] as $line) {
793
+ foreach ($this->splitStringByWidth($line, $width - 4) as $line) {
794
+ // pre-format lines to get the right string length
795
+ $lineLength = Helper::strlen($line) + 4;
796
+ $lines[] = [$line, $lineLength];
797
+
798
+ $len = max($lineLength, $len);
799
+ }
800
+ }
801
+
802
+ $messages = [];
803
+ if (!$e instanceof ExceptionInterface || OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
804
+ $messages[] = sprintf('<comment>%s</comment>', OutputFormatter::escape(sprintf('In %s line %s:', basename($e->getFile()) ?: 'n/a', $e->getLine() ?: 'n/a')));
805
+ }
806
+ $messages[] = $emptyLine = sprintf('<error>%s</error>', str_repeat(' ', $len));
807
+ if ('' === $message || OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
808
+ $messages[] = sprintf('<error>%s%s</error>', $title, str_repeat(' ', max(0, $len - Helper::strlen($title))));
809
+ }
810
+ foreach ($lines as $line) {
811
+ $messages[] = sprintf('<error> %s %s</error>', OutputFormatter::escape($line[0]), str_repeat(' ', $len - $line[1]));
812
+ }
813
+ $messages[] = $emptyLine;
814
+ $messages[] = '';
815
+
816
+ $output->writeln($messages, OutputInterface::VERBOSITY_QUIET);
817
+
818
+ if (OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {
819
+ $output->writeln('<comment>Exception trace:</comment>', OutputInterface::VERBOSITY_QUIET);
820
+
821
+ // exception related properties
822
+ $trace = $e->getTrace();
823
+
824
+ array_unshift($trace, [
825
+ 'function' => '',
826
+ 'file' => $e->getFile() ?: 'n/a',
827
+ 'line' => $e->getLine() ?: 'n/a',
828
+ 'args' => [],
829
+ ]);
830
+
831
+ for ($i = 0, $count = \count($trace); $i < $count; ++$i) {
832
+ $class = isset($trace[$i]['class']) ? $trace[$i]['class'] : '';
833
+ $type = isset($trace[$i]['type']) ? $trace[$i]['type'] : '';
834
+ $function = $trace[$i]['function'];
835
+ $file = isset($trace[$i]['file']) ? $trace[$i]['file'] : 'n/a';
836
+ $line = isset($trace[$i]['line']) ? $trace[$i]['line'] : 'n/a';
837
+
838
+ $output->writeln(sprintf(' %s%s%s() at <info>%s:%s</info>', $class, $type, $function, $file, $line), OutputInterface::VERBOSITY_QUIET);
839
+ }
840
+
841
+ $output->writeln('', OutputInterface::VERBOSITY_QUIET);
842
+ }
843
+ } while ($e = $e->getPrevious());
844
+ }
845
+
846
+ /**
847
+ * Configures the input and output instances based on the user arguments and options.
848
+ */
849
+ protected function configureIO(InputInterface $input, OutputInterface $output)
850
+ {
851
+ if (true === $input->hasParameterOption(['--ansi'], true)) {
852
+ $output->setDecorated(true);
853
+ } elseif (true === $input->hasParameterOption(['--no-ansi'], true)) {
854
+ $output->setDecorated(false);
855
+ }
856
+
857
+ if (true === $input->hasParameterOption(['--no-interaction', '-n'], true)) {
858
+ $input->setInteractive(false);
859
+ } elseif (\function_exists('posix_isatty')) {
860
+ $inputStream = null;
861
+
862
+ if ($input instanceof StreamableInputInterface) {
863
+ $inputStream = $input->getStream();
864
+ }
865
+
866
+ if (!@posix_isatty($inputStream) && false === getenv('SHELL_INTERACTIVE')) {
867
+ $input->setInteractive(false);
868
+ }
869
+ }
870
+
871
+ switch ($shellVerbosity = (int) getenv('SHELL_VERBOSITY')) {
872
+ case -1: $output->setVerbosity(OutputInterface::VERBOSITY_QUIET); break;
873
+ case 1: $output->setVerbosity(OutputInterface::VERBOSITY_VERBOSE); break;
874
+ case 2: $output->setVerbosity(OutputInterface::VERBOSITY_VERY_VERBOSE); break;
875
+ case 3: $output->setVerbosity(OutputInterface::VERBOSITY_DEBUG); break;
876
+ default: $shellVerbosity = 0; break;
877
+ }
878
+
879
+ if (true === $input->hasParameterOption(['--quiet', '-q'], true)) {
880
+ $output->setVerbosity(OutputInterface::VERBOSITY_QUIET);
881
+ $shellVerbosity = -1;
882
+ } else {
883
+ if ($input->hasParameterOption('-vvv', true) || $input->hasParameterOption('--verbose=3', true) || 3 === $input->getParameterOption('--verbose', false, true)) {
884
+ $output->setVerbosity(OutputInterface::VERBOSITY_DEBUG);
885
+ $shellVerbosity = 3;
886
+ } elseif ($input->hasParameterOption('-vv', true) || $input->hasParameterOption('--verbose=2', true) || 2 === $input->getParameterOption('--verbose', false, true)) {
887
+ $output->setVerbosity(OutputInterface::VERBOSITY_VERY_VERBOSE);
888
+ $shellVerbosity = 2;
889
+ } elseif ($input->hasParameterOption('-v', true) || $input->hasParameterOption('--verbose=1', true) || $input->hasParameterOption('--verbose', true) || $input->getParameterOption('--verbose', false, true)) {
890
+ $output->setVerbosity(OutputInterface::VERBOSITY_VERBOSE);
891
+ $shellVerbosity = 1;
892
+ }
893
+ }
894
+
895
+ if (-1 === $shellVerbosity) {
896
+ $input->setInteractive(false);
897
+ }
898
+
899
+ putenv('SHELL_VERBOSITY='.$shellVerbosity);
900
+ $_ENV['SHELL_VERBOSITY'] = $shellVerbosity;
901
+ $_SERVER['SHELL_VERBOSITY'] = $shellVerbosity;
902
+ }
903
+
904
+ /**
905
+ * Runs the current command.
906
+ *
907
+ * If an event dispatcher has been attached to the application,
908
+ * events are also dispatched during the life-cycle of the command.
909
+ *
910
+ * @return int 0 if everything went fine, or an error code
911
+ */
912
+ protected function doRunCommand(Command $command, InputInterface $input, OutputInterface $output)
913
+ {
914
+ foreach ($command->getHelperSet() as $helper) {
915
+ if ($helper instanceof InputAwareInterface) {
916
+ $helper->setInput($input);
917
+ }
918
+ }
919
+
920
+ if (null === $this->dispatcher) {
921
+ return $command->run($input, $output);
922
+ }
923
+
924
+ // bind before the console.command event, so the listeners have access to input options/arguments
925
+ try {
926
+ $command->mergeApplicationDefinition();
927
+ $input->bind($command->getDefinition());
928
+ } catch (ExceptionInterface $e) {
929
+ // ignore invalid options/arguments for now, to allow the event listeners to customize the InputDefinition
930
+ }
931
+
932
+ $event = new ConsoleCommandEvent($command, $input, $output);
933
+ $e = null;
934
+
935
+ try {
936
+ $this->dispatcher->dispatch($event, ConsoleEvents::COMMAND);
937
+
938
+ if ($event->commandShouldRun()) {
939
+ $exitCode = $command->run($input, $output);
940
+ } else {
941
+ $exitCode = ConsoleCommandEvent::RETURN_CODE_DISABLED;
942
+ }
943
+ } catch (\Throwable $e) {
944
+ $event = new ConsoleErrorEvent($input, $output, $e, $command);
945
+ $this->dispatcher->dispatch($event, ConsoleEvents::ERROR);
946
+ $e = $event->getError();
947
+
948
+ if (0 === $exitCode = $event->getExitCode()) {
949
+ $e = null;
950
+ }
951
+ }
952
+
953
+ $event = new ConsoleTerminateEvent($command, $input, $output, $exitCode);
954
+ $this->dispatcher->dispatch($event, ConsoleEvents::TERMINATE);
955
+
956
+ if (null !== $e) {
957
+ throw $e;
958
+ }
959
+
960
+ return $event->getExitCode();
961
+ }
962
+
963
+ /**
964
+ * Gets the name of the command based on input.
965
+ *
966
+ * @return string The command name
967
+ */
968
+ protected function getCommandName(InputInterface $input)
969
+ {
970
+ return $this->singleCommand ? $this->defaultCommand : $input->getFirstArgument();
971
+ }
972
+
973
+ /**
974
+ * Gets the default input definition.
975
+ *
976
+ * @return InputDefinition An InputDefinition instance
977
+ */
978
+ protected function getDefaultInputDefinition()
979
+ {
980
+ return new InputDefinition([
981
+ new InputArgument('command', InputArgument::REQUIRED, 'The command to execute'),
982
+
983
+ new InputOption('--help', '-h', InputOption::VALUE_NONE, 'Display this help message'),
984
+ new InputOption('--quiet', '-q', InputOption::VALUE_NONE, 'Do not output any message'),
985
+ new InputOption('--verbose', '-v|vv|vvv', InputOption::VALUE_NONE, 'Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug'),
986
+ new InputOption('--version', '-V', InputOption::VALUE_NONE, 'Display this application version'),
987
+ new InputOption('--ansi', '', InputOption::VALUE_NONE, 'Force ANSI output'),
988
+ new InputOption('--no-ansi', '', InputOption::VALUE_NONE, 'Disable ANSI output'),
989
+ new InputOption('--no-interaction', '-n', InputOption::VALUE_NONE, 'Do not ask any interactive question'),
990
+ ]);
991
+ }
992
+
993
+ /**
994
+ * Gets the default commands that should always be available.
995
+ *
996
+ * @return Command[] An array of default Command instances
997
+ */
998
+ protected function getDefaultCommands()
999
+ {
1000
+ return [new HelpCommand(), new ListCommand()];
1001
+ }
1002
+
1003
+ /**
1004
+ * Gets the default helper set with the helpers that should always be available.
1005
+ *
1006
+ * @return HelperSet A HelperSet instance
1007
+ */
1008
+ protected function getDefaultHelperSet()
1009
+ {
1010
+ return new HelperSet([
1011
+ new FormatterHelper(),
1012
+ new DebugFormatterHelper(),
1013
+ new ProcessHelper(),
1014
+ new QuestionHelper(),
1015
+ ]);
1016
+ }
1017
+
1018
+ /**
1019
+ * Returns abbreviated suggestions in string format.
1020
+ *
1021
+ * @param array $abbrevs Abbreviated suggestions to convert
1022
+ *
1023
+ * @return string A formatted string of abbreviated suggestions
1024
+ */
1025
+ private function getAbbreviationSuggestions($abbrevs)
1026
+ {
1027
+ return ' '.implode("\n ", $abbrevs);
1028
+ }
1029
+
1030
+ /**
1031
+ * Returns the namespace part of the command name.
1032
+ *
1033
+ * This method is not part of public API and should not be used directly.
1034
+ *
1035
+ * @param string $name The full name of the command
1036
+ * @param string $limit The maximum number of parts of the namespace
1037
+ *
1038
+ * @return string The namespace of the command
1039
+ */
1040
+ public function extractNamespace($name, $limit = null)
1041
+ {
1042
+ $parts = explode(':', $name);
1043
+ array_pop($parts);
1044
+
1045
+ return implode(':', null === $limit ? $parts : \array_slice($parts, 0, $limit));
1046
+ }
1047
+
1048
+ /**
1049
+ * Finds alternative of $name among $collection,
1050
+ * if nothing is found in $collection, try in $abbrevs.
1051
+ *
1052
+ * @param string $name The string
1053
+ * @param iterable $collection The collection
1054
+ *
1055
+ * @return string[] A sorted array of similar string
1056
+ */
1057
+ private function findAlternatives($name, $collection)
1058
+ {
1059
+ $threshold = 1e3;
1060
+ $alternatives = [];
1061
+
1062
+ $collectionParts = [];
1063
+ foreach ($collection as $item) {
1064
+ $collectionParts[$item] = explode(':', $item);
1065
+ }
1066
+
1067
+ foreach (explode(':', $name) as $i => $subname) {
1068
+ foreach ($collectionParts as $collectionName => $parts) {
1069
+ $exists = isset($alternatives[$collectionName]);
1070
+ if (!isset($parts[$i]) && $exists) {
1071
+ $alternatives[$collectionName] += $threshold;
1072
+ continue;
1073
+ } elseif (!isset($parts[$i])) {
1074
+ continue;
1075
+ }
1076
+
1077
+ $lev = levenshtein($subname, $parts[$i]);
1078
+ if ($lev <= \strlen($subname) / 3 || '' !== $subname && false !== strpos($parts[$i], $subname)) {
1079
+ $alternatives[$collectionName] = $exists ? $alternatives[$collectionName] + $lev : $lev;
1080
+ } elseif ($exists) {
1081
+ $alternatives[$collectionName] += $threshold;
1082
+ }
1083
+ }
1084
+ }
1085
+
1086
+ foreach ($collection as $item) {
1087
+ $lev = levenshtein($name, $item);
1088
+ if ($lev <= \strlen($name) / 3 || false !== strpos($item, $name)) {
1089
+ $alternatives[$item] = isset($alternatives[$item]) ? $alternatives[$item] - $lev : $lev;
1090
+ }
1091
+ }
1092
+
1093
+ $alternatives = array_filter($alternatives, function ($lev) use ($threshold) { return $lev < 2 * $threshold; });
1094
+ ksort($alternatives, SORT_NATURAL | SORT_FLAG_CASE);
1095
+
1096
+ return array_keys($alternatives);
1097
+ }
1098
+
1099
+ /**
1100
+ * Sets the default Command name.
1101
+ *
1102
+ * @param string $commandName The Command name
1103
+ * @param bool $isSingleCommand Set to true if there is only one command in this application
1104
+ *
1105
+ * @return self
1106
+ */
1107
+ public function setDefaultCommand($commandName, $isSingleCommand = false)
1108
+ {
1109
+ $this->defaultCommand = $commandName;
1110
+
1111
+ if ($isSingleCommand) {
1112
+ // Ensure the command exist
1113
+ $this->find($commandName);
1114
+
1115
+ $this->singleCommand = true;
1116
+ }
1117
+
1118
+ return $this;
1119
+ }
1120
+
1121
+ /**
1122
+ * @internal
1123
+ */
1124
+ public function isSingleCommand()
1125
+ {
1126
+ return $this->singleCommand;
1127
+ }
1128
+
1129
+ private function splitStringByWidth($string, $width)
1130
+ {
1131
+ // str_split is not suitable for multi-byte characters, we should use preg_split to get char array properly.
1132
+ // additionally, array_slice() is not enough as some character has doubled width.
1133
+ // we need a function to split string not by character count but by string width
1134
+ if (false === $encoding = mb_detect_encoding($string, null, true)) {
1135
+ return str_split($string, $width);
1136
+ }
1137
+
1138
+ $utf8String = mb_convert_encoding($string, 'utf8', $encoding);
1139
+ $lines = [];
1140
+ $line = '';
1141
+ foreach (preg_split('//u', $utf8String) as $char) {
1142
+ // test if $char could be appended to current line
1143
+ if (mb_strwidth($line.$char, 'utf8') <= $width) {
1144
+ $line .= $char;
1145
+ continue;
1146
+ }
1147
+ // if not, push current line to array and make new line
1148
+ $lines[] = str_pad($line, $width);
1149
+ $line = $char;
1150
+ }
1151
+
1152
+ $lines[] = \count($lines) ? str_pad($line, $width) : $line;
1153
+
1154
+ mb_convert_variables($encoding, 'utf8', $lines);
1155
+
1156
+ return $lines;
1157
+ }
1158
+
1159
+ /**
1160
+ * Returns all namespaces of the command name.
1161
+ *
1162
+ * @param string $name The full name of the command
1163
+ *
1164
+ * @return string[] The namespaces of the command
1165
+ */
1166
+ private function extractAllNamespaces($name)
1167
+ {
1168
+ // -1 as third argument is needed to skip the command short name when exploding
1169
+ $parts = explode(':', $name, -1);
1170
+ $namespaces = [];
1171
+
1172
+ foreach ($parts as $part) {
1173
+ if (\count($namespaces)) {
1174
+ $namespaces[] = end($namespaces).':'.$part;
1175
+ } else {
1176
+ $namespaces[] = $part;
1177
+ }
1178
+ }
1179
+
1180
+ return $namespaces;
1181
+ }
1182
+
1183
+ private function init()
1184
+ {
1185
+ if ($this->initialized) {
1186
+ return;
1187
+ }
1188
+ $this->initialized = true;
1189
+
1190
+ foreach ($this->getDefaultCommands() as $command) {
1191
+ $this->add($command);
1192
+ }
1193
+ }
1194
+ }