stevegrunwell / phpunit-markup-assertions

Assertions for PHPUnit to verify the presence or state of elements within markup

Home Page:https://stevegrunwell.com/blog/phpunit-markup-assertions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lock File

matthewtrask opened this issue · comments

There should be a committed lock file in the repo so anyone who clones down this repo will have the exact versions of libraries you do :)

There was one up until today (see #8) — @mhujer brought up some good points about the use of composer.lock files in libraries (as opposed to projects). Removing the composer.lock file from libraries ensures the CI scripts can test different versions of dependencies (in this case, the lowest-compatible version, ala #9) and the latest.