'Why composer.json is modified after "composer install" command?
I am currently working on a Laravel 5.8 project that I have just cloned from our company's Gitlab. I ran composer install and after that when I run git status it lists composer.json as a modified file.
I thought that composer install does not modify composer.json file.
I think that if I commit this file, then the remote server can not merge the new composer file with the old one.
What should I do?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
