Skip to content

provision-ops/composer-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

composer-commit

Tool to automate committing composer changes to Git.

Rules

  1. composer.lock file must be in git.
  2. Not allowed to run composer update or composer require if changes to your git working copy..
  3. After composer update or composer require or composer remove:
    @TODO: Should we just check a diff after composer command? or is this there a definitive list of commands that change these files?
  4. Create a new branch (optionally)
  5. Commit changes to composer.* files with automated message, saving the command that was run, and the output of the command.
  6. Push the new branch (optionally).

NEXT UP: provision-ops/update-dependencies handles detection of updates and runs after composer-commit to create PRs with new deps.

About

Tool to automate committing composer changes to Git.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages