Skip to content

Commit 26e59ea

Browse files
chore: update composer.json to add PSR HTTP message and TYPO3 extensions
1 parent 7451d32 commit 26e59ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
],
1515
"require": {
1616
"php": "^8.1",
17+
"psr/http-message": "^1.0 || ^2.0",
1718
"simshaun/recurr": "^5.0",
1819
"typo3/cms-backend": "^12.0 || ^13.0",
1920
"typo3/cms-beuser": "^12.0 || ^13.0",
2021
"typo3/cms-core": "^12.0 || ^13.0",
21-
"typo3/cms-dashboard": "^12.0 || ^13.0"
22+
"typo3/cms-dashboard": "^12.0 || ^13.0",
23+
"typo3/cms-extbase": "^12.0 || ^13.0",
24+
"typo3/cms-fluid": "^12.0 || ^13.0"
2225
},
2326
"require-dev": {
2427
"armin/editorconfig-cli": "^2.0",

0 commit comments

Comments
 (0)