From 52f025bbc0c57de18afa617a5e498380a333ef7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jul 2021 10:19:43 +0200 Subject: update to 2.10.0 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 6dcf008..88a24f8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,10 @@ "test": "phpunit", "cs-check": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 ./src/main/php ./src/test/php", "cs-fix": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 ./src/main/php ./src/test/php", - "build-website": "easy-doc build src/site/config.php --verbose" + "build-website": [ + "php src/site/release-news-generator.php", + "easy-doc build src/site/config.php --verbose" + ] }, "extra": { "branch-alias": { -- cgit