Bolt\Composer\PackageManager::prohibitsPackage PHP Method

prohibitsPackage() public method

Find which packages prevent the given package from being installed.
public prohibitsPackage ( string $packageName, string $constraint )
$packageName string
$constraint string
    public function prohibitsPackage($packageName, $constraint)
    {
        return $this->app['extend.action']['prohibits']->execute($packageName, $constraint);
    }