mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 02:56:12 +02:00

Add changelog

This commit is contained in:
Łukasz Uznański 2024-07-08 01:14:54 +02:00
parent 0f2ad78c6b
commit 4fbd5a5551
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Add support for PostgreSQL 16 (#1271)
### Changed
- Move php sniff configuration to Build dir (#1357)
- Move tests configuration to Build dir (#1352)
- Stop storing development tool PHARs in the repository (#1277)
- !!! Require a storage PID for the tea list (#1223)

View file

@ -41,7 +41,7 @@
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-message": "^1.0.1",
"typo3/cms-core": "^11.5",
"typo3/cms-core": "^11.5.4 || ^12.4.2",
"typo3/cms-extbase": "^11.5.4 || ^12.4.2",
"typo3/cms-fluid": "^11.5.4 || ^12.4.2",
"typo3/cms-frontend": "^11.5.4 || ^12.4.2"