Skip to content

Commit b5523fa

Browse files
akrabatrabbah
authored andcommitted
Update Guzzle and Uuid in PHP 7.2 runtime
* guzzlehttp/guzzle to 6.5.0 * ramsey/uuid to 3.9.1
1 parent d7646be commit b5523fa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

core/php7.2Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
## Apache 1.14.0 (next release)
2121
Changes:
2222
- Update version of PHP to 7.2.25
23+
- Update guzzlehttp/guzzle to 6.5.0
24+
- Update ramsey/uuid to 3.9.1
2325
- Support getenv()
2426

2527
## Apache 1.13.0-incubating

core/php7.2Action/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.7.3"
8+
"guzzlehttp/guzzle": "6.5.0",
9+
"ramsey/uuid": "3.9.1"
1010
}
1111
}

0 commit comments

Comments
 (0)