Mam taką definicję:
{
"repositories": [
{
"type": "package",
"package": {
"name": "symfony/sfGuardPlugin",
"version": "4.0.2",
"dist": {
"url": "http://plugins.symfony-project.org/get/sfGuardPlugin/sfGuardPlugin-4.0.2.tgz",
"type": "tar"
}
}
}
],
"require": {
"symfony/sfGuardPlugin": "4.0.*"
}
}
Używam Symfony 1 i chciałbym je zainstalować plugins/sfGuardPlugin/
. Jak to określić?
plugins/sfGuardPlugin/sfGuardPlugin-4.0.2/
zamiast tego chcęplugins/sfGuardPlugin
?