Skip to content

Commit 532a67f

Browse files
akrabatrabbah
authored andcommitted
Update Guzzle and Uuid in PHP 7.3 runtime
* guzzlehttp/guzzle to 6.5.0 * ramsey/uuid to 3.9.1
1 parent 3cbd8bd commit 532a67f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

core/php7.3Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
## Apache 1.14.0 (next release)
2020
Changes:
2121
- Update version of PHP to 7.3.12
22+
- Update guzzlehttp/guzzle to 6.5.0
23+
- Update ramsey/uuid to 3.9.1
2224
- Added PHP extension mongodb
2325
- Support getenv()
2426

core/php7.3Action/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
},
77
"require": {
8-
"guzzlehttp/guzzle": "6.3.3",
9-
"ramsey/uuid": "3.8.0"
8+
"guzzlehttp/guzzle": "6.5.0",
9+
"ramsey/uuid": "3.9.1"
1010
}
1111
}

0 commit comments

Comments
 (0)