I've recently started managing a system that uses Composer to handle dependencies and I need to update it. When logging into the Ubuntu console I run the composer update
command, but it throws an error saying it does not find the .json file. I've managed to find it but it's nested in a subdirectory, and I wouldn't know how to word a command that finds it there. I'm very much a newbie in managing this.
Any help would be appreciated. Thanks in advance!
I've tried running the composer update
command, but it throws an error saying it does not find the .json file.
Solved here