mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01: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:
parent
bb7e6d2670
commit
01d5c73a20
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Drop support for PHP 7.2 and 7.3 (#581)
|
- Drop support for PHP 7.2 and 7.3 (#581)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Stop relying on transitive dependencies for `psr/http-message` (#613)
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
|
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
|
||||||
|
"psr/http-message": "^1.0.1",
|
||||||
"typo3/cms-core": "^11.5.2",
|
"typo3/cms-core": "^11.5.2",
|
||||||
"typo3/cms-extbase": "^11.5.2",
|
"typo3/cms-extbase": "^11.5.2",
|
||||||
"typo3/cms-fluid": "^11.5.2",
|
"typo3/cms-fluid": "^11.5.2",
|
||||||
|
|
Loading…
Reference in a new issue