Skip to content

Instantly share code, notes, and snippets.

@mariapaulinar
Created July 12, 2019 21:52
Show Gist options
  • Save mariapaulinar/f9ffa526792fd32626838f01b16c1418 to your computer and use it in GitHub Desktop.
Save mariapaulinar/f9ffa526792fd32626838f01b16c1418 to your computer and use it in GitHub Desktop.
Agregar repositorio local para probar paquetes localmente en Composer
"repositories": [{
"type": "path",
"url": "path/to/package",
"options": {
"symlink": true
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment