dependabot-composer 0.111.55 → 0.111.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,310 @@
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of composer/ca-bundle.
5
+ *
6
+ * (c) Composer <https://github.com/composer>
7
+ *
8
+ * For the full copyright and license information, please view
9
+ * the LICENSE file that was distributed with this source code.
10
+ */
11
+
12
+ namespace Composer\CaBundle;
13
+
14
+ use Psr\Log\LoggerInterface;
15
+ use Symfony\Component\Process\PhpProcess;
16
+
17
+ /**
18
+ * @author Chris Smith <chris@cs278.org>
19
+ * @author Jordi Boggiano <j.boggiano@seld.be>
20
+ */
21
+ class CaBundle
22
+ {
23
+ private static $caPath;
24
+ private static $caFileValidity = array();
25
+ private static $useOpensslParse;
26
+
27
+ /**
28
+ * Returns the system CA bundle path, or a path to the bundled one
29
+ *
30
+ * This method was adapted from Sslurp.
31
+ * https://github.com/EvanDotPro/Sslurp
32
+ *
33
+ * (c) Evan Coury <me@evancoury.com>
34
+ *
35
+ * For the full copyright and license information, please see below:
36
+ *
37
+ * Copyright (c) 2013, Evan Coury
38
+ * All rights reserved.
39
+ *
40
+ * Redistribution and use in source and binary forms, with or without modification,
41
+ * are permitted provided that the following conditions are met:
42
+ *
43
+ * * Redistributions of source code must retain the above copyright notice,
44
+ * this list of conditions and the following disclaimer.
45
+ *
46
+ * * Redistributions in binary form must reproduce the above copyright notice,
47
+ * this list of conditions and the following disclaimer in the documentation
48
+ * and/or other materials provided with the distribution.
49
+ *
50
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
51
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
52
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
53
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
54
+ * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
55
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
56
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
57
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
59
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60
+ *
61
+ * @param LoggerInterface $logger optional logger for information about which CA files were loaded
62
+ * @return string path to a CA bundle file or directory
63
+ */
64
+ public static function getSystemCaRootBundlePath(LoggerInterface $logger = null)
65
+ {
66
+ if (self::$caPath !== null) {
67
+ return self::$caPath;
68
+ }
69
+ $caBundlePaths = array();
70
+
71
+
72
+ // If SSL_CERT_FILE env variable points to a valid certificate/bundle, use that.
73
+ // This mimics how OpenSSL uses the SSL_CERT_FILE env variable.
74
+ $caBundlePaths[] = getenv('SSL_CERT_FILE');
75
+
76
+ // If SSL_CERT_DIR env variable points to a valid certificate/bundle, use that.
77
+ // This mimics how OpenSSL uses the SSL_CERT_FILE env variable.
78
+ $caBundlePaths[] = getenv('SSL_CERT_DIR');
79
+
80
+ $caBundlePaths[] = ini_get('openssl.cafile');
81
+ $caBundlePaths[] = ini_get('openssl.capath');
82
+
83
+ $otherLocations = array(
84
+ '/etc/pki/tls/certs/ca-bundle.crt', // Fedora, RHEL, CentOS (ca-certificates package)
85
+ '/etc/ssl/certs/ca-certificates.crt', // Debian, Ubuntu, Gentoo, Arch Linux (ca-certificates package)
86
+ '/etc/ssl/ca-bundle.pem', // SUSE, openSUSE (ca-certificates package)
87
+ '/usr/local/share/certs/ca-root-nss.crt', // FreeBSD (ca_root_nss_package)
88
+ '/usr/ssl/certs/ca-bundle.crt', // Cygwin
89
+ '/opt/local/share/curl/curl-ca-bundle.crt', // OS X macports, curl-ca-bundle package
90
+ '/usr/local/share/curl/curl-ca-bundle.crt', // Default cURL CA bunde path (without --with-ca-bundle option)
91
+ '/usr/share/ssl/certs/ca-bundle.crt', // Really old RedHat?
92
+ '/etc/ssl/cert.pem', // OpenBSD
93
+ '/usr/local/etc/ssl/cert.pem', // FreeBSD 10.x
94
+ '/usr/local/etc/openssl/cert.pem', // OS X homebrew, openssl package
95
+ );
96
+
97
+ foreach($otherLocations as $location) {
98
+ $otherLocations[] = dirname($location);
99
+ }
100
+
101
+ $caBundlePaths = array_merge($caBundlePaths, $otherLocations);
102
+
103
+ foreach ($caBundlePaths as $caBundle) {
104
+ if (self::caFileUsable($caBundle, $logger)) {
105
+ return self::$caPath = $caBundle;
106
+ }
107
+
108
+ if (self::caDirUsable($caBundle)) {
109
+ return self::$caPath = $caBundle;
110
+ }
111
+ }
112
+
113
+ return self::$caPath = static::getBundledCaBundlePath(); // Bundled CA file, last resort
114
+ }
115
+
116
+ /**
117
+ * Returns the path to the bundled CA file
118
+ *
119
+ * In case you don't want to trust the user or the system, you can use this directly
120
+ *
121
+ * @return string path to a CA bundle file
122
+ */
123
+ public static function getBundledCaBundlePath()
124
+ {
125
+ $caBundleFile = __DIR__.'/../res/cacert.pem';
126
+
127
+ // cURL does not understand 'phar://' paths
128
+ // see https://github.com/composer/ca-bundle/issues/10
129
+ if (0 === strpos($caBundleFile, 'phar://')) {
130
+ file_put_contents(
131
+ $tempCaBundleFile = tempnam(sys_get_temp_dir(), 'openssl-ca-bundle-'),
132
+ file_get_contents($caBundleFile)
133
+ );
134
+
135
+ register_shutdown_function(function() use ($tempCaBundleFile) {
136
+ @unlink($tempCaBundleFile);
137
+ });
138
+
139
+ $caBundleFile = $tempCaBundleFile;
140
+ }
141
+
142
+ return $caBundleFile;
143
+ }
144
+
145
+ /**
146
+ * Validates a CA file using opensl_x509_parse only if it is safe to use
147
+ *
148
+ * @param string $filename
149
+ * @param LoggerInterface $logger optional logger for information about which CA files were loaded
150
+ *
151
+ * @return bool
152
+ */
153
+ public static function validateCaFile($filename, LoggerInterface $logger = null)
154
+ {
155
+ static $warned = false;
156
+
157
+ if (isset(self::$caFileValidity[$filename])) {
158
+ return self::$caFileValidity[$filename];
159
+ }
160
+
161
+ $contents = file_get_contents($filename);
162
+
163
+ // assume the CA is valid if php is vulnerable to
164
+ // https://www.sektioneins.de/advisories/advisory-012013-php-openssl_x509_parse-memory-corruption-vulnerability.html
165
+ if (!static::isOpensslParseSafe()) {
166
+ if (!$warned && $logger) {
167
+ $logger->warning(sprintf(
168
+ 'Your version of PHP, %s, is affected by CVE-2013-6420 and cannot safely perform certificate validation, we strongly suggest you upgrade.',
169
+ PHP_VERSION
170
+ ));
171
+ $warned = true;
172
+ }
173
+
174
+ $isValid = !empty($contents);
175
+ } else {
176
+ $isValid = (bool) openssl_x509_parse($contents);
177
+ }
178
+
179
+ if ($logger) {
180
+ $logger->debug('Checked CA file '.realpath($filename).': '.($isValid ? 'valid' : 'invalid'));
181
+ }
182
+
183
+ return self::$caFileValidity[$filename] = $isValid;
184
+ }
185
+
186
+ /**
187
+ * Test if it is safe to use the PHP function openssl_x509_parse().
188
+ *
189
+ * This checks if OpenSSL extensions is vulnerable to remote code execution
190
+ * via the exploit documented as CVE-2013-6420.
191
+ *
192
+ * @return bool
193
+ */
194
+ public static function isOpensslParseSafe()
195
+ {
196
+ if (null !== self::$useOpensslParse) {
197
+ return self::$useOpensslParse;
198
+ }
199
+
200
+ if (PHP_VERSION_ID >= 50600) {
201
+ return self::$useOpensslParse = true;
202
+ }
203
+
204
+ // Vulnerable:
205
+ // PHP 5.3.0 - PHP 5.3.27
206
+ // PHP 5.4.0 - PHP 5.4.22
207
+ // PHP 5.5.0 - PHP 5.5.6
208
+ if (
209
+ (PHP_VERSION_ID < 50400 && PHP_VERSION_ID >= 50328)
210
+ || (PHP_VERSION_ID < 50500 && PHP_VERSION_ID >= 50423)
211
+ || (PHP_VERSION_ID < 50600 && PHP_VERSION_ID >= 50507)
212
+ ) {
213
+ // This version of PHP has the fix for CVE-2013-6420 applied.
214
+ return self::$useOpensslParse = true;
215
+ }
216
+
217
+ if (defined('PHP_WINDOWS_VERSION_BUILD')) {
218
+ // Windows is probably insecure in this case.
219
+ return self::$useOpensslParse = false;
220
+ }
221
+
222
+ $compareDistroVersionPrefix = function ($prefix, $fixedVersion) {
223
+ $regex = '{^'.preg_quote($prefix).'([0-9]+)$}';
224
+
225
+ if (preg_match($regex, PHP_VERSION, $m)) {
226
+ return ((int) $m[1]) >= $fixedVersion;
227
+ }
228
+
229
+ return false;
230
+ };
231
+
232
+ // Hard coded list of PHP distributions with the fix backported.
233
+ if (
234
+ $compareDistroVersionPrefix('5.3.3-7+squeeze', 18) // Debian 6 (Squeeze)
235
+ || $compareDistroVersionPrefix('5.4.4-14+deb7u', 7) // Debian 7 (Wheezy)
236
+ || $compareDistroVersionPrefix('5.3.10-1ubuntu3.', 9) // Ubuntu 12.04 (Precise)
237
+ ) {
238
+ return self::$useOpensslParse = true;
239
+ }
240
+
241
+ // Symfony Process component is missing so we assume it is unsafe at this point
242
+ if (!class_exists('Symfony\Component\Process\PhpProcess')) {
243
+ return self::$useOpensslParse = false;
244
+ }
245
+
246
+ // This is where things get crazy, because distros backport security
247
+ // fixes the chances are on NIX systems the fix has been applied but
248
+ // it's not possible to verify that from the PHP version.
249
+ //
250
+ // To verify exec a new PHP process and run the issue testcase with
251
+ // known safe input that replicates the bug.
252
+
253
+ // Based on testcase in https://github.com/php/php-src/commit/c1224573c773b6845e83505f717fbf820fc18415
254
+ // changes in https://github.com/php/php-src/commit/76a7fd893b7d6101300cc656058704a73254d593
255
+ $cert = 'LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVwRENDQTR5Z0F3SUJBZ0lKQUp6dThyNnU2ZUJjTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUhETVFzd0NRWUQKVlFRR0V3SkVSVEVjTUJvR0ExVUVDQXdUVG05eVpISm9aV2x1TFZkbGMzUm1ZV3hsYmpFUU1BNEdBMVVFQnd3SApTOE9Ed3Jac2JqRVVNQklHQTFVRUNnd0xVMlZyZEdsdmJrVnBibk14SHpBZEJnTlZCQXNNRmsxaGJHbGphVzkxCmN5QkRaWEowSUZObFkzUnBiMjR4SVRBZkJnTlZCQU1NR0cxaGJHbGphVzkxY3k1elpXdDBhVzl1WldsdWN5NWsKWlRFcU1DZ0dDU3FHU0liM0RRRUpBUlliYzNSbFptRnVMbVZ6YzJWeVFITmxhM1JwYjI1bGFXNXpMbVJsTUhVWQpaREU1TnpBd01UQXhNREF3TURBd1dnQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBCkFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUEKQUFBQUFBQVhEVEUwTVRFeU9ERXhNemt6TlZvd2djTXhDekFKQmdOVkJBWVRBa1JGTVJ3d0dnWURWUVFJREJOTwpiM0prY21obGFXNHRWMlZ6ZEdaaGJHVnVNUkF3RGdZRFZRUUhEQWRMdzRQQ3RteHVNUlF3RWdZRFZRUUtEQXRUClpXdDBhVzl1UldsdWN6RWZNQjBHQTFVRUN3d1dUV0ZzYVdOcGIzVnpJRU5sY25RZ1UyVmpkR2x2YmpFaE1COEcKQTFVRUF3d1liV0ZzYVdOcGIzVnpMbk5sYTNScGIyNWxhVzV6TG1SbE1Tb3dLQVlKS29aSWh2Y05BUWtCRmh0egpkR1ZtWVc0dVpYTnpaWEpBYzJWcmRHbHZibVZwYm5NdVpHVXdnZ0VpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElCCkR3QXdnZ0VLQW9JQkFRRERBZjNobDdKWTBYY0ZuaXlFSnBTU0RxbjBPcUJyNlFQNjV1c0pQUnQvOFBhRG9xQnUKd0VZVC9OYSs2ZnNnUGpDMHVLOURaZ1dnMnRIV1dvYW5TYmxBTW96NVBINlorUzRTSFJaN2UyZERJalBqZGhqaAowbUxnMlVNTzV5cDBWNzk3R2dzOWxOdDZKUmZIODFNTjJvYlhXczROdHp0TE11RDZlZ3FwcjhkRGJyMzRhT3M4CnBrZHVpNVVhd1Raa3N5NXBMUEhxNWNNaEZHbTA2djY1Q0xvMFYyUGQ5K0tBb2tQclBjTjVLTEtlYno3bUxwazYKU01lRVhPS1A0aWRFcXh5UTdPN2ZCdUhNZWRzUWh1K3ByWTNzaTNCVXlLZlF0UDVDWm5YMmJwMHdLSHhYMTJEWAoxbmZGSXQ5RGJHdkhUY3lPdU4rblpMUEJtM3ZXeG50eUlJdlZBZ01CQUFHalFqQkFNQWtHQTFVZEV3UUNNQUF3CkVRWUpZSVpJQVliNFFnRUJCQVFEQWdlQU1Bc0dBMVVkRHdRRUF3SUZvREFUQmdOVkhTVUVEREFLQmdnckJnRUYKQlFjREFqQU5CZ2txaGtpRzl3MEJBUVVGQUFPQ0FRRUFHMGZaWVlDVGJkajFYWWMrMVNub2FQUit2SThDOENhRAo4KzBVWWhkbnlVNGdnYTBCQWNEclk5ZTk0ZUVBdTZacXljRjZGakxxWFhkQWJvcHBXb2NyNlQ2R0QxeDMzQ2tsClZBcnpHL0t4UW9oR0QySmVxa2hJTWxEb214SE83a2EzOStPYThpMnZXTFZ5alU4QVp2V01BcnVIYTRFRU55RzcKbFcyQWFnYUZLRkNyOVRuWFRmcmR4R1ZFYnY3S1ZRNmJkaGc1cDVTanBXSDErTXEwM3VSM1pYUEJZZHlWODMxOQpvMGxWajFLRkkyRENML2xpV2lzSlJvb2YrMWNSMzVDdGQwd1lCY3BCNlRac2xNY09QbDc2ZHdLd0pnZUpvMlFnClpzZm1jMnZDMS9xT2xOdU5xLzBUenprVkd2OEVUVDNDZ2FVK1VYZTRYT1Z2a2NjZWJKbjJkZz09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K';
256
+ $script = <<<'EOT'
257
+
258
+ error_reporting(-1);
259
+ $info = openssl_x509_parse(base64_decode('%s'));
260
+ var_dump(PHP_VERSION, $info['issuer']['emailAddress'], $info['validFrom_time_t']);
261
+
262
+ EOT;
263
+ $script = '<'."?php\n".sprintf($script, $cert);
264
+
265
+ try {
266
+ $process = new PhpProcess($script);
267
+ $process->mustRun();
268
+ } catch (\Exception $e) {
269
+ // In the case of any exceptions just accept it is not possible to
270
+ // determine the safety of openssl_x509_parse and bail out.
271
+ return self::$useOpensslParse = false;
272
+ }
273
+
274
+ $output = preg_split('{\r?\n}', trim($process->getOutput()));
275
+ $errorOutput = trim($process->getErrorOutput());
276
+
277
+ if (
278
+ count($output) === 3
279
+ && $output[0] === sprintf('string(%d) "%s"', strlen(PHP_VERSION), PHP_VERSION)
280
+ && $output[1] === 'string(27) "stefan.esser@sektioneins.de"'
281
+ && $output[2] === 'int(-1)'
282
+ && preg_match('{openssl_x509_parse\(\): illegal (?:ASN1 data type for|length in) timestamp in - on line \d+}', $errorOutput)
283
+ ) {
284
+ // This PHP has the fix backported probably by a distro security team.
285
+ return self::$useOpensslParse = true;
286
+ }
287
+
288
+ return self::$useOpensslParse = false;
289
+ }
290
+
291
+ /**
292
+ * Resets the static caches
293
+ */
294
+ public static function reset()
295
+ {
296
+ self::$caFileValidity = array();
297
+ self::$caPath = null;
298
+ self::$useOpensslParse = null;
299
+ }
300
+
301
+ private static function caFileUsable($certFile, LoggerInterface $logger = null)
302
+ {
303
+ return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($certFile, $logger);
304
+ }
305
+
306
+ private static function caDirUsable($certDir)
307
+ {
308
+ return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');
309
+ }
310
+ }
@@ -0,0 +1,11 @@
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ indent_size = 4
6
+ indent_style = space
7
+ insert_final_newline = true
8
+ trim_trailing_whitespace = true
9
+
10
+ [*.yml]
11
+ indent_size = 2
@@ -0,0 +1,17 @@
1
+ # Auto-detect text files, ensure they use LF.
2
+ * text=auto eol=lf
3
+
4
+ # These files are always considered text and should use LF.
5
+ # See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags.
6
+ *.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
7
+ *.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
8
+ *.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
9
+ *.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
10
+
11
+ # Exclude non-essential files from dist
12
+ /tests export-ignore
13
+ .github export-ignore
14
+ .php_cs export-ignore
15
+ .travis.yml export-ignore
16
+ appveyor.yml export-ignore
17
+ phpunit.xml.dist export-ignore
@@ -0,0 +1,11 @@
1
+ /.settings
2
+ /.project
3
+ /.buildpath
4
+ /composer.phar
5
+ /vendor
6
+ /nbproject
7
+ phpunit.xml
8
+ .vagrant
9
+ Vagrantfile
10
+ .idea
11
+ .php_cs.cache
@@ -0,0 +1,828 @@
1
+ ### [1.9.0] 2019-08-02
2
+
3
+ * Added a `--no-cache` flag available on all commands to run with the cache disabled
4
+ * Added PHP_BINARY as env var pointing to the PHP process when executing Composer scripts as shell scripts
5
+ * Added a `use-github-api` config option which can set the `no-api` flag on all GitHub VCS repositories declared
6
+ * Added a static helper you can preprend to a script to avoid process timeouts, `"Composer\\Config::disableProcessTimeout"`
7
+ * Added Event::getOriginatingEvent to retrieve an event's original event when a script handler forwards to another one
8
+ * Added support for autoloading directly from a phar file
9
+ * Fixed loading order of plugins to always initialize them in order of dependencies
10
+ * Fixed various network-mount related issues
11
+ * Fixed --ignore-platform-reqs not ignoring conflict rules against platform packages
12
+
13
+ ### [1.8.6] 2019-06-11
14
+
15
+ * Fixed handling of backslash-escapes handling in composer.json when using the require command
16
+ * Fixed create-project not following classmap-authoritative and apcu-autoloader config values
17
+ * Fixed HHVM version warning showing up in some cases when it was not in use
18
+
19
+ ### [1.8.5] 2019-04-09
20
+
21
+ * HHVM 4.0 is no longer compatible with Composer. Please use PHP instead going forward.
22
+ * Added forward compatibility with upcoming 2.0 changes
23
+ * Fixed support for PHP 7.3-style heredoc/nowdoc syntax changes in autoload generation
24
+ * Fixed require command usage when combined with --ignore-platform-reqs
25
+ * Fixed and cleaned up various Windows junctions handling issues
26
+
27
+ ### [1.8.4] 2019-02-11
28
+
29
+ * Fixed long standing solver bug leading to odd solving issues in edge cases, see #7946
30
+ * Fixed HHVM support for upcoming releases
31
+ * Fixed unix proxy for binaries to be POSIX compatible instead of breaking some shells
32
+ * Fixed invalid deprecation warning for composer-plugin-api
33
+ * Fixed edge case issues with Windows junctions when working with path repositories
34
+
35
+ ### [1.8.3] 2019-01-30
36
+
37
+ * Fixed regression when executing partial updates
38
+
39
+ ### [1.8.2] 2019-01-29
40
+
41
+ * Fixed invalid deprecation warning for ext-pdo_mysql and similar
42
+ * Updated to latest xdebug-handler
43
+
44
+ ### [1.8.1] 2019-01-29
45
+
46
+ * Deprecated support for non-standard package names (anything with uppercase, or no / in it). Make sure to follow the warnings if you see any to avoid problems in 2.0.
47
+ * Fixed some packages missing from the autoloader config when installing with --no-dev
48
+ * Fixed support for cloning GitLab repos using OAuth tokens instead of SSH keys
49
+ * Fixed metapackage installs/updates missing from output
50
+ * Fixed --with-dependencies / --with-all-dependencies not updating some packages in some edge cases
51
+ * Fixed compatibility with Symfony 4.2 deprecations
52
+ * Fixed temp dir not being cleaned up on download error while archiving packages
53
+ * Updated to latest ca-bundle
54
+
55
+ ### [1.8.0] 2018-12-03
56
+
57
+ * Changed `post-package-install` / `post-package-update` event to be fired *after* the lock file has been updated as opposed to before
58
+ * Added support for removing packages using a wildcard with the `remove` command, e.g. `composer remove foo/*`
59
+ * Added `chat` to the list of `support` channels you can list in composer.json
60
+ * Added signal handling on require command to restore the composer.json in case of abort
61
+ * Added `--ignore` to `outdated` command to pass one or more packages that you do not want to be listed
62
+ * Added `--no-dev` to `check-platform-reqs` command to skip dev requirements even if they are installed
63
+ * Added support for running plugin commands from sub-directories within a project much like other Composer commands
64
+ * Added support for running Composer via phpdbg
65
+ * Added `lib-imagick` platform package
66
+ * Fixed validate command always checking for disabled checks when used with `--strict`
67
+
68
+ ### [1.7.3] 2018-11-01
69
+
70
+ * Fixed handling of replace/conflict rules. This may affect dependency resolution in some edge cases.
71
+ * Fixed Bitbucket API support and migrated all calls to API v2 as v1 is deprecated
72
+ * Fixed support for lib-openssl 1.1.1 having only lowercase algorithm names
73
+ * Fixed escaping of URLs in Perforce and Svn drivers
74
+ * Fixed `show` command not respecting `--path` when a single package name was given
75
+ * Fixed regression in 1.7.2's handling of metapackages
76
+
77
+ ### [1.7.2] 2018-08-16
78
+
79
+ * Fixed reporting of authentication/rate limiting issues for GitHub API access
80
+ * Fixed `create-project` not checking the checking the latest commit out when a cache was already present
81
+ * Fixed reporting of errors when `global` command can not switch the working directory
82
+ * Fixed PHP 5.3 JSON encoding issues with complex unicode character sequences
83
+ * Updated to latest ca-bundle and xdebug-handler projects, see related changelogs
84
+
85
+ ### [1.7.1] 2018-08-07
86
+
87
+ * Fixed issue autoloading plugins in require-dev in some conditions
88
+ * Fixed handling of SSL to repo.packagist.org on very old PHP versions
89
+
90
+ ### [1.7.0] 2018-08-03
91
+
92
+ * Added the overridden platform config's PHP version in the `diagnose` command output
93
+ * Fixed --no-plugins not being respected in a few commands
94
+ * Fixed 1.7.0-RC regression in output showing <warn> instead of proper colors
95
+ * Fixed 1.7.0-RC regression in output missing "Loading from cache" output on package install
96
+
97
+ ### [1.7.0-RC] 2018-07-24
98
+
99
+ * Changed default repository URL from packagist.org to repo.packagist.org, this might affect people with strict firewall rules
100
+ * Changed output from Updating to Downgrading when performing package downgrades, this might affect anything parsing output
101
+ * Several minor performance improvements
102
+ * Added basic authentication support for mercurial repos
103
+ * Added explicit `i` and `u` aliases for the `install` and `update` commands
104
+ * Added support for `show` command to output json format with --tree
105
+ * Added support for {glob,braces} support in the path repository's path argument
106
+ * Added support in `status` command for showing diffs in vendor dir even for packages installed as dist/zip archives
107
+ * Added `--remove-vcs` flag to `create-project` command to avoid prompting for keeping VCS files
108
+ * Added `--no-secure-http` flag to `create-project` command to bypass https (use at your own risk)
109
+ * Added `pre-command-run` event that lets plugins modify arguments
110
+ * Added RemoteFilesystem::getRemoteContents extension point
111
+ * Fixed setting scripts via `config` command
112
+
113
+ ### [1.6.5] 2018-05-04
114
+
115
+ * Fixed regression in 1.6.4 causing strange update behaviors with dev packages
116
+ * Fixed regression in 1.6.4 color support detection for Windows
117
+ * Fixed issues dealing with broken symlinks when switching branches and using path repositories
118
+ * Fixed JSON schema for package repositories
119
+ * Fixed issues on computers set to Turkish locale
120
+ * Fixed classmap parsing of files using short-open-tags when they are disabled in php
121
+
122
+ ### [1.6.4] 2018-04-13
123
+
124
+ * Security fixes in some edge case scenarios, recommended update for all users
125
+ * Fixed regression in version guessing of path repositories
126
+ * Fixed removing aliased packages from the repository, which might resolve some odd update bugs
127
+ * Fixed updating of package URLs for GitLab
128
+ * Fixed run-script --list failing when script handlers were defined
129
+ * Fixed init command not respecting the current php version when selecting package versions
130
+ * Fixed handling of uppercase package names in why/why-not commands
131
+ * Fixed exclude-from-classmap symlink handling
132
+ * Fixed filesystem permissions of PEAR binaries
133
+ * Improved performance of subversion repos
134
+ * Other minor fixes
135
+
136
+ ### [1.6.3] 2018-01-31
137
+
138
+ * Fixed GitLab downloads failing in some edge cases
139
+ * Fixed ctrl-C handling during create-project
140
+ * Fixed GitHub VCS repositories not prompting for a token in some conditions
141
+ * Fixed SPDX license identifiers being case sensitive
142
+ * Fixed and clarified a few dependency resolution error reporting strings
143
+ * Fixed SVN commit log fetching in verbose mode when using private repositories
144
+
145
+ ### [1.6.2] 2018-01-05
146
+
147
+ * Fixed more autoloader regressions
148
+ * Fixed support for updating dist refs in gitlab URLs
149
+
150
+ ### [1.6.1] 2018-01-04
151
+
152
+ * Fixed upgrade regression due to some autoloader cleanups
153
+ * Fixed some overly loose version constraints
154
+
155
+ ### [1.6.0] 2018-01-04
156
+
157
+ * Added support for SPDX license identifiers v3.0, deprecates GPL/LGPL/AGPL identifiers, which should now have a `-only` or `-or-later` suffix added.
158
+ * Added support for COMPOSER_MEMORY_LIMIT env var to make Composer set the PHP memory limit explicitly
159
+ * Added support for simple strings for the `bin`
160
+ * Fixed `check-platform-reqs` bug in version checking
161
+
162
+ ### [1.6.0-RC] 2017-12-19
163
+
164
+ * Improved performance of installs and updates from git clones when checking out known commits
165
+ * Added `check-platform-reqs` command that checks that your PHP and extensions versions match the platform requirements of the installed packages
166
+ * Added `--with-all-dependencies` to the `update` and `require` commands which updates all dependencies of the listed packages, including those that are direct root requirements
167
+ * Added `scripts-descriptions` key to composer.json to customize the description and document your custom commands
168
+ * Added support for the uppercase NO_PROXY env var
169
+ * Added support for COMPOSER_DEFAULT_{AUTHOR,LICENSE,EMAIL,VENDOR} env vars to pre-populate init command values
170
+ * Added support for local fossil repositories
171
+ * Added suggestions for alternative spellings when entering packages in `init` and `require` commands and nothing can be found
172
+ * Fixed installed.json data to be sorted alphabetically by package name
173
+ * Fixed compatibility with Symfony 4.x components that Composer uses
174
+
175
+ ### [1.5.6] - 2017-12-18
176
+
177
+ * Fixed root package version guessed when a tag is checked out
178
+ * Fixed support for GitLab repos hosted on non-standard ports
179
+ * Fixed regression in require command when requiring unstable packages, part 3
180
+
181
+ ### [1.5.5] - 2017-12-01
182
+
183
+ * Fixed regression in require command when requiring unstable packages, part 2
184
+
185
+ ### [1.5.4] - 2017-12-01
186
+
187
+ * Fixed regression in require command when requiring unstable packages
188
+
189
+ ### [1.5.3] - 2017-11-30
190
+
191
+ * Fixed require/remove commands reverting the composer.json change when a non-solver-related error occurs
192
+ * Fixed GitLabDriver to support installations of GitLab not at the root of the domain
193
+ * Fixed create-project not following the optimize-autoloader flag of the root package
194
+ * Fixed Authorization header being forwarded across domains after a redirect
195
+ * Improved some error messages for clarity
196
+
197
+ ### [1.5.2] - 2017-09-11
198
+
199
+ * Fixed GitLabDriver looping endlessly in some conditions
200
+ * Fixed GitLabDriver support for unauthenticated requests
201
+ * Fixed GitLab zip downloads not triggering credentials prompt if unauthenticated
202
+ * Fixed path repository support of COMPOSER_ROOT_VERSION, it now applies to all path repos within the same git repository
203
+ * Fixed path repository handling of copies to avoid copying VCS files and others
204
+ * Fixed sub-directory call to ignore list and create-project commands as well as calls to Composer using --working-dir
205
+ * Fixed invalid warning appearing when calling `remove` on an non-stable package
206
+
207
+ ### [1.5.1] - 2017-08-09
208
+
209
+ * Fixed regression in GitLabDriver with repos containing >100 branches or tags
210
+ * Fixed sub-directory call support to respect the COMPOSER env var
211
+
212
+ ### [1.5.0] - 2017-08-08
213
+
214
+ * Changed the package install order to ensure that plugins are always installed as soon as possible
215
+ * Added ability to call composer from within sub-directories of a project
216
+ * Added support for GitLab API v4
217
+ * Added support for GitLab sub-groups
218
+ * Added some more rules to composer validate
219
+ * Added support for reading the `USER` env when guessing the username in `composer init`
220
+ * Added warning when uncompressing files with the same name but difference cases on case insensitive filesystems
221
+ * Added `htaccess-protect` option / `COMPOSER_HTACCESS_PROTECT` env var to disable the .htaccess creation in home dir (defaults to true)
222
+ * Improved `clear-cache` command
223
+ * Minor improvements/fixes and many documentation updates
224
+
225
+ ### [1.4.3] - 2017-08-06
226
+
227
+ * Fixed GitLab URLs
228
+ * Fixed root package version detection using latest git versions
229
+ * Fixed inconsistencies in date format in composer.lock when installing from source
230
+ * Fixed Mercurial support regression
231
+ * Fixed exclude-from-classmap not being applied when autoloading files for Composer plugins
232
+ * Fixed exclude-from-classmap being ignored when cwd has the wrong case on case insensitive filesystems
233
+ * Fixed several other minor issues
234
+
235
+ ### [1.4.2] - 2017-05-17
236
+
237
+ * Fixed Bitbucket API handler parsing old deleted branches in hg repos
238
+ * Fixed regression in gitlab downloads
239
+ * Fixed output inconsistencies
240
+ * Fixed unicode handling in `init` command for author names
241
+ * Fixed useless warning when doing partial updates/removes on packages that are not currently installed
242
+ * Fixed xdebug disabling issue when combined with disable_functions and allow_url_fopen CLI overrides
243
+
244
+ ### [1.4.1] - 2017-03-10
245
+
246
+ * Fixed `apcu-autoloader` config option being ignored in `dump-autoload` command
247
+ * Fixed json validation not allowing boolean for trunk-path, branches-path and tags-path in svn repos
248
+ * Fixed json validation not allowing repository URLs without scheme
249
+
250
+ ### [1.4.0] - 2017-03-08
251
+
252
+ * Improved memory usage of dependency solver
253
+ * Added `--format json` option to the `outdated` and `show` command to get machine readable package listings
254
+ * Added `--ignore-filters` flag to `archive` command to bypass the .gitignore and co
255
+ * Added support for `outdated` output without ansi colors
256
+ * Added support for Bitbucket API v2
257
+ * Changed the require command to follow minimum-stability / prefer-stable values when picking a version
258
+ * Fixed regression when using composer in a Mercurial repository
259
+
260
+ ### [1.3.3] - 2017-03-08
261
+
262
+ * **Capifony users beware**: This release has output format tweaks that mess up capifony interactive mode, see #6233
263
+ * Improved baseline psr-4 autoloader performance for projects with many nested namespaces configured
264
+ * Fixed issues with gitlab API access when the token had insufficient permissions
265
+ * Fixed some HHVM strict type issues
266
+ * Fixed version guessing of headless git checkouts in some conditions
267
+ * Fixed compatibility with subversion 1.8
268
+ * Fixed version guessing not working with svn/hg
269
+ * Fixed script/exec errors not being output correctly
270
+ * Fixed PEAR repository bug with pear.php.net
271
+
272
+ ### [1.3.2] - 2017-01-27
273
+
274
+ * Added `COMPOSER_BINARY` env var that is defined within the scope of a Composer run automatically with the path to the phar file
275
+ * Fixed create-project ending in a detached HEAD when installing aliased packages
276
+ * Fixed composer show not returning non-zero exit code when the package does not exist
277
+ * Fixed `@composer` handling in scripts when --working-dir is used together with it
278
+ * Fixed private-GitLab handling of repos with dashes in them
279
+
280
+ ### [1.3.1] - 2017-01-07
281
+
282
+ * Fixed dist downloads from Bitbucket
283
+ * Fixed some regressions related to xdebug disabling
284
+ * Fixed `--minor-only` flag in `outdated` command
285
+ * Fixed handling of config.platform.php which did not replace other php-* package's versions
286
+
287
+ ### [1.3.0] - 2016-12-24
288
+
289
+ * Fixed handling of annotated git tags vs lightweight tags leading to useless updates sometimes
290
+ * Fixed ext-xdebug not being require-able anymore due to automatic xdebug disabling
291
+ * Fixed case insensitivity of remove command
292
+
293
+ ### [1.3.0-RC] - 2016-12-11
294
+
295
+ * Added workaround for xdebug performance impact by restarting PHP without xdebug automatically in case it is enabled
296
+ * Added `--minor-only` to the `outdated` command to only show updates to minor versions and ignore new major versions
297
+ * Added `--apcu-autoloader` to the `update`/`install` commands and `--apcu` to `dump-autoload` to enable an APCu-caching autoloader, which can be more efficient than --classmap-authoritative if you attempt to autoload many classes that do not exist, or if you can not use authoritative classmaps for some reason
298
+ * Added summary of operations to be executed before they run, and made execution output more compact
299
+ * Added `php-debug` and `php-zts` virtual platform packages
300
+ * Added `gitlab-token` auth config for GitLab private tokens
301
+ * Added `--strict` to the `outdated` command to return a non-zero exit code when there are outdated packages
302
+ * Added ability to call php scripts using the current php interpreter (instead of finding php in PATH by default) in script handlers via `@php ...`
303
+ * Added `COMPOSER_ALLOW_XDEBUG` env var to circumvent the xdebug-disabling behavior
304
+ * Added `COMPOSER_MIRROR_PATH_REPOS` env var to force mirroring of path repositories vs symlinking
305
+ * Added `COMPOSER_DEV_MODE` env var that is set by Composer to forward the dev mode to script handlers
306
+ * Fixed support for git 2.11
307
+ * Fixed output from zip and rar leaking out when an error occurred
308
+ * Removed `hash` from composer.lock, only `content-hash` is now used which should reduce conflicts
309
+ * Minor fixes and performance improvements
310
+
311
+ ### [1.2.4] - 2016-12-06
312
+
313
+ * Fixed regression in output handling of scripts from 1.2.3
314
+ * Fixed support for LibreSSL detection as lib-openssl
315
+ * Fixed issue with Zend Guard in the autoloader bootstrapping
316
+ * Fixed support for loading partial provider repositories
317
+
318
+ ### [1.2.3] - 2016-12-01
319
+
320
+ * Fixed bug in HgDriver failing to identify BitBucket repositories
321
+ * Fixed support for loading partial provider repositories
322
+
323
+ ### [1.2.2] - 2016-11-03
324
+
325
+ * Fixed selection of packages based on stability to be independent from package repository order
326
+ * Fixed POST_DEPENDENCIES_SOLVING not containing some operations in edge cases
327
+ * Fixed issue handling GitLab URLs containing dots and other special characters
328
+ * Fixed issue on Windows when running composer at the root of a drive
329
+ * Minor fixes
330
+
331
+ ### [1.2.1] - 2016-09-12
332
+
333
+ * Fixed edge case issues with the static autoloader
334
+ * Minor fixes
335
+
336
+ ### [1.2.0] - 2016-07-19
337
+
338
+ * Security: Fixed [httpoxy](https://httpoxy.org/) vulnerability
339
+ * Fixed `home` command to avoid rogue output on unix
340
+ * Fixed output of git clones to clearly state when clones are from cache
341
+ * (from 1.2 RC) Fixed ext-network-ipv6 to be php-ipv6
342
+
343
+ ### [1.2.0-RC] - 2016-07-04
344
+
345
+ * Added caching of git repositories if you have git 2.3+ installed. Repositories will now be cached once and then cloned from local cache so subsequent installs should be faster
346
+ * Added detection of HEAD changes to the `status` command. If you `git checkout X` in a vendor directory for example it will tell you that it is not at the version that was installed
347
+ * Added a virtual `php-ipv6` extension to require PHP compiled with IPv6 support
348
+ * Added `--no-suggest` to `install` and `update` commands to skip output of suggestions at the end
349
+ * Added `--type` to the `search` command to restrict to a given package type
350
+ * Added fossil support as alternative to git/svn/.. for package downloads
351
+ * Improved BitBucket OAuth support
352
+ * Added support for blocking cache operations using COMPOSER_CACHE_DIR=/dev/null (or NUL on windows)
353
+ * Added support for using declare(strict_types=1) in plugins
354
+ * Added `--prefer-stable` and `--prefer-lowest` to the `require` command
355
+ * Added `--no-scripts` to the `require` and `remove` commands
356
+ * Added `_comment` top level key to the schema to endorse using it as a place to store comments (it can be a string or array of strings)
357
+ * Added support for justinrainbow/json-schema 2.0
358
+ * Fixed binaries not being re-installed if deleted by users or the bin-dir changes. `update` and `install` will now re-install them
359
+ * Many minor UX and docs improvements
360
+
361
+ ### [1.1.3] - 2016-06-26
362
+
363
+ * Fixed bitbucket oauth instructions
364
+ * Fixed version parsing issue
365
+ * Fixed handling of bad proxies that modify JSON content on the fly
366
+
367
+ ### [1.1.2] - 2016-05-31
368
+
369
+ * Fixed degraded mode issue when accessing packagist.org
370
+ * Fixed GitHub access_token being added on subsequent requests in case of redirections
371
+ * Fixed exclude-from-classmap not working in some circumstances
372
+ * Fixed openssl warning preventing the use of config command for disabling tls
373
+
374
+ ### [1.1.1] - 2016-05-17
375
+
376
+ * Fixed regression in handling of #reference which made it update every time
377
+ * Fixed dev platform requirements being required even in --no-dev install from a lock file
378
+ * Fixed parsing of extension versions that do not follow valid numbers, we now try to parse x.y.z and ignore the rest
379
+ * Fixed exact constraints warnings appearing for 0.x versions
380
+ * Fixed regression in the `remove` command
381
+
382
+ ### [1.1.0] - 2016-05-10
383
+
384
+ * Added fallback to SSH for https bitbucket URLs
385
+ * Added BaseCommand::isProxyCommand that can be overridden to mark a command as being a mere proxy, which helps avoid duplicate warnings etc on composer startup
386
+ * Fixed archiving generating long paths in zip files on Windows
387
+
388
+ ### [1.1.0-RC] - 2016-04-29
389
+
390
+ * Added ability for plugins to register their own composer commands
391
+ * Optimized the autoloader initialization using static loading on PHP 5.6 and above, this reduces the load time for large classmaps to almost nothing
392
+ * Added `--latest` to `show` command to show the latest version available of your dependencies
393
+ * Added `--outdated` to `show` command an `composer outdated` alias for it, to show only packages in need of update
394
+ * Added `--direct` to `show` and `outdated` commands to show only your direct dependencies in the listing
395
+ * Added support for editing all top-level properties (name, minimum-stability, ...) as well as extra values via the `config` command
396
+ * Added abandoned state warning to the `show` and `outdated` commands when listing latest packages
397
+ * Added support for `~/` and `$HOME/` in the path repository paths
398
+ * Added support for wildcards in the `show` command package filter, e.g. `composer show seld/*`
399
+ * Added ability to call composer itself from scripts via `@composer ...`
400
+ * Added untracked files detection to the `status` command
401
+ * Added warning to `validate` command when using exact-version requires
402
+ * Added warning once per domain when accessing insecure URLs with secure-http disabled
403
+ * Added a dependency on composer/ca-bundle (extracted CA bundle management to a standalone lib)
404
+ * Added support for empty directories when archiving to tar
405
+ * Added an `init` event for plugins to react to, which occurs right after a Composer instance is fully initialized
406
+ * Added many new detections of problems in the `why-not`/`prohibits` command to figure out why something does not get installed in the expected version
407
+ * Added a deprecation notice for script event listeners that use legacy script classes
408
+ * Fixed abandoned state not showing up if you had a package installed before it was marked abandoned
409
+ * Fixed --no-dev updates creating an incomplete lock file, everything is now always resolved on update
410
+ * Fixed partial updates in case the vendor dir was not up to date with the lock file
411
+
412
+ ### [1.0.3] - 2016-04-29
413
+
414
+ * Security: Fixed possible command injection from the env vars into our sudo detection
415
+ * Fixed interactive authentication with gitlab
416
+ * Fixed class name replacement in plugins
417
+ * Fixed classmap generation mistakenly detecting anonymous classes
418
+ * Fixed auto-detection of stability flags in complex constraints like `2.0-dev || ^1.5`
419
+ * Fixed content-length handling when redirecting to very small responses
420
+
421
+ ### [1.0.2] - 2016-04-21
422
+
423
+ * Fixed regression in 1.0.1 on systems with mbstring.func_overload enabled
424
+ * Fixed regression in 1.0.1 that made dev packages update to the latest reference even if not whitelisted in a partial update
425
+ * Fixed init command ignoring the COMPOSER env var for choosing the json file name
426
+ * Fixed error reporting bug when the dependency resolution fails
427
+ * Fixed handling of `$` sign in composer config command in some cases it could corrupt the json file
428
+
429
+ ### [1.0.1] - 2016-04-18
430
+
431
+ * Fixed URL updating when a package's URL changes, composer.lock now contains the right URL including correct reference
432
+ * Fixed URL updating of the origin git remote as well for packages installed as git clone
433
+ * Fixed binary .bat files generated from linux being incompatible with windows cmd
434
+ * Fixed handling of paths with trailing slashes in path repository
435
+ * Fixed create-project not using platform config when selecting a package
436
+ * Fixed self-update not showing the channel it uses to perform the update
437
+ * Fixed file downloads not failing loudly when the content does not match the Content-Length header
438
+ * Fixed secure-http detecting some malformed URLs as insecure
439
+ * Updated CA bundle
440
+
441
+ ### [1.0.0] - 2016-04-05
442
+
443
+ * Added support for bitbucket-oauth configuration
444
+ * Added warning when running composer as super user, set COMPOSER_ALLOW_SUPERUSER=1 to hide the warning if you really must
445
+ * Added PluginManager::getGlobalComposer getter to retrieve the global instance (which can be null!)
446
+ * Fixed dependency solver error reporting in many cases it now shows you proper errors instead of just saying a package does not exist
447
+ * Fixed output of failed downloads appearing as 100% done instead of Failed
448
+ * Fixed handling of empty directories when archiving, they are not skipped anymore
449
+ * Fixed installation of broken plugins corrupting the vendor state when combined with symlinked path repositories
450
+
451
+ ### [1.0.0-beta2] - 2016-03-27
452
+
453
+ * Break: The `install` command now turns into an `update` command automatically if you have no composer.lock. This was done only half-way before which caused inconsistencies
454
+ * Break: By default the `remove` command now removes dependencies as well, and --update-with-dependencies is deprecated. Use --no-update-with-dependencies to get old behavior
455
+ * Added support for update channels in `self-update`. All users will now update to stable builds by default. Run `self-update` with `--snapshot`, `--preview` or `--stable` to switch between update channels.
456
+ * Added support for SSL_CERT_DIR env var and openssl.capath ini value
457
+ * Added some conflict detection in `why-not` command
458
+ * Added suggestion of root package's suggests in `create-project` command
459
+ * Fixed `create-project` ignoring --ignore-platform-reqs when choosing a version of the package
460
+ * Fixed `search` command in a directory without composer.json
461
+ * Fixed path repository handling of symlinks on windows
462
+ * Fixed PEAR repo handling to prefer HTTPS mirrors over HTTP ones
463
+ * Fixed handling of Path env var on Windows, only PATH was accepted before
464
+ * Small error reporting and docs improvements
465
+
466
+ ### [1.0.0-beta1] - 2016-03-03
467
+
468
+ * Break: By default we now disable any non-secure protocols (http, git, svn). This may lead to issues if you rely on those. See `secure-http` config option.
469
+ * Break: `show` / `list` command now only show installed packages by default. An `--all` option is added to show all packages.
470
+ * Added VCS repo support for the GitLab API, see also `gitlab-oauth` and `gitlab-domains` config options
471
+ * Added `prohibits` / `why-not` command to show what blocks an upgrade to a given package:version pair
472
+ * Added --tree / -t to the `show` command to see all your installed packages in a tree view
473
+ * Added --interactive / -i to the `update` command, which lets you pick packages to update interactively
474
+ * Added `exec` command to run binaries while having bin-dir in the PATH for convenience
475
+ * Added --root-reqs to the `update` command to update only your direct, first degree dependencies
476
+ * Added `cafile` and `capath` config options to control HTTPS certificate authority
477
+ * Added pubkey verification of composer.phar when running self-update
478
+ * Added possibility to configure per-package `preferred-install` types for more flexibility between prefer-source and prefer-dist
479
+ * Added unpushed-changes detection when updating dependencies and in the `status` command
480
+ * Added COMPOSER_AUTH env var that lets you pass a json configuration like the auth.json file
481
+ * Added `secure-http` and `disable-tls` config options to control HTTPS/HTTP
482
+ * Added warning when Xdebug is enabled as it reduces performance quite a bit, hide it with COMPOSER_DISABLE_XDEBUG_WARN=1 if you must
483
+ * Added duplicate key detection when loading composer.json
484
+ * Added `sort-packages` config option to force sorting of the requirements when using the `require` command
485
+ * Added support for the XDG Base Directory spec on linux
486
+ * Added XzDownloader for xz file support
487
+ * Fixed SSL support to fully verify peers in all PHP versions, unsecure HTTP is also disabled by default
488
+ * Fixed stashing and cleaning up of untracked files when updating packages
489
+ * Fixed plugins being enabled after installation even when --no-plugins
490
+ * Many small bug fixes and additions
491
+
492
+ ### [1.0.0-alpha11] - 2015-11-14
493
+
494
+ * Added config.platform to let you specify what your target environment looks like and make sure you do not inadvertently install dependencies that would break it
495
+ * Added `exclude-from-classmap` in the autoload config that lets you ignore sub-paths of classmapped directories, or psr-0/4 directories when building optimized autoloaders
496
+ * Added `path` repository type to install/symlink packages from local paths
497
+ * Added possibility to reference script handlers from within other handlers using @script-name to reduce duplication
498
+ * Added `suggests` command to show what packages are suggested, use -v to see more details
499
+ * Added `content-hash` inside the composer.lock to restrict the warnings about outdated lock file to some specific changes in the composer.json file
500
+ * Added `archive-format` and `archive-dir` config options to specify default values for the archive command
501
+ * Added --classmap-authoritative to `install`, `update`, `require`, `remove` and `dump-autoload` commands, forcing the optimized classmap to be authoritative
502
+ * Added -A / --with-dependencies to the `validate` command to allow validating all your dependencies recursively
503
+ * Added --strict to the `validate` command to treat any warning as an error that then returns a non-zero exit code
504
+ * Added a dependency on composer/semver, which is the externalized lib for all the version constraints parsing and handling
505
+ * Added support for classmap autoloading to load plugin classes and script handlers
506
+ * Added `bin-compat` config option that if set to `full` will create .bat proxy for binaries even if Composer runs in a linux VM
507
+ * Added SPDX 2.0 support, and externalized that in a composer/spdx-licenses lib
508
+ * Added warnings when the classmap autoloader finds duplicate classes
509
+ * Added --file to the `archive` command to choose the filename
510
+ * Added Ctrl+C handling in create-project to cancel the operation cleanly
511
+ * Fixed version guessing to use ^ always, default to stable versions, and avoid versions that require a higher php version than you have
512
+ * Fixed the lock file switching back and forth between old and new URL when a package URL is changed and many people run updates
513
+ * Fixed partial updates updating things they shouldn't when the current vendor dir was out of date with the lock file
514
+ * Fixed PHAR file creation to be more reproducible and always generate the exact same phar file from a given source
515
+ * Fixed issue when checking out git branches or tags that are also the name of a file in the repo
516
+ * Many minor fixes and documentation additions and UX improvements
517
+
518
+ ### [1.0.0-alpha10] - 2015-04-14
519
+
520
+ * Break: The following event classes are deprecated and you should update your script handlers to use the new ones in type hints:
521
+ - `Composer\Script\CommandEvent` is deprecated, use `Composer\Script\Event`
522
+ - `Composer\Script\PackageEvent` is deprecated, use `Composer\Installer\PackageEvent`
523
+ * Break: Output is now split between stdout and stderr. Any irrelevant output to each command is on stderr as per unix best practices.
524
+ * Added support for npm-style semver operators (`^` and `-` ranges, ` ` = AND, `||` = OR)
525
+ * Added --prefer-lowest to `update` command to allow testing a package with the lowest declared dependencies
526
+ * Added support for parsing semver build metadata `+anything` at the end of versions
527
+ * Added --sort-packages option to `require` command for sorting dependencies
528
+ * Added --no-autoloader to `install` and `update` commands to skip autoload generation
529
+ * Added --list to `run-script` command to see available scripts
530
+ * Added --absolute to `config` command to get back absolute paths
531
+ * Added `classmap-authoritative` config option, if enabled only the classmap info will be used by the composer autoloader
532
+ * Added support for branch-alias on numeric branches
533
+ * Added support for the `https_proxy`/`HTTPS_PROXY` env vars used only for https URLs
534
+ * Added support for using real composer repos as local paths in `create-project` command
535
+ * Added --no-dev to `licenses` command
536
+ * Added support for PHP 7.0 nightly builds
537
+ * Fixed detection of stability when parsing multiple constraints
538
+ * Fixed installs from lock file containing updated composer.json requirement
539
+ * Fixed the autoloader suffix in vendor/autoload.php changing in every build
540
+ * Many minor fixes, documentation additions and UX improvements
541
+
542
+ ### [1.0.0-alpha9] - 2014-12-07
543
+
544
+ * Added `remove` command to do the reverse of `require`
545
+ * Added --ignore-platform-reqs to `install`/`update` commands to install even if you are missing a php extension or have an invalid php version
546
+ * Added a warning when abandoned packages are being installed
547
+ * Added auto-selection of the version constraint in the `require` command, which can now be used simply as `composer require foo/bar`
548
+ * Added ability to define custom composer commands using scripts
549
+ * Added `browse` command to open a browser to the given package's repo URL (or homepage with `-H`)
550
+ * Added an `autoload-dev` section to declare dev-only autoload rules + a --no-dev flag to dump-autoload
551
+ * Added an `auth.json` file, with `store-auths` config option
552
+ * Added a `http-basic` config option to store login/pwds to hosts
553
+ * Added failover to source/dist and vice-versa in case a download method fails
554
+ * Added --path (-P) flag to the show command to see the install path of packages
555
+ * Added --update-with-dependencies and --update-no-dev flags to the require command
556
+ * Added `optimize-autoloader` config option to force the `-o` flag from the config
557
+ * Added `clear-cache` command
558
+ * Added a GzipDownloader to download single gzipped files
559
+ * Added `ssh` support in the `github-protocols` config option
560
+ * Added `pre-dependencies-solving` and `post-dependencies-solving` events
561
+ * Added `pre-archive-cmd` and `post-archive-cmd` script events to the `archive` command
562
+ * Added a `no-api` flag to GitHub VCS repos to skip the API but still get zip downloads
563
+ * Added http-basic auth support for private git repos not on github
564
+ * Added support for autoloading `.hh` files when running HHVM
565
+ * Added support for PHP 5.6
566
+ * Added support for OTP auth when retrieving a GitHub API key
567
+ * Fixed isolation of `files` autoloaded scripts to ensure they can not affect anything
568
+ * Improved performance of solving dependencies
569
+ * Improved SVN and Perforce support
570
+ * A boatload of minor fixes, documentation additions and UX improvements
571
+
572
+ ### [1.0.0-alpha8] - 2014-01-06
573
+
574
+ * Break: The `install` command now has --dev enabled by default. --no-dev can be used to install without dev requirements
575
+ * Added `composer-plugin` package type to allow extensibility, and deprecated `composer-installer`
576
+ * Added `psr-4` autoloading support and deprecated `target-dir` since it is a better alternative
577
+ * Added --no-plugins flag to replace --no-custom-installers where available
578
+ * Added `global` command to operate Composer in a user-global directory
579
+ * Added `licenses` command to list the license of all your dependencies
580
+ * Added `pre-status-cmd` and `post-status-cmd` script events to the `status` command
581
+ * Added `post-root-package-install` and `post-create-project-cmd` script events to the `create-project` command
582
+ * Added `pre-autoload-dump` script event
583
+ * Added --rollback flag to self-update
584
+ * Added --no-install flag to create-project to skip installing the dependencies
585
+ * Added a `hhvm` platform package to require Facebook's HHVM implementation of PHP
586
+ * Added `github-domains` config option to allow using GitHub Enterprise with Composer's GitHub support
587
+ * Added `prepend-autoloader` config option to allow appending Composer's autoloader instead of the default prepend behavior
588
+ * Added Perforce support to the VCS repository
589
+ * Added a vendor/composer/autoload_files.php file that lists all files being included by the files autoloader
590
+ * Added support for the `no_proxy` env var and other proxy support improvements
591
+ * Added many robustness tweaks to make sure zip downloads work more consistently and corrupted caches are invalidated
592
+ * Added the release date to `composer -V` output
593
+ * Added `autoloader-suffix` config option to allow overriding the randomly generated autoloader class suffix
594
+ * Fixed BitBucket API usage
595
+ * Fixed parsing of inferred stability flags that are more stable than the minimum stability
596
+ * Fixed installation order of plugins/custom installers
597
+ * Fixed tilde and wildcard version constraints to be more intuitive regarding stabilities
598
+ * Fixed handling of target-dir changes when updating packages
599
+ * Improved performance of the class loader
600
+ * Improved memory usage and performance of solving dependencies
601
+ * Tons of minor bug fixes and improvements
602
+
603
+ ### [1.0.0-alpha7] - 2013-05-04
604
+
605
+ * Break: For forward compatibility, you should change your deployment scripts to run `composer install --no-dev`. The install command will install dev dependencies by default starting in the next release
606
+ * Break: The `update` command now has --dev enabled by default. --no-dev can be used to update without dev requirements, but it will create an incomplete lock file and is discouraged
607
+ * Break: Removed support for lock files created before 2012-09-15 due to their outdated unusable format
608
+ * Added `prefer-stable` flag to pick stable packages over unstable ones when possible
609
+ * Added `preferred-install` config option to always enable --prefer-source or --prefer-dist
610
+ * Added `diagnose` command to to system/network checks and find common problems
611
+ * Added wildcard support in the update whitelist, e.g. to update all packages of a vendor do `composer update vendor/*`
612
+ * Added `archive` command to archive the current directory or a given package
613
+ * Added `run-script` command to manually trigger scripts
614
+ * Added `proprietary` as valid license identifier for non-free code
615
+ * Added a `php-64bit` platform package that you can require to force a 64bit php
616
+ * Added a `lib-ICU` platform package
617
+ * Added a new official package type `project` for project-bootstrapping packages
618
+ * Added zip/dist local cache to speed up repetitive installations
619
+ * Added `post-autoload-dump` script event
620
+ * Added `Event::getDevMode` to let script handlers know if dev requirements are being installed
621
+ * Added `discard-changes` config option to control the default behavior when updating "dirty" dependencies
622
+ * Added `use-include-path` config option to make the autoloader look for files in the include path too
623
+ * Added `cache-ttl`, `cache-files-ttl` and `cache-files-maxsize` config option
624
+ * Added `cache-dir`, `cache-files-dir`, `cache-repo-dir` and `cache-vcs-dir` config option
625
+ * Added support for using http(s) authentication to non-github repos
626
+ * Added support for using multiple autoloaders at once (e.g. PHPUnit + application both using Composer autoloader)
627
+ * Added support for .inc files for classmap autoloading (legacy support, do not do this on new projects!)
628
+ * Added support for version constraints in show command, e.g. `composer show monolog/monolog 1.4.*`
629
+ * Added support for svn repositories containing packages in a deeper path (see package-path option)
630
+ * Added an `artifact` repository to scan a directory containing zipped packages
631
+ * Added --no-dev flag to `install` and `update` commands
632
+ * Added --stability (-s) flag to create-project to lower the required stability
633
+ * Added --no-progress to `install` and `update` to hide the progress indicators
634
+ * Added --available (-a) flag to the `show` command to display only available packages
635
+ * Added --name-only (-N) flag to the `show` command to show only package names (one per line, no formatting)
636
+ * Added --optimize-autoloader (-o) flag to optimize the autoloader from the `install` and `update` commands
637
+ * Added -vv and -vvv flags to get more verbose output, can be useful to debug some issues
638
+ * Added COMPOSER_NO_INTERACTION env var to do the equivalent of --no-interaction (should be set on build boxes, CI, PaaS)
639
+ * Added PHP 5.2 compatibility to the autoloader configuration files so they can be used to configure another autoloader
640
+ * Fixed handling of platform requirements of the root package when installing from lock
641
+ * Fixed handling of require-dev dependencies
642
+ * Fixed handling of unstable packages that should be downgraded to stable packages when updating to new version constraints
643
+ * Fixed parsing of the `~` operator combined with unstable versions
644
+ * Fixed the `require` command corrupting the json if the new requirement was invalid
645
+ * Fixed support of aliases used together with `<version>#<reference>` constraints
646
+ * Improved output of dependency solver problems by grouping versions of a package together
647
+ * Improved performance of classmap generation
648
+ * Improved mercurial support in various places
649
+ * Improved lock file format to minimize unnecessary diffs
650
+ * Improved the `config` command to support all options
651
+ * Improved the coverage of the `validate` command
652
+ * Tons of minor bug fixes and improvements
653
+
654
+ ### [1.0.0-alpha6] - 2012-10-23
655
+
656
+ * Schema: Added ability to pass additional options to repositories (i.e. ssh keys/client certificates to secure private repos)
657
+ * Schema: Added a new `~` operator that should be preferred over `>=`, see http://getcomposer.org/doc/01-basic-usage.md#package-versions
658
+ * Schema: Version constraints `<x.y` are assumed to be `<x.y-dev` unless specified as `<x.y-stable` to reduce confusion
659
+ * Added `config` command to edit/list config values, including --global switch for system config
660
+ * Added OAuth token support for the GitHub API
661
+ * Added ability to specify CLI commands as scripts in addition to PHP callbacks
662
+ * Added --prefer-dist flag to force installs of dev packages from zip archives instead of clones
663
+ * Added --working-dir (-d) flag to change the working directory
664
+ * Added --profile flag to all commands to display execution time and memory usage
665
+ * Added `github-protocols` config key to define the order of preferred protocols for github.com clones
666
+ * Added ability to interactively reset changes to vendor dirs while updating
667
+ * Added support for hg bookmarks in the hg driver
668
+ * Added support for svn repositories not following the standard trunk/branch/tags scheme
669
+ * Fixed git clones of dev versions so that you end up on a branch and not in detached HEAD
670
+ * Fixed "Package not installed" issues with --dev installs
671
+ * Fixed the lock file format to be a snapshot of all the package info at the time of update
672
+ * Fixed order of autoload requires to follow package dependencies
673
+ * Fixed rename() failures with "Access denied" on windows
674
+ * Improved memory usage to be more reasonable and not grow with the repository size
675
+ * Improved performance and memory usage of installs from composer.lock
676
+ * Improved performance of a few essential code paths
677
+ * Many bug small fixes and docs improvements
678
+
679
+ ### [1.0.0-alpha5] - 2012-08-18
680
+
681
+ * Added `dump-autoload` command to only regenerate the autoloader
682
+ * Added --optimize to `dump-autoload` to generate a more performant classmap-based autoloader for production
683
+ * Added `status` command to show if any source-installed dependency has local changes, use --verbose to see changed files
684
+ * Added --verbose flag to `install` and `update` that shows the new commits when updating source-installed dependencies
685
+ * Added --no-update flag to `require` to only modify the composer.json file but skip the update
686
+ * Added --no-custom-installers and --no-scripts to `install`, `update` and `create-project` to prevent all automatic code execution
687
+ * Added support for installing archives that contain only a single file
688
+ * Fixed APC related issues in the autoload script on high load websites
689
+ * Fixed installation of branches containing capital letters
690
+ * Fixed installation of custom dev versions/branches
691
+ * Improved the coverage of the `validate` command
692
+ * Improved PEAR scripts/binaries support
693
+ * Improved and fixed the output of various commands
694
+ * Improved error reporting on network failures and some other edge cases
695
+ * Various minor bug fixes and docs improvements
696
+
697
+ ### [1.0.0-alpha4] - 2012-07-04
698
+
699
+ * Break: The default `minimum-stability` is now `stable`, [read more](https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion)
700
+ * Break: Custom installers now receive the IO instance and a Composer instance in their constructor
701
+ * Schema: Added references for dev versions, requiring `dev-master#abcdef` for example will force the abcdef commit
702
+ * Schema: Added `support` key with some more metadata (email, issues, forum, wiki, irc, source)
703
+ * Schema: Added `!=` operator for version constraints in `require`/`require-dev`
704
+ * Added a recommendation for package names to be `lower-cased/with-dashes`, it will be enforced for new packages on Pacakgist
705
+ * Added `require` command to add a package to your requirements and install it
706
+ * Added a whitelist to `update`. Calling `composer update foo/bar foo/baz` allows you to update only those packages
707
+ * Added support for overriding repositories in the system config (define repositories in ~/.composer/config.json)
708
+ * Added `lib-*` packages to the platform repository, e.g. `lib-pcre` contains the pcre version
709
+ * Added caching of GitHub metadata (faster startup time with custom GitHub VCS repos)
710
+ * Added caching of SVN metadata (faster startup time with custom SVN VCS repos)
711
+ * Added support for file:// URLs to GitDriver
712
+ * Added --self flag to the `show` command to display the infos of the root package
713
+ * Added --dev flag to `create-project` command
714
+ * Added --no-scripts to `install` and `update` commands to avoid triggering the scripts
715
+ * Added `COMPOSER_ROOT_VERSION` env var to specify the version of the root package (fixes some edge cases)
716
+ * Added support for multiple custom installers in one package
717
+ * Added files autoloading method which requires files on every request, e.g. to load functional code
718
+ * Added automatic recovery for lock files that contain references to rewritten (force pushed) commits
719
+ * Improved PEAR repositories support and package.xml extraction
720
+ * Improved and fixed the output of various commands
721
+ * Fixed the order of installation of requirements (they are always installed before the packages requiring them)
722
+ * Cleaned up / refactored the dependency solver code as well as the output for unsolvable requirements
723
+ * Various bug fixes and docs improvements
724
+
725
+ ### [1.0.0-alpha3] - 2012-05-13
726
+
727
+ * Schema: Added `require-dev` for development-time requirements (tests, etc), install with --dev
728
+ * Schema: Added author.role to list the author's role in the project
729
+ * Schema: Added `minimum-stability` + `@<stability>` flags in require for restricting packages to a certain stability
730
+ * Schema: Removed `recommend`
731
+ * Schema: `suggest` is now informational and can use any description for a package, not only a constraint
732
+ * Break: vendor/.composer/autoload.php has been moved to vendor/autoload.php, other files are now in vendor/composer/
733
+ * Added caching of repository metadata (faster startup times & failover if packagist is down)
734
+ * Added removal of packages that are not needed anymore
735
+ * Added include_path support for legacy projects that are full of require_once statements
736
+ * Added installation notifications API to allow better statistics on Composer repositories
737
+ * Added support for proxies that require authentication
738
+ * Added support for private github repositories over https
739
+ * Added autoloading support for root packages that use target-dir
740
+ * Added awareness of the root package presence and support for it's provide/replace/conflict keys
741
+ * Added IOInterface::isDecorated to test for colored output support
742
+ * Added validation of licenses based on the [SPDX registry](https://spdx.org/licenses/)
743
+ * Improved repository protocol to have large cacheable parts
744
+ * Fixed various bugs relating to package aliasing, proxy configuration, binaries
745
+ * Various bug fixes and docs improvements
746
+
747
+ ### [1.0.0-alpha2] - 2012-04-03
748
+
749
+ * Added `create-project` command to install a project from scratch with composer
750
+ * Added automated `classmap` autoloading support for non-PSR-0 compliant projects
751
+ * Added human readable error reporting when deps can not be solved
752
+ * Added support for private GitHub and SVN repositories (use --no-interaction for CI)
753
+ * Added "file" downloader type to download plain files
754
+ * Added support for authentication with svn repositories
755
+ * Added autoload support for PEAR repositories
756
+ * Improved clones from GitHub which now automatically select between git/https/http protocols
757
+ * Improved `validate` command to give more feedback
758
+ * Improved the `search` & `show` commands output
759
+ * Removed dependency on filter_var
760
+ * Various robustness & error handling improvements, docs fixes and more bug fixes
761
+
762
+ ### 1.0.0-alpha1 - 2012-03-01
763
+
764
+ * Initial release
765
+
766
+ [1.9.0]: https://github.com/composer/composer/compare/1.8.6...1.9.0
767
+ [1.8.6]: https://github.com/composer/composer/compare/1.8.5...1.8.6
768
+ [1.8.5]: https://github.com/composer/composer/compare/1.8.4...1.8.5
769
+ [1.8.4]: https://github.com/composer/composer/compare/1.8.3...1.8.4
770
+ [1.8.3]: https://github.com/composer/composer/compare/1.8.2...1.8.3
771
+ [1.8.2]: https://github.com/composer/composer/compare/1.8.1...1.8.2
772
+ [1.8.1]: https://github.com/composer/composer/compare/1.8.0...1.8.1
773
+ [1.8.0]: https://github.com/composer/composer/compare/1.7.3...1.8.0
774
+ [1.7.3]: https://github.com/composer/composer/compare/1.7.2...1.7.3
775
+ [1.7.2]: https://github.com/composer/composer/compare/1.7.1...1.7.2
776
+ [1.7.1]: https://github.com/composer/composer/compare/1.7.0...1.7.1
777
+ [1.7.0]: https://github.com/composer/composer/compare/1.7.0-RC...1.7.0
778
+ [1.7.0-RC]: https://github.com/composer/composer/compare/1.6.5...1.7.0-RC
779
+ [1.6.5]: https://github.com/composer/composer/compare/1.6.4...1.6.5
780
+ [1.6.4]: https://github.com/composer/composer/compare/1.6.3...1.6.4
781
+ [1.6.3]: https://github.com/composer/composer/compare/1.6.2...1.6.3
782
+ [1.6.2]: https://github.com/composer/composer/compare/1.6.1...1.6.2
783
+ [1.6.1]: https://github.com/composer/composer/compare/1.6.0...1.6.1
784
+ [1.6.0]: https://github.com/composer/composer/compare/1.6.0-RC...1.6.0
785
+ [1.6.0-RC]: https://github.com/composer/composer/compare/1.5.6...1.6.0-RC
786
+ [1.5.6]: https://github.com/composer/composer/compare/1.5.5...1.5.6
787
+ [1.5.5]: https://github.com/composer/composer/compare/1.5.4...1.5.5
788
+ [1.5.4]: https://github.com/composer/composer/compare/1.5.3...1.5.4
789
+ [1.5.3]: https://github.com/composer/composer/compare/1.5.2...1.5.3
790
+ [1.5.2]: https://github.com/composer/composer/compare/1.5.1...1.5.2
791
+ [1.5.1]: https://github.com/composer/composer/compare/1.5.0...1.5.1
792
+ [1.5.0]: https://github.com/composer/composer/compare/1.4.3...1.5.0
793
+ [1.4.3]: https://github.com/composer/composer/compare/1.4.2...1.4.3
794
+ [1.4.2]: https://github.com/composer/composer/compare/1.4.1...1.4.2
795
+ [1.4.1]: https://github.com/composer/composer/compare/1.4.0...1.4.1
796
+ [1.4.0]: https://github.com/composer/composer/compare/1.3.3...1.4.0
797
+ [1.3.3]: https://github.com/composer/composer/compare/1.3.2...1.3.3
798
+ [1.3.2]: https://github.com/composer/composer/compare/1.3.1...1.3.2
799
+ [1.3.1]: https://github.com/composer/composer/compare/1.3.0...1.3.1
800
+ [1.3.0]: https://github.com/composer/composer/compare/1.3.0-RC...1.3.0
801
+ [1.3.0-RC]: https://github.com/composer/composer/compare/1.2.4...1.3.0-RC
802
+ [1.2.4]: https://github.com/composer/composer/compare/1.2.3...1.2.4
803
+ [1.2.3]: https://github.com/composer/composer/compare/1.2.2...1.2.3
804
+ [1.2.2]: https://github.com/composer/composer/compare/1.2.1...1.2.2
805
+ [1.2.1]: https://github.com/composer/composer/compare/1.2.0...1.2.1
806
+ [1.2.0]: https://github.com/composer/composer/compare/1.2.0-RC...1.2.0
807
+ [1.2.0-RC]: https://github.com/composer/composer/compare/1.1.3...1.2.0-RC
808
+ [1.1.3]: https://github.com/composer/composer/compare/1.1.2...1.1.3
809
+ [1.1.2]: https://github.com/composer/composer/compare/1.1.1...1.1.2
810
+ [1.1.1]: https://github.com/composer/composer/compare/1.1.0...1.1.1
811
+ [1.1.0]: https://github.com/composer/composer/compare/1.0.3...1.1.0
812
+ [1.1.0-RC]: https://github.com/composer/composer/compare/1.0.3...1.1.0-RC
813
+ [1.0.3]: https://github.com/composer/composer/compare/1.0.2...1.0.3
814
+ [1.0.2]: https://github.com/composer/composer/compare/1.0.1...1.0.2
815
+ [1.0.1]: https://github.com/composer/composer/compare/1.0.0...1.0.1
816
+ [1.0.0]: https://github.com/composer/composer/compare/1.0.0-beta2...1.0.0
817
+ [1.0.0-beta2]: https://github.com/composer/composer/compare/1.0.0-beta1...1.0.0-beta2
818
+ [1.0.0-beta1]: https://github.com/composer/composer/compare/1.0.0-alpha11...1.0.0-beta1
819
+ [1.0.0-alpha11]: https://github.com/composer/composer/compare/1.0.0-alpha10...1.0.0-alpha11
820
+ [1.0.0-alpha10]: https://github.com/composer/composer/compare/1.0.0-alpha9...1.0.0-alpha10
821
+ [1.0.0-alpha9]: https://github.com/composer/composer/compare/1.0.0-alpha8...1.0.0-alpha9
822
+ [1.0.0-alpha8]: https://github.com/composer/composer/compare/1.0.0-alpha7...1.0.0-alpha8
823
+ [1.0.0-alpha7]: https://github.com/composer/composer/compare/1.0.0-alpha6...1.0.0-alpha7
824
+ [1.0.0-alpha6]: https://github.com/composer/composer/compare/1.0.0-alpha5...1.0.0-alpha6
825
+ [1.0.0-alpha5]: https://github.com/composer/composer/compare/1.0.0-alpha4...1.0.0-alpha5
826
+ [1.0.0-alpha4]: https://github.com/composer/composer/compare/1.0.0-alpha3...1.0.0-alpha4
827
+ [1.0.0-alpha3]: https://github.com/composer/composer/compare/1.0.0-alpha2...1.0.0-alpha3
828
+ [1.0.0-alpha2]: https://github.com/composer/composer/compare/1.0.0-alpha1...1.0.0-alpha2