LEtudiant\Composer\Installer\Solver\SharedPackageInstallerSolver::supports PHP Method

supports() public method

public supports ( string $packageType ) : boolean
$packageType string
return boolean
    public function supports($packageType)
    {
        // The solving process is in SharedPackageSolver::isSharedPackage() method
        return true;
    }