commit | 8e828c03d475670c7c53e703a6e27bca71d32388 | [log] [tgz] |
---|---|---|
author | Volodymyr Panivko <sveneld300@gmailcom> | Mon Feb 19 11:34:48 2024 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Wed Feb 21 09:10:28 2024 +0100 |
tree | c0bf390db41d39f47843d65fe3fd244b8f2ad308 | |
parent | 84b35ff8288c3b9f239eca4c6f7e453d60af206d [diff] [blame] |
THRIFT-5756 Run php tests in github actions
diff --git a/composer.json b/composer.json index 454beea..d882a97 100644 --- a/composer.json +++ b/composer.json
@@ -21,8 +21,10 @@ "php": "^5.5 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8.36", - "squizlabs/php_codesniffer": "3.*" + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.3", + "squizlabs/php_codesniffer": "3.*", + "ext-json": "*", + "ext-xml": "*" }, "autoload": { "psr-4": {"Thrift\\": "lib/php/lib/"}