LEtudiant\Composer\Installer\SharedPackageInstaller::createPackageVendorSymlink PHP Method

    protected function createPackageVendorSymlink(PackageInterface $package)
    {
        if ($this->config->isSymlinkEnabled() && $this->filesystem->ensureSymlinkExists($this->getSymlinkSourcePath($package), $this->getPackageVendorSymlink($package))) {
            $this->io->write(array('  - Creating symlink for <info>' . $package->getPrettyName() . '</info> (<fg=yellow>' . $package->getPrettyVersion() . '</fg=yellow>)', ''));
        }
    }