Skip to content

Commit

Permalink
Merge pull request #41 from xvilo/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
xvilo authored Feb 24, 2024
2 parents b9dccc0 + ff76677 commit 287513c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Client
/**
* @var string
*/
final public const VERSION = '0.3.0';
final public const VERSION = '0.6.2';

private readonly AnonymousApi $anonymous;

Expand Down

0 comments on commit 287513c

Please sign in to comment.