Skip to content

Commit b259b9e

Browse files
authored
Merge pull request #100 from mooore-digital/develop
Update Symfony HTTP to the latest LTS release
2 parents 603cca8 + 1668e23 commit b259b9e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.10.6] - 2022-09-28
9+
### Changed
10+
- update symfony/http-client to the latest LTS version
811

912
## [0.10.5] - 2022-07-26
1013
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"symfony/http-client": "^4.4",
20+
"symfony/http-client": "^5.4",
2121
"magento/module-cms": "103.*|104.*",
2222
"mooore/magento2-module-wordpress-integration": "^0.4"
2323
},

0 commit comments

Comments
 (0)