Workflows to automate composer dependencies
composer-lock.yml
Updates Composer.lock to match composer.json automatically
install-dependencies.yml
Updates the repo's vendor folder and installs dependencies specified in composer.json.
release.yml
Creates a release using .gitignore to exclude folders
phpcbf.yml
Runs PHP unit tests after a PHP file is updated