From: Aleksey Bekh-Ivanov (WMDE) Date: Fri, 3 Feb 2017 15:09:14 +0000 (+0100) Subject: Add dev dependency on HTML matchers X-Git-Tag: 1.31.0-rc.0~4110^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=57e85ee45fbb5d12ec5b6e8d9c5b5ad3d80d6d9e;p=lhc%2Fweb%2Fwiklou.git Add dev dependency on HTML matchers Change-Id: Ic547cbf737221d4ed677e2c23adbbf001047b3c4 --- diff --git a/composer.json b/composer.json index 5966f4b5d2..d8c3dd465f 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,9 @@ "nikic/php-parser": "2.1.0", "nmred/kafka-php": "0.1.5", "phpunit/phpunit": "4.8.31", - "wikimedia/avro": "1.7.7" + "wikimedia/avro": "1.7.7", + "hamcrest/hamcrest-php": "^2.0", + "wmde/hamcrest-html-matchers": "^0.1.0" }, "suggest": { "ext-apc": "Local data and opcode cache", @@ -74,6 +76,12 @@ "ComposerHookHandler": "includes/composer" } }, + "autoload-dev": { + "files": [ + "vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php", + "vendor/wmde/hamcrest-html-matchers/src/functions.php" + ] + }, "scripts": { "lint": "parallel-lint --exclude vendor", "phpcs": "phpcs -p -s",