jenkins-bot has submitted this change and it was merged. Change subject: Update phpunit to 4.8.18 ......................................................................
Update phpunit to 4.8.18 Changelogs 4.8: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.8.md 4.7: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.7.md 4.6: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.6.md 4.5: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.5.md 4.4: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.4.md 4.3: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.3.md 4.2: * https://github.com/sebastianbergmann/phpunit/blob/4.8.18/ChangeLog-4.2.md Change-Id: Ifd6046bb272b054751b01edad808b4cbb02f0810 --- M composer.json 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved Polybuildr: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/composer.json b/composer.json index 8f4c142..0fe8af5 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.*", - "phpunit/phpunit": "~4.1.0" + "phpunit/phpunit": "~4.8.18" }, "scripts": { "test": [ -- To view, visit https://gerrit.wikimedia.org/r/255558 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifd6046bb272b054751b01edad808b4cbb02f0810 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/tools/codesniffer Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Polybuildr <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
