From 91d60edcc2e51c6fcb4964e91862a28465d5a60c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 15:38:53 +0200 Subject: update to 2.9.0 --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9fc1437..3d9e796 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,8 @@ "squizlabs/php_codesniffer": "^2.0", "mikey179/vfsstream": "^1.6.4", "gregwar/rst": "^1.0", + "ext-simplexml": "*", + "ext-json": "*", "easy-doc/easy-doc": "0.0.0 || ^1.3.2" }, "autoload": { @@ -57,8 +59,8 @@ ], "scripts": { "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", + "cs-check": "phpcs -p --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1", + "cs-fix": "phpcbf -p --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1", "build-website": "easy-doc build src/site/config.php --verbose" } } -- cgit