diff --git a/composer.json b/composer.json index 06dc254..54bed32 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://userhub.com", "license": "MIT", "require": { - "php": ">=8.1.0", + "php": ">=8.2.0", "ext-curl": "*", "ext-json": "*" }, diff --git a/lib/Internal/Constants.php b/lib/Internal/Constants.php index 81c6a97..2c0d9a6 100644 --- a/lib/Internal/Constants.php +++ b/lib/Internal/Constants.php @@ -9,8 +9,8 @@ abstract class Constants { public const API_BASE_URL = 'https://api.userhub.com'; - public const USER_AGENT = 'UserHub-PHP/0.7.0'; - public const VERSION = '0.7.0'; + public const USER_AGENT = 'UserHub-PHP/0.7.1'; + public const VERSION = '0.7.1'; public const AUTH_HEADER = 'Authorization'; public const API_KEY_HEADER = 'UserHub-Api-Key';