Answer the question
In order to leave comments, you need to log in
How to update your composer package stored in git?
I have a project. The project is stored in gitLab and works on different sites.
Also, a library from a closed repository is connected to the project through composer.
composer.json
"require-dev": {
"project/name": "*",
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]###.ru:project/name.git"
}
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question