diff options
author | Mario <mario@mariovavti.com> | 2023-10-05 11:35:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-05 11:35:02 +0000 |
commit | 044e252d195be7fb9c523e5ab7e5f37eae7f03fd (patch) | |
tree | e8fcefdef750aee3e84e2ddb048e1e11a1c4599f /vendor/league/html-to-markdown/composer.json | |
parent | 6920fb2793265e5c9cdcdc8325398b07f216f184 (diff) | |
download | volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.tar.gz volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.tar.bz2 volse-hubzilla-044e252d195be7fb9c523e5ab7e5f37eae7f03fd.zip |
composer update html to markdown
Diffstat (limited to 'vendor/league/html-to-markdown/composer.json')
-rw-r--r-- | vendor/league/html-to-markdown/composer.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/vendor/league/html-to-markdown/composer.json b/vendor/league/html-to-markdown/composer.json index 22ca054f3..55f2d736c 100644 --- a/vendor/league/html-to-markdown/composer.json +++ b/vendor/league/html-to-markdown/composer.json @@ -36,13 +36,25 @@ }, "require-dev": { "mikehaertl/php-shellcommand": "^1.1.0", - "phpstan/phpstan": "^0.12.99", + "phpstan/phpstan": "^1.8.8", "phpunit/phpunit": "^8.5 || ^9.2", "scrutinizer/ocular": "^1.6", - "unleashedtech/php-coding-standard": "^2.7", - "vimeo/psalm": "^4.22" + "unleashedtech/php-coding-standard": "^2.7 || ^3.0", + "vimeo/psalm": "^4.22 || ^5.0" }, "bin": ["bin/html-to-markdown"], + "scripts": { + "phpcs": "phpcs", + "phpstan": "phpstan analyse", + "phpunit": "phpunit --no-coverage", + "psalm": "psalm --stats", + "test": [ + "@phpcs", + "@phpstan", + "@psalm", + "@phpunit" + ] + }, "extra": { "branch-alias": { "dev-master": "5.2-dev" |