You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
There are missing libraries in the composer.json file (while are mysteriously available in composer.lock file). Update the required dependencies in composer.json
The text was updated successfully, but these errors were encountered:
I dont need to update the composer.json file. The reason is because I am only leveraging on stichoza/google-translate-php, and this is a level 0 dependency.
The other dependencies you are seeing in composer.lock file are the dependencies of stichoza/google-translate-php. The reason why they are in composer.lock, is to lock down version numbers of those libraries, and prevent any breaking changes that might have occured to affect any aspect of this code base.
Thats the difference between composer.lock and composer.json.
Not all dependencies in composer.lock are in composer.json.
Only level 0 dependencies get added to composer.json
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are missing libraries in the composer.json file (while are mysteriously available in composer.lock file). Update the required dependencies in composer.json
The text was updated successfully, but these errors were encountered: