Skip to content

Commit 3a935ba

Browse files
committed
fixed lcobucci/jwt to 4.1.5 version
1 parent 568ad6e commit 3a935ba

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

33

4+
## 1.4.2 (2022-01-13)
5+
6+
### Bugs
7+
8+
- fixed lcobucci/jwt to 4.1.5 version
9+
10+
411
## 1.4.1 (2022-11-08)
512

613
### Features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ext-json": "*",
1717
"google/protobuf": "~3.15.8",
1818
"grpc/grpc": "^1.35",
19-
"lcobucci/jwt": "^4.1.5",
19+
"lcobucci/jwt": "~4.1.5",
2020
"phpseclib/phpseclib": "^2.0|^3.0",
2121
"psr/log": "~1.0"
2222
},

src/Ydb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Ydb
88
{
99
use Traits\LoggerTrait;
1010

11-
const VERSION = '1.4.1';
11+
const VERSION = '1.4.2';
1212

1313
/**
1414
* @var string

0 commit comments

Comments
 (0)