Skip to content

Commit 91be6a5

Browse files
committed
Merge branch 'hotfix/1.5.2'
2 parents c8c1b87 + 4236a35 commit 91be6a5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ vendor/
1111
workspace/
1212
.project
1313
*.code-workspace
14+
env_vars
15+
DEVELOP*.md
1416

1517
# Test
1618
test.php

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### v1.5.2 - 11/06/2022
4+
5+
- Update composer.json for patch guzzlehttp/guzzle : CVE-2022-29248, CVE-2022-31042, CVE-2022-31043
6+
7+
38
### v1.5.1 - 26/06/2021
49

510
- Fix missing class for the zone

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^5.2||^7",
16-
"guzzlehttp/guzzle": "6.5.0"
16+
"guzzlehttp/guzzle": "^6.5.7"
1717
},
1818
"autoload": {
1919
"psr-4" : {

0 commit comments

Comments
 (0)