Add checkComposerLockUpToDate.php script
authorKunal Mehta <legoktm@gmail.com>
Mon, 8 Dec 2014 20:08:52 +0000 (12:08 -0800)
committerBryanDavis <bdavis@wikimedia.org>
Mon, 29 Dec 2014 23:20:30 +0000 (23:20 +0000)
commitce49874d9f71962a9a026b76162b93791e94fe3c
tree5b156e2eee8ec356541bbf1793a5700e356476b8
parent4051e77a3e41f4323206c2c836691c71106aeacf
Add checkComposerLockUpToDate.php script

Checks whether your composer.lock file is up to date
with the current composer.json file.

Bug: T77388
Change-Id: I528d63172c238cf1ea9bc02e8eb39b93225865de
autoload.php
includes/libs/composer/ComposerJson.php [new file with mode: 0644]
includes/libs/composer/ComposerLock.php [new file with mode: 0644]
maintenance/checkComposerLockUpToDate.php [new file with mode: 0644]
tests/phpunit/data/composer/composer.json [new file with mode: 0644]
tests/phpunit/data/composer/composer.lock [new file with mode: 0644]
tests/phpunit/data/composer/new-composer.json [new file with mode: 0644]
tests/phpunit/includes/libs/composer/ComposerJsonTest.php [new file with mode: 0644]
tests/phpunit/includes/libs/composer/ComposerLockTest.php [new file with mode: 0644]