Skip to content

Commit 4caee8a

Browse files
committed
Version bump(s).
1 parent 8edb048 commit 4caee8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcdent/php-restclient",
3-
"version": "0.1.8.3",
3+
"version": "0.1.8.4",
44
"description": "A generic REST API client for PHP",
55
"type": "library",
66
"keywords": ["REST", "api", "client", "curl", "JSON", "XML"],
@@ -22,8 +22,8 @@
2222
"ext-json": "*"
2323
},
2424
"require-dev": {
25-
"php": ">=8.0",
26-
"phpunit/phpunit": ">=9.5"
25+
"php": ">=8.3",
26+
"phpunit/phpunit": ">=9.6"
2727
},
2828
"autoload": {
2929
"files": ["restclient.php"]

0 commit comments

Comments
 (0)