Skip to content

Commit ab3379c

Browse files
committed
Release 0.3.0
Allows for PHP 8.0+ as well
1 parent 61a7bd5 commit ab3379c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"role": "Developer"
2424
}],
2525
"require": {
26-
"php": "^7.2",
26+
"php": ">=7.2",
2727
"guzzlehttp/guzzle": "^6.5 || ^7.0",
2828
"ext-json": "*"
2929
},

src/SolderClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SolderClient
2020
/** @var Client */
2121
private $client;
2222

23-
const VERSION = '0.2.2';
23+
const VERSION = '0.3.0';
2424

2525
public static function factory($url, $key, $headers = [], $handler = null, $timeout = 3)
2626
{

0 commit comments

Comments
 (0)