diff --git a/composer.json b/composer.json index db0867e..b136f41 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tcdent/php-restclient", - "version": "0.1.8.3", + "version": "0.1.8.4", "description": "A generic REST API client for PHP", "type": "library", "keywords": ["REST", "api", "client", "curl", "JSON", "XML"], @@ -22,8 +22,8 @@ "ext-json": "*" }, "require-dev": { - "php": ">=8.0", - "phpunit/phpunit": ">=9.5" + "php": ">=8.3", + "phpunit/phpunit": ">=9.6" }, "autoload": { "files": ["restclient.php"]