Skip to content

Commit

Permalink
Version bump(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Dent committed Oct 27, 2023
1 parent 8edb048 commit 4caee8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand All @@ -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"]
Expand Down

0 comments on commit 4caee8a

Please sign in to comment.