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,59 @@
1
+ {
2
+ "name": "symfony/console",
3
+ "type": "library",
4
+ "description": "Symfony Console Component",
5
+ "keywords": [],
6
+ "homepage": "https://symfony.com",
7
+ "license": "MIT",
8
+ "authors": [
9
+ {
10
+ "name": "Fabien Potencier",
11
+ "email": "fabien@symfony.com"
12
+ },
13
+ {
14
+ "name": "Symfony Community",
15
+ "homepage": "https://symfony.com/contributors"
16
+ }
17
+ ],
18
+ "require": {
19
+ "php": "^7.1.3",
20
+ "symfony/polyfill-mbstring": "~1.0",
21
+ "symfony/polyfill-php73": "^1.8",
22
+ "symfony/service-contracts": "^1.1"
23
+ },
24
+ "require-dev": {
25
+ "symfony/config": "~3.4|~4.0",
26
+ "symfony/event-dispatcher": "^4.3",
27
+ "symfony/dependency-injection": "~3.4|~4.0",
28
+ "symfony/lock": "~3.4|~4.0",
29
+ "symfony/process": "~3.4|~4.0",
30
+ "symfony/var-dumper": "^4.3",
31
+ "psr/log": "~1.0"
32
+ },
33
+ "provide": {
34
+ "psr/log-implementation": "1.0"
35
+ },
36
+ "suggest": {
37
+ "symfony/event-dispatcher": "",
38
+ "symfony/lock": "",
39
+ "symfony/process": "",
40
+ "psr/log": "For using the console logger"
41
+ },
42
+ "conflict": {
43
+ "symfony/dependency-injection": "<3.4",
44
+ "symfony/event-dispatcher": "<4.3",
45
+ "symfony/process": "<3.3"
46
+ },
47
+ "autoload": {
48
+ "psr-4": { "Symfony\\Component\\Console\\": "" },
49
+ "exclude-from-classmap": [
50
+ "/Tests/"
51
+ ]
52
+ },
53
+ "minimum-stability": "dev",
54
+ "extra": {
55
+ "branch-alias": {
56
+ "dev-master": "4.3-dev"
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
5
+ backupGlobals="false"
6
+ colors="true"
7
+ bootstrap="vendor/autoload.php"
8
+ failOnRisky="true"
9
+ failOnWarning="true"
10
+ >
11
+ <php>
12
+ <ini name="error_reporting" value="-1" />
13
+ </php>
14
+
15
+ <testsuites>
16
+ <testsuite name="Symfony Console Component Test Suite">
17
+ <directory>./Tests/</directory>
18
+ </testsuite>
19
+ </testsuites>
20
+
21
+ <filter>
22
+ <whitelist>
23
+ <directory>./</directory>
24
+ <exclude>
25
+ <directory>./Resources</directory>
26
+ <directory>./Tests</directory>
27
+ <directory>./vendor</directory>
28
+ </exclude>
29
+ </whitelist>
30
+ </filter>
31
+
32
+ <listeners>
33
+ <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
34
+ <arguments>
35
+ <array>
36
+ <element key="time-sensitive"><string>Symfony\Component\Console</string></element>
37
+ </array>
38
+ </arguments>
39
+ </listener>
40
+ </listeners>
41
+ </phpunit>
@@ -0,0 +1,3 @@
1
+ vendor/
2
+ composer.lock
3
+ phpunit.xml
@@ -0,0 +1,65 @@
1
+ CHANGELOG
2
+ =========
3
+
4
+ 4.3.0
5
+ -----
6
+
7
+ * support for passing arrays to `Filesystem::dumpFile()` is deprecated and will be removed in 5.0
8
+ * support for passing arrays to `Filesystem::appendToFile()` is deprecated and will be removed in 5.0
9
+
10
+ 4.0.0
11
+ -----
12
+
13
+ * removed `LockHandler`
14
+ * Support for passing relative paths to `Filesystem::makePathRelative()` has been removed.
15
+
16
+ 3.4.0
17
+ -----
18
+
19
+ * support for passing relative paths to `Filesystem::makePathRelative()` is deprecated and will be removed in 4.0
20
+
21
+ 3.3.0
22
+ -----
23
+
24
+ * added `appendToFile()` to append contents to existing files
25
+
26
+ 3.2.0
27
+ -----
28
+
29
+ * added `readlink()` as a platform independent method to read links
30
+
31
+ 3.0.0
32
+ -----
33
+
34
+ * removed `$mode` argument from `Filesystem::dumpFile()`
35
+
36
+ 2.8.0
37
+ -----
38
+
39
+ * added tempnam() a stream aware version of PHP's native tempnam()
40
+
41
+ 2.6.0
42
+ -----
43
+
44
+ * added LockHandler
45
+
46
+ 2.3.12
47
+ ------
48
+
49
+ * deprecated dumpFile() file mode argument.
50
+
51
+ 2.3.0
52
+ -----
53
+
54
+ * added the dumpFile() method to atomically write files
55
+
56
+ 2.2.0
57
+ -----
58
+
59
+ * added a delete option for the mirror() method
60
+
61
+ 2.1.0
62
+ -----
63
+
64
+ * 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
65
+ * created the component
@@ -0,0 +1,21 @@
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\Filesystem\Exception;
13
+
14
+ /**
15
+ * Exception interface for all exceptions thrown by the component.
16
+ *
17
+ * @author Romain Neutron <imprec@gmail.com>
18
+ */
19
+ interface ExceptionInterface extends \Throwable
20
+ {
21
+ }
@@ -0,0 +1,34 @@
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\Filesystem\Exception;
13
+
14
+ /**
15
+ * Exception class thrown when a file couldn't be found.
16
+ *
17
+ * @author Fabien Potencier <fabien@symfony.com>
18
+ * @author Christian Gärtner <christiangaertner.film@googlemail.com>
19
+ */
20
+ class FileNotFoundException extends IOException
21
+ {
22
+ public function __construct(string $message = null, int $code = 0, \Exception $previous = null, string $path = null)
23
+ {
24
+ if (null === $message) {
25
+ if (null === $path) {
26
+ $message = 'File could not be found.';
27
+ } else {
28
+ $message = sprintf('File "%s" could not be found.', $path);
29
+ }
30
+ }
31
+
32
+ parent::__construct($message, $code, $previous, $path);
33
+ }
34
+ }
@@ -0,0 +1,39 @@
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\Filesystem\Exception;
13
+
14
+ /**
15
+ * Exception class thrown when a filesystem operation failure happens.
16
+ *
17
+ * @author Romain Neutron <imprec@gmail.com>
18
+ * @author Christian Gärtner <christiangaertner.film@googlemail.com>
19
+ * @author Fabien Potencier <fabien@symfony.com>
20
+ */
21
+ class IOException extends \RuntimeException implements IOExceptionInterface
22
+ {
23
+ private $path;
24
+
25
+ public function __construct(string $message, int $code = 0, \Exception $previous = null, string $path = null)
26
+ {
27
+ $this->path = $path;
28
+
29
+ parent::__construct($message, $code, $previous);
30
+ }
31
+
32
+ /**
33
+ * {@inheritdoc}
34
+ */
35
+ public function getPath()
36
+ {
37
+ return $this->path;
38
+ }
39
+ }
@@ -0,0 +1,27 @@
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\Filesystem\Exception;
13
+
14
+ /**
15
+ * IOException interface for file and input/output stream related exceptions thrown by the component.
16
+ *
17
+ * @author Christian Gärtner <christiangaertner.film@googlemail.com>
18
+ */
19
+ interface IOExceptionInterface extends ExceptionInterface
20
+ {
21
+ /**
22
+ * Returns the associated path for the exception.
23
+ *
24
+ * @return string|null The path
25
+ */
26
+ public function getPath();
27
+ }
@@ -0,0 +1,19 @@
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\Filesystem\Exception;
13
+
14
+ /**
15
+ * @author Christian Flothmann <christian.flothmann@sensiolabs.de>
16
+ */
17
+ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
18
+ {
19
+ }
@@ -0,0 +1,768 @@
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\Filesystem;
13
+
14
+ use Symfony\Component\Filesystem\Exception\FileNotFoundException;
15
+ use Symfony\Component\Filesystem\Exception\InvalidArgumentException;
16
+ use Symfony\Component\Filesystem\Exception\IOException;
17
+
18
+ /**
19
+ * Provides basic utility to manipulate the file system.
20
+ *
21
+ * @author Fabien Potencier <fabien@symfony.com>
22
+ */
23
+ class Filesystem
24
+ {
25
+ private static $lastError;
26
+
27
+ /**
28
+ * Copies a file.
29
+ *
30
+ * If the target file is older than the origin file, it's always overwritten.
31
+ * If the target file is newer, it is overwritten only when the
32
+ * $overwriteNewerFiles option is set to true.
33
+ *
34
+ * @param string $originFile The original filename
35
+ * @param string $targetFile The target filename
36
+ * @param bool $overwriteNewerFiles If true, target files newer than origin files are overwritten
37
+ *
38
+ * @throws FileNotFoundException When originFile doesn't exist
39
+ * @throws IOException When copy fails
40
+ */
41
+ public function copy($originFile, $targetFile, $overwriteNewerFiles = false)
42
+ {
43
+ $originIsLocal = stream_is_local($originFile) || 0 === stripos($originFile, 'file://');
44
+ if ($originIsLocal && !is_file($originFile)) {
45
+ throw new FileNotFoundException(sprintf('Failed to copy "%s" because file does not exist.', $originFile), 0, null, $originFile);
46
+ }
47
+
48
+ $this->mkdir(\dirname($targetFile));
49
+
50
+ $doCopy = true;
51
+ if (!$overwriteNewerFiles && null === parse_url($originFile, PHP_URL_HOST) && is_file($targetFile)) {
52
+ $doCopy = filemtime($originFile) > filemtime($targetFile);
53
+ }
54
+
55
+ if ($doCopy) {
56
+ // https://bugs.php.net/bug.php?id=64634
57
+ if (false === $source = @fopen($originFile, 'r')) {
58
+ throw new IOException(sprintf('Failed to copy "%s" to "%s" because source file could not be opened for reading.', $originFile, $targetFile), 0, null, $originFile);
59
+ }
60
+
61
+ // Stream context created to allow files overwrite when using FTP stream wrapper - disabled by default
62
+ if (false === $target = @fopen($targetFile, 'w', null, stream_context_create(['ftp' => ['overwrite' => true]]))) {
63
+ throw new IOException(sprintf('Failed to copy "%s" to "%s" because target file could not be opened for writing.', $originFile, $targetFile), 0, null, $originFile);
64
+ }
65
+
66
+ $bytesCopied = stream_copy_to_stream($source, $target);
67
+ fclose($source);
68
+ fclose($target);
69
+ unset($source, $target);
70
+
71
+ if (!is_file($targetFile)) {
72
+ throw new IOException(sprintf('Failed to copy "%s" to "%s".', $originFile, $targetFile), 0, null, $originFile);
73
+ }
74
+
75
+ if ($originIsLocal) {
76
+ // Like `cp`, preserve executable permission bits
77
+ @chmod($targetFile, fileperms($targetFile) | (fileperms($originFile) & 0111));
78
+
79
+ if ($bytesCopied !== $bytesOrigin = filesize($originFile)) {
80
+ throw new IOException(sprintf('Failed to copy the whole content of "%s" to "%s" (%g of %g bytes copied).', $originFile, $targetFile, $bytesCopied, $bytesOrigin), 0, null, $originFile);
81
+ }
82
+ }
83
+ }
84
+ }
85
+
86
+ /**
87
+ * Creates a directory recursively.
88
+ *
89
+ * @param string|iterable $dirs The directory path
90
+ * @param int $mode The directory mode
91
+ *
92
+ * @throws IOException On any directory creation failure
93
+ */
94
+ public function mkdir($dirs, $mode = 0777)
95
+ {
96
+ foreach ($this->toIterable($dirs) as $dir) {
97
+ if (is_dir($dir)) {
98
+ continue;
99
+ }
100
+
101
+ if (!self::box('mkdir', $dir, $mode, true)) {
102
+ if (!is_dir($dir)) {
103
+ // The directory was not created by a concurrent process. Let's throw an exception with a developer friendly error message if we have one
104
+ if (self::$lastError) {
105
+ throw new IOException(sprintf('Failed to create "%s": %s.', $dir, self::$lastError), 0, null, $dir);
106
+ }
107
+ throw new IOException(sprintf('Failed to create "%s"', $dir), 0, null, $dir);
108
+ }
109
+ }
110
+ }
111
+ }
112
+
113
+ /**
114
+ * Checks the existence of files or directories.
115
+ *
116
+ * @param string|iterable $files A filename, an array of files, or a \Traversable instance to check
117
+ *
118
+ * @return bool true if the file exists, false otherwise
119
+ */
120
+ public function exists($files)
121
+ {
122
+ $maxPathLength = PHP_MAXPATHLEN - 2;
123
+
124
+ foreach ($this->toIterable($files) as $file) {
125
+ if (\strlen($file) > $maxPathLength) {
126
+ throw new IOException(sprintf('Could not check if file exist because path length exceeds %d characters.', $maxPathLength), 0, null, $file);
127
+ }
128
+
129
+ if (!file_exists($file)) {
130
+ return false;
131
+ }
132
+ }
133
+
134
+ return true;
135
+ }
136
+
137
+ /**
138
+ * Sets access and modification time of file.
139
+ *
140
+ * @param string|iterable $files A filename, an array of files, or a \Traversable instance to create
141
+ * @param int|null $time The touch time as a Unix timestamp, if not supplied the current system time is used
142
+ * @param int|null $atime The access time as a Unix timestamp, if not supplied the current system time is used
143
+ *
144
+ * @throws IOException When touch fails
145
+ */
146
+ public function touch($files, $time = null, $atime = null)
147
+ {
148
+ foreach ($this->toIterable($files) as $file) {
149
+ $touch = $time ? @touch($file, $time, $atime) : @touch($file);
150
+ if (true !== $touch) {
151
+ throw new IOException(sprintf('Failed to touch "%s".', $file), 0, null, $file);
152
+ }
153
+ }
154
+ }
155
+
156
+ /**
157
+ * Removes files or directories.
158
+ *
159
+ * @param string|iterable $files A filename, an array of files, or a \Traversable instance to remove
160
+ *
161
+ * @throws IOException When removal fails
162
+ */
163
+ public function remove($files)
164
+ {
165
+ if ($files instanceof \Traversable) {
166
+ $files = iterator_to_array($files, false);
167
+ } elseif (!\is_array($files)) {
168
+ $files = [$files];
169
+ }
170
+ $files = array_reverse($files);
171
+ foreach ($files as $file) {
172
+ if (is_link($file)) {
173
+ // See https://bugs.php.net/52176
174
+ if (!(self::box('unlink', $file) || '\\' !== \DIRECTORY_SEPARATOR || self::box('rmdir', $file)) && file_exists($file)) {
175
+ throw new IOException(sprintf('Failed to remove symlink "%s": %s.', $file, self::$lastError));
176
+ }
177
+ } elseif (is_dir($file)) {
178
+ $this->remove(new \FilesystemIterator($file, \FilesystemIterator::CURRENT_AS_PATHNAME | \FilesystemIterator::SKIP_DOTS));
179
+
180
+ if (!self::box('rmdir', $file) && file_exists($file)) {
181
+ throw new IOException(sprintf('Failed to remove directory "%s": %s.', $file, self::$lastError));
182
+ }
183
+ } elseif (!self::box('unlink', $file) && file_exists($file)) {
184
+ throw new IOException(sprintf('Failed to remove file "%s": %s.', $file, self::$lastError));
185
+ }
186
+ }
187
+ }
188
+
189
+ /**
190
+ * Change mode for an array of files or directories.
191
+ *
192
+ * @param string|iterable $files A filename, an array of files, or a \Traversable instance to change mode
193
+ * @param int $mode The new mode (octal)
194
+ * @param int $umask The mode mask (octal)
195
+ * @param bool $recursive Whether change the mod recursively or not
196
+ *
197
+ * @throws IOException When the change fails
198
+ */
199
+ public function chmod($files, $mode, $umask = 0000, $recursive = false)
200
+ {
201
+ foreach ($this->toIterable($files) as $file) {
202
+ if (true !== @chmod($file, $mode & ~$umask)) {
203
+ throw new IOException(sprintf('Failed to chmod file "%s".', $file), 0, null, $file);
204
+ }
205
+ if ($recursive && is_dir($file) && !is_link($file)) {
206
+ $this->chmod(new \FilesystemIterator($file), $mode, $umask, true);
207
+ }
208
+ }
209
+ }
210
+
211
+ /**
212
+ * Change the owner of an array of files or directories.
213
+ *
214
+ * @param string|iterable $files A filename, an array of files, or a \Traversable instance to change owner
215
+ * @param string $user The new owner user name
216
+ * @param bool $recursive Whether change the owner recursively or not
217
+ *
218
+ * @throws IOException When the change fails
219
+ */
220
+ public function chown($files, $user, $recursive = false)
221
+ {
222
+ foreach ($this->toIterable($files) as $file) {
223
+ if ($recursive && is_dir($file) && !is_link($file)) {
224
+ $this->chown(new \FilesystemIterator($file), $user, true);
225
+ }
226
+ if (is_link($file) && \function_exists('lchown')) {
227
+ if (true !== @lchown($file, $user)) {
228
+ throw new IOException(sprintf('Failed to chown file "%s".', $file), 0, null, $file);
229
+ }
230
+ } else {
231
+ if (true !== @chown($file, $user)) {
232
+ throw new IOException(sprintf('Failed to chown file "%s".', $file), 0, null, $file);
233
+ }
234
+ }
235
+ }
236
+ }
237
+
238
+ /**
239
+ * Change the group of an array of files or directories.
240
+ *
241
+ * @param string|iterable $files A filename, an array of files, or a \Traversable instance to change group
242
+ * @param string $group The group name
243
+ * @param bool $recursive Whether change the group recursively or not
244
+ *
245
+ * @throws IOException When the change fails
246
+ */
247
+ public function chgrp($files, $group, $recursive = false)
248
+ {
249
+ foreach ($this->toIterable($files) as $file) {
250
+ if ($recursive && is_dir($file) && !is_link($file)) {
251
+ $this->chgrp(new \FilesystemIterator($file), $group, true);
252
+ }
253
+ if (is_link($file) && \function_exists('lchgrp')) {
254
+ if (true !== @lchgrp($file, $group)) {
255
+ throw new IOException(sprintf('Failed to chgrp file "%s".', $file), 0, null, $file);
256
+ }
257
+ } else {
258
+ if (true !== @chgrp($file, $group)) {
259
+ throw new IOException(sprintf('Failed to chgrp file "%s".', $file), 0, null, $file);
260
+ }
261
+ }
262
+ }
263
+ }
264
+
265
+ /**
266
+ * Renames a file or a directory.
267
+ *
268
+ * @param string $origin The origin filename or directory
269
+ * @param string $target The new filename or directory
270
+ * @param bool $overwrite Whether to overwrite the target if it already exists
271
+ *
272
+ * @throws IOException When target file or directory already exists
273
+ * @throws IOException When origin cannot be renamed
274
+ */
275
+ public function rename($origin, $target, $overwrite = false)
276
+ {
277
+ // we check that target does not exist
278
+ if (!$overwrite && $this->isReadable($target)) {
279
+ throw new IOException(sprintf('Cannot rename because the target "%s" already exists.', $target), 0, null, $target);
280
+ }
281
+
282
+ if (true !== @rename($origin, $target)) {
283
+ if (is_dir($origin)) {
284
+ // See https://bugs.php.net/bug.php?id=54097 & http://php.net/manual/en/function.rename.php#113943
285
+ $this->mirror($origin, $target, null, ['override' => $overwrite, 'delete' => $overwrite]);
286
+ $this->remove($origin);
287
+
288
+ return;
289
+ }
290
+ throw new IOException(sprintf('Cannot rename "%s" to "%s".', $origin, $target), 0, null, $target);
291
+ }
292
+ }
293
+
294
+ /**
295
+ * Tells whether a file exists and is readable.
296
+ *
297
+ * @param string $filename Path to the file
298
+ *
299
+ * @return bool
300
+ *
301
+ * @throws IOException When windows path is longer than 258 characters
302
+ */
303
+ private function isReadable($filename)
304
+ {
305
+ $maxPathLength = PHP_MAXPATHLEN - 2;
306
+
307
+ if (\strlen($filename) > $maxPathLength) {
308
+ throw new IOException(sprintf('Could not check if file is readable because path length exceeds %d characters.', $maxPathLength), 0, null, $filename);
309
+ }
310
+
311
+ return is_readable($filename);
312
+ }
313
+
314
+ /**
315
+ * Creates a symbolic link or copy a directory.
316
+ *
317
+ * @param string $originDir The origin directory path
318
+ * @param string $targetDir The symbolic link name
319
+ * @param bool $copyOnWindows Whether to copy files if on Windows
320
+ *
321
+ * @throws IOException When symlink fails
322
+ */
323
+ public function symlink($originDir, $targetDir, $copyOnWindows = false)
324
+ {
325
+ if ('\\' === \DIRECTORY_SEPARATOR) {
326
+ $originDir = strtr($originDir, '/', '\\');
327
+ $targetDir = strtr($targetDir, '/', '\\');
328
+
329
+ if ($copyOnWindows) {
330
+ $this->mirror($originDir, $targetDir);
331
+
332
+ return;
333
+ }
334
+ }
335
+
336
+ $this->mkdir(\dirname($targetDir));
337
+
338
+ if (is_link($targetDir)) {
339
+ if (readlink($targetDir) === $originDir) {
340
+ return;
341
+ }
342
+ $this->remove($targetDir);
343
+ }
344
+
345
+ if (!self::box('symlink', $originDir, $targetDir)) {
346
+ $this->linkException($originDir, $targetDir, 'symbolic');
347
+ }
348
+ }
349
+
350
+ /**
351
+ * Creates a hard link, or several hard links to a file.
352
+ *
353
+ * @param string $originFile The original file
354
+ * @param string|string[] $targetFiles The target file(s)
355
+ *
356
+ * @throws FileNotFoundException When original file is missing or not a file
357
+ * @throws IOException When link fails, including if link already exists
358
+ */
359
+ public function hardlink($originFile, $targetFiles)
360
+ {
361
+ if (!$this->exists($originFile)) {
362
+ throw new FileNotFoundException(null, 0, null, $originFile);
363
+ }
364
+
365
+ if (!is_file($originFile)) {
366
+ throw new FileNotFoundException(sprintf('Origin file "%s" is not a file', $originFile));
367
+ }
368
+
369
+ foreach ($this->toIterable($targetFiles) as $targetFile) {
370
+ if (is_file($targetFile)) {
371
+ if (fileinode($originFile) === fileinode($targetFile)) {
372
+ continue;
373
+ }
374
+ $this->remove($targetFile);
375
+ }
376
+
377
+ if (!self::box('link', $originFile, $targetFile)) {
378
+ $this->linkException($originFile, $targetFile, 'hard');
379
+ }
380
+ }
381
+ }
382
+
383
+ /**
384
+ * @param string $origin
385
+ * @param string $target
386
+ * @param string $linkType Name of the link type, typically 'symbolic' or 'hard'
387
+ */
388
+ private function linkException($origin, $target, $linkType)
389
+ {
390
+ if (self::$lastError) {
391
+ if ('\\' === \DIRECTORY_SEPARATOR && false !== strpos(self::$lastError, 'error code(1314)')) {
392
+ throw new IOException(sprintf('Unable to create %s link due to error code 1314: \'A required privilege is not held by the client\'. Do you have the required Administrator-rights?', $linkType), 0, null, $target);
393
+ }
394
+ }
395
+ throw new IOException(sprintf('Failed to create %s link from "%s" to "%s".', $linkType, $origin, $target), 0, null, $target);
396
+ }
397
+
398
+ /**
399
+ * Resolves links in paths.
400
+ *
401
+ * With $canonicalize = false (default)
402
+ * - if $path does not exist or is not a link, returns null
403
+ * - if $path is a link, returns the next direct target of the link without considering the existence of the target
404
+ *
405
+ * With $canonicalize = true
406
+ * - if $path does not exist, returns null
407
+ * - if $path exists, returns its absolute fully resolved final version
408
+ *
409
+ * @param string $path A filesystem path
410
+ * @param bool $canonicalize Whether or not to return a canonicalized path
411
+ *
412
+ * @return string|null
413
+ */
414
+ public function readlink($path, $canonicalize = false)
415
+ {
416
+ if (!$canonicalize && !is_link($path)) {
417
+ return;
418
+ }
419
+
420
+ if ($canonicalize) {
421
+ if (!$this->exists($path)) {
422
+ return;
423
+ }
424
+
425
+ if ('\\' === \DIRECTORY_SEPARATOR) {
426
+ $path = readlink($path);
427
+ }
428
+
429
+ return realpath($path);
430
+ }
431
+
432
+ if ('\\' === \DIRECTORY_SEPARATOR) {
433
+ return realpath($path);
434
+ }
435
+
436
+ return readlink($path);
437
+ }
438
+
439
+ /**
440
+ * Given an existing path, convert it to a path relative to a given starting path.
441
+ *
442
+ * @param string $endPath Absolute path of target
443
+ * @param string $startPath Absolute path where traversal begins
444
+ *
445
+ * @return string Path of target relative to starting path
446
+ */
447
+ public function makePathRelative($endPath, $startPath)
448
+ {
449
+ if (!$this->isAbsolutePath($startPath)) {
450
+ throw new InvalidArgumentException(sprintf('The start path "%s" is not absolute.', $startPath));
451
+ }
452
+
453
+ if (!$this->isAbsolutePath($endPath)) {
454
+ throw new InvalidArgumentException(sprintf('The end path "%s" is not absolute.', $endPath));
455
+ }
456
+
457
+ // Normalize separators on Windows
458
+ if ('\\' === \DIRECTORY_SEPARATOR) {
459
+ $endPath = str_replace('\\', '/', $endPath);
460
+ $startPath = str_replace('\\', '/', $startPath);
461
+ }
462
+
463
+ $stripDriveLetter = function ($path) {
464
+ if (\strlen($path) > 2 && ':' === $path[1] && '/' === $path[2] && ctype_alpha($path[0])) {
465
+ return substr($path, 2);
466
+ }
467
+
468
+ return $path;
469
+ };
470
+
471
+ $endPath = $stripDriveLetter($endPath);
472
+ $startPath = $stripDriveLetter($startPath);
473
+
474
+ // Split the paths into arrays
475
+ $startPathArr = explode('/', trim($startPath, '/'));
476
+ $endPathArr = explode('/', trim($endPath, '/'));
477
+
478
+ $normalizePathArray = function ($pathSegments) {
479
+ $result = [];
480
+
481
+ foreach ($pathSegments as $segment) {
482
+ if ('..' === $segment) {
483
+ array_pop($result);
484
+ } elseif ('.' !== $segment) {
485
+ $result[] = $segment;
486
+ }
487
+ }
488
+
489
+ return $result;
490
+ };
491
+
492
+ $startPathArr = $normalizePathArray($startPathArr);
493
+ $endPathArr = $normalizePathArray($endPathArr);
494
+
495
+ // Find for which directory the common path stops
496
+ $index = 0;
497
+ while (isset($startPathArr[$index]) && isset($endPathArr[$index]) && $startPathArr[$index] === $endPathArr[$index]) {
498
+ ++$index;
499
+ }
500
+
501
+ // Determine how deep the start path is relative to the common path (ie, "web/bundles" = 2 levels)
502
+ if (1 === \count($startPathArr) && '' === $startPathArr[0]) {
503
+ $depth = 0;
504
+ } else {
505
+ $depth = \count($startPathArr) - $index;
506
+ }
507
+
508
+ // Repeated "../" for each level need to reach the common path
509
+ $traverser = str_repeat('../', $depth);
510
+
511
+ $endPathRemainder = implode('/', \array_slice($endPathArr, $index));
512
+
513
+ // Construct $endPath from traversing to the common path, then to the remaining $endPath
514
+ $relativePath = $traverser.('' !== $endPathRemainder ? $endPathRemainder.'/' : '');
515
+
516
+ return '' === $relativePath ? './' : $relativePath;
517
+ }
518
+
519
+ /**
520
+ * Mirrors a directory to another.
521
+ *
522
+ * Copies files and directories from the origin directory into the target directory. By default:
523
+ *
524
+ * - existing files in the target directory will be overwritten, except if they are newer (see the `override` option)
525
+ * - files in the target directory that do not exist in the source directory will not be deleted (see the `delete` option)
526
+ *
527
+ * @param string $originDir The origin directory
528
+ * @param string $targetDir The target directory
529
+ * @param \Traversable|null $iterator Iterator that filters which files and directories to copy, if null a recursive iterator is created
530
+ * @param array $options An array of boolean options
531
+ * Valid options are:
532
+ * - $options['override'] If true, target files newer than origin files are overwritten (see copy(), defaults to false)
533
+ * - $options['copy_on_windows'] Whether to copy files instead of links on Windows (see symlink(), defaults to false)
534
+ * - $options['delete'] Whether to delete files that are not in the source directory (defaults to false)
535
+ *
536
+ * @throws IOException When file type is unknown
537
+ */
538
+ public function mirror($originDir, $targetDir, \Traversable $iterator = null, $options = [])
539
+ {
540
+ $targetDir = rtrim($targetDir, '/\\');
541
+ $originDir = rtrim($originDir, '/\\');
542
+ $originDirLen = \strlen($originDir);
543
+
544
+ if (!$this->exists($originDir)) {
545
+ throw new IOException(sprintf('The origin directory specified "%s" was not found.', $originDir), 0, null, $originDir);
546
+ }
547
+
548
+ // Iterate in destination folder to remove obsolete entries
549
+ if ($this->exists($targetDir) && isset($options['delete']) && $options['delete']) {
550
+ $deleteIterator = $iterator;
551
+ if (null === $deleteIterator) {
552
+ $flags = \FilesystemIterator::SKIP_DOTS;
553
+ $deleteIterator = new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($targetDir, $flags), \RecursiveIteratorIterator::CHILD_FIRST);
554
+ }
555
+ $targetDirLen = \strlen($targetDir);
556
+ foreach ($deleteIterator as $file) {
557
+ $origin = $originDir.substr($file->getPathname(), $targetDirLen);
558
+ if (!$this->exists($origin)) {
559
+ $this->remove($file);
560
+ }
561
+ }
562
+ }
563
+
564
+ $copyOnWindows = $options['copy_on_windows'] ?? false;
565
+
566
+ if (null === $iterator) {
567
+ $flags = $copyOnWindows ? \FilesystemIterator::SKIP_DOTS | \FilesystemIterator::FOLLOW_SYMLINKS : \FilesystemIterator::SKIP_DOTS;
568
+ $iterator = new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($originDir, $flags), \RecursiveIteratorIterator::SELF_FIRST);
569
+ }
570
+
571
+ $this->mkdir($targetDir);
572
+ $filesCreatedWhileMirroring = [];
573
+
574
+ foreach ($iterator as $file) {
575
+ if ($file->getPathname() === $targetDir || $file->getRealPath() === $targetDir || isset($filesCreatedWhileMirroring[$file->getRealPath()])) {
576
+ continue;
577
+ }
578
+
579
+ $target = $targetDir.substr($file->getPathname(), $originDirLen);
580
+ $filesCreatedWhileMirroring[$target] = true;
581
+
582
+ if (!$copyOnWindows && is_link($file)) {
583
+ $this->symlink($file->getLinkTarget(), $target);
584
+ } elseif (is_dir($file)) {
585
+ $this->mkdir($target);
586
+ } elseif (is_file($file)) {
587
+ $this->copy($file, $target, isset($options['override']) ? $options['override'] : false);
588
+ } else {
589
+ throw new IOException(sprintf('Unable to guess "%s" file type.', $file), 0, null, $file);
590
+ }
591
+ }
592
+ }
593
+
594
+ /**
595
+ * Returns whether the file path is an absolute path.
596
+ *
597
+ * @param string $file A file path
598
+ *
599
+ * @return bool
600
+ */
601
+ public function isAbsolutePath($file)
602
+ {
603
+ return strspn($file, '/\\', 0, 1)
604
+ || (\strlen($file) > 3 && ctype_alpha($file[0])
605
+ && ':' === $file[1]
606
+ && strspn($file, '/\\', 2, 1)
607
+ )
608
+ || null !== parse_url($file, PHP_URL_SCHEME)
609
+ ;
610
+ }
611
+
612
+ /**
613
+ * Creates a temporary file with support for custom stream wrappers.
614
+ *
615
+ * @param string $dir The directory where the temporary filename will be created
616
+ * @param string $prefix The prefix of the generated temporary filename
617
+ * Note: Windows uses only the first three characters of prefix
618
+ *
619
+ * @return string The new temporary filename (with path), or throw an exception on failure
620
+ */
621
+ public function tempnam($dir, $prefix)
622
+ {
623
+ list($scheme, $hierarchy) = $this->getSchemeAndHierarchy($dir);
624
+
625
+ // If no scheme or scheme is "file" or "gs" (Google Cloud) create temp file in local filesystem
626
+ if (null === $scheme || 'file' === $scheme || 'gs' === $scheme) {
627
+ $tmpFile = @tempnam($hierarchy, $prefix);
628
+
629
+ // If tempnam failed or no scheme return the filename otherwise prepend the scheme
630
+ if (false !== $tmpFile) {
631
+ if (null !== $scheme && 'gs' !== $scheme) {
632
+ return $scheme.'://'.$tmpFile;
633
+ }
634
+
635
+ return $tmpFile;
636
+ }
637
+
638
+ throw new IOException('A temporary file could not be created.');
639
+ }
640
+
641
+ // Loop until we create a valid temp file or have reached 10 attempts
642
+ for ($i = 0; $i < 10; ++$i) {
643
+ // Create a unique filename
644
+ $tmpFile = $dir.'/'.$prefix.uniqid(mt_rand(), true);
645
+
646
+ // Use fopen instead of file_exists as some streams do not support stat
647
+ // Use mode 'x+' to atomically check existence and create to avoid a TOCTOU vulnerability
648
+ $handle = @fopen($tmpFile, 'x+');
649
+
650
+ // If unsuccessful restart the loop
651
+ if (false === $handle) {
652
+ continue;
653
+ }
654
+
655
+ // Close the file if it was successfully opened
656
+ @fclose($handle);
657
+
658
+ return $tmpFile;
659
+ }
660
+
661
+ throw new IOException('A temporary file could not be created.');
662
+ }
663
+
664
+ /**
665
+ * Atomically dumps content into a file.
666
+ *
667
+ * @param string $filename The file to be written to
668
+ * @param string|resource $content The data to write into the file
669
+ *
670
+ * @throws IOException if the file cannot be written to
671
+ */
672
+ public function dumpFile($filename, $content)
673
+ {
674
+ if (\is_array($content)) {
675
+ @trigger_error(sprintf('Calling "%s()" with an array in the $content argument is deprecated since Symfony 4.3.', __METHOD__), E_USER_DEPRECATED);
676
+ }
677
+
678
+ $dir = \dirname($filename);
679
+
680
+ if (!is_dir($dir)) {
681
+ $this->mkdir($dir);
682
+ }
683
+
684
+ if (!is_writable($dir)) {
685
+ throw new IOException(sprintf('Unable to write to the "%s" directory.', $dir), 0, null, $dir);
686
+ }
687
+
688
+ // Will create a temp file with 0600 access rights
689
+ // when the filesystem supports chmod.
690
+ $tmpFile = $this->tempnam($dir, basename($filename));
691
+
692
+ if (false === @file_put_contents($tmpFile, $content)) {
693
+ throw new IOException(sprintf('Failed to write file "%s".', $filename), 0, null, $filename);
694
+ }
695
+
696
+ @chmod($tmpFile, file_exists($filename) ? fileperms($filename) : 0666 & ~umask());
697
+
698
+ $this->rename($tmpFile, $filename, true);
699
+ }
700
+
701
+ /**
702
+ * Appends content to an existing file.
703
+ *
704
+ * @param string $filename The file to which to append content
705
+ * @param string|resource $content The content to append
706
+ *
707
+ * @throws IOException If the file is not writable
708
+ */
709
+ public function appendToFile($filename, $content)
710
+ {
711
+ if (\is_array($content)) {
712
+ @trigger_error(sprintf('Calling "%s()" with an array in the $content argument is deprecated since Symfony 4.3.', __METHOD__), E_USER_DEPRECATED);
713
+ }
714
+
715
+ $dir = \dirname($filename);
716
+
717
+ if (!is_dir($dir)) {
718
+ $this->mkdir($dir);
719
+ }
720
+
721
+ if (!is_writable($dir)) {
722
+ throw new IOException(sprintf('Unable to write to the "%s" directory.', $dir), 0, null, $dir);
723
+ }
724
+
725
+ if (false === @file_put_contents($filename, $content, FILE_APPEND)) {
726
+ throw new IOException(sprintf('Failed to write file "%s".', $filename), 0, null, $filename);
727
+ }
728
+ }
729
+
730
+ private function toIterable($files): iterable
731
+ {
732
+ return \is_array($files) || $files instanceof \Traversable ? $files : [$files];
733
+ }
734
+
735
+ /**
736
+ * Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> [file, tmp]).
737
+ */
738
+ private function getSchemeAndHierarchy(string $filename): array
739
+ {
740
+ $components = explode('://', $filename, 2);
741
+
742
+ return 2 === \count($components) ? [$components[0], $components[1]] : [null, $components[0]];
743
+ }
744
+
745
+ private static function box($func)
746
+ {
747
+ self::$lastError = null;
748
+ set_error_handler(__CLASS__.'::handleError');
749
+ try {
750
+ $result = $func(...\array_slice(\func_get_args(), 1));
751
+ restore_error_handler();
752
+
753
+ return $result;
754
+ } catch (\Throwable $e) {
755
+ }
756
+ restore_error_handler();
757
+
758
+ throw $e;
759
+ }
760
+
761
+ /**
762
+ * @internal
763
+ */
764
+ public static function handleError($type, $msg)
765
+ {
766
+ self::$lastError = $msg;
767
+ }
768
+ }