mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:36:14 +02:00

[BUGFIX] Avoid warnings in PHP 8.2/8.3 with lowest dependencies (#1208)

Lower versions of `webmozart/assert` do not play nice with PHP 8.2/8.3
in our tests.

So require the higher version.
This commit is contained in:
Oliver Klee 2024-04-02 07:19:18 +02:00 committed by GitHub
parent 9c555f2d41
commit b68a1886fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,8 @@
"tomasvotruba/type-coverage": "^0.2.5", "tomasvotruba/type-coverage": "^0.2.5",
"typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.0", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.0",
"typo3/coding-standards": "^0.6.1", "typo3/coding-standards": "^0.6.1",
"typo3/testing-framework": "^7.0.4" "typo3/testing-framework": "^7.0.4",
"webmozart/assert": "^1.11.0"
}, },
"replace": { "replace": {
"typo3-ter/tea": "self.version" "typo3-ter/tea": "self.version"