Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script for updating composer dependencies
This commit includes a new file, updates.sh, which is a script that updates the composer.json file and its dependencies to their latest versions. It ensures that not only the dependencies explicitly listed in the composer.json file are updated, but also all of their dependencies. Furthermore, if any command fails, the script will stop immediately.
- Loading branch information