Skip to content

Commit e1faba6

Browse files
committed
Updated PSR/message to v2
1 parent d494b80 commit e1faba6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- PENDING-CHANGES -->
99
<!-- /PENDING-CHANGES -->
1010

11+
## [4.0.2](https://github.com/contentful/contentful-core.php/tree/4.0.2) (2024-05-13)
12+
13+
* Updated for PSR/message v2, allowing the installation of Laravel 11
14+
15+
16+
1117
## [4.0.1](https://github.com/contentful/contentful-core.php/tree/4.0.1) (2024-02-29)
1218

1319
* Updated for PHP8

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-mbstring": "*",
99
"guzzlehttp/guzzle": "^6.5|^7.0",
1010
"guzzlehttp/psr7": "^1.6|^2.1.1",
11-
"psr/http-message": "^1.0",
11+
"psr/http-message": "^1.0|^2.0",
1212
"psr/log": "^1.1|^2.0|^3.0",
1313
"jean85/pretty-package-versions": "^1.5|^2.0"
1414
},

0 commit comments

Comments
 (0)