mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[BUGFIX] Stop relying on transitive dependencies for psr/http-message (#613)

We're using a class from this package in the controller and hence should
have this package as a direct dependency.
This commit is contained in:
Oliver Klee 2022-10-06 17:55:14 +02:00 committed by GitHub
parent bb7e6d2670
commit 01d5c73a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Drop support for PHP 7.2 and 7.3 (#581)
### Fixed
- Stop relying on transitive dependencies for `psr/http-message` (#613)
## 2.0.1

View file

@ -28,6 +28,7 @@
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"psr/http-message": "^1.0.1",
"typo3/cms-core": "^11.5.2",
"typo3/cms-extbase": "^11.5.2",
"typo3/cms-fluid": "^11.5.2",