From ffbafebd42b88d6d20540ae5da5e587a6d0acedf Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sat, 24 Feb 2024 14:29:41 +0100 Subject: [PATCH 1/3] Update relase version --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 74bf71a..ad77794 100644 --- a/src/Client.php +++ b/src/Client.php @@ -31,7 +31,7 @@ class Client /** * @var string */ - final public const VERSION = '0.3.0'; + final public const VERSION = '0.6.1'; private readonly AnonymousApi $anonymous; From 52174ac046193fbbb17e56d017dc40f60c8f0e19 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sat, 24 Feb 2024 14:30:15 +0100 Subject: [PATCH 2/3] Move symfony/var-dumper to dev deps --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f498354..3704e1b 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,7 @@ "php-http/client-common": "^2.6", "php-http/discovery": "^1.14", "lcobucci/jwt": "^4.2 || ^5.0", - "symfony/serializer": "^5.4 || ^6.4 || ^7.0", - "symfony/var-dumper": "^5.4 || ^6.4 || ^7.0" + "symfony/serializer": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { "nyholm/psr7": "^1.5", @@ -29,7 +28,8 @@ "friendsofphp/php-cs-fixer": "^3.13", "ramsey/uuid": "^4.7", "rector/rector": "^1.0", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.10", + "symfony/var-dumper": "^7.0" }, "config": { "allow-plugins": { From ff766779958205594d88493572bc765654d2a8ca Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sat, 24 Feb 2024 14:30:30 +0100 Subject: [PATCH 3/3] Update version --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index ad77794..177b811 100644 --- a/src/Client.php +++ b/src/Client.php @@ -31,7 +31,7 @@ class Client /** * @var string */ - final public const VERSION = '0.6.1'; + final public const VERSION = '0.6.2'; private readonly AnonymousApi $anonymous;