Answer the question
In order to leave comments, you need to log in
The required branch is not installed through Composer?
There is a project with composer.json:
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"repositories": [
{
"type": "git",
"url": "[email protected]:myproject/api.git"
}
],
"require": {
"php": "^7.2",
"myproject/api": "dev-feature/MV-122",
"myproject/test": "^3.0",
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"config": {
"platform": {
"php": "7.2.5"
}
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
}
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