Skip to content
Snippets Groups Projects

Issue #3338667: [PP-1] Add build test to test cweaganscomposer-patches end-to-end

17 files
+ 25
967
Compare changes
  • Side-by-side
  • Inline
Files
17
  • ec8949c9
    Issue #3316368 by Wim Leers, phenaproxima, tedbow: Remove our runtime... · ec8949c9
    Wim Leers authored
    Issue #3316368 by Wim Leers, phenaproxima, tedbow: Remove our runtime dependency on composer/composer: remove ComposerUtility
@@ -16,10 +16,11 @@ use PhpTuf\ComposerStager\Infrastructure\Factory\Path\PathFactoryInterface;
/**
* Defines a class to get information from Composer.
*
* @internal
* This is an internal part of Package Manager and may be changed or removed
* at any time without warning. External code should not interact with this
* class.
* This is a PHP wrapper to facilitate interacting with composer and:
* - list installed packages: getInstalledPackagesList() (`composer show`)
* - validate composer state & project: validate() (`composer validate`)
* - read project & package configuration: getConfig() (`composer config`)
* - read root package info: getRootPackageInfo() (`composer show --self`)
*/
class ComposerInspector {
Loading