Task #92981
closed
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Why not also for v10? Would be a big step towards compatibility with PHP 8.
Jörn Wagner wrote in #note-3:
Why not also for v10? Would be a big step towards compatibility with PHP 8.
Hey Jörn,
this is a bit of a bummer. We cannot require Doctrine DBAL 2.12 in TYPO3 v10, because TYPO3 v10 has a minimum PHP version of 7.2, however Doctrine DBAL 2.11+ supports PHP 7.3+. I tried contacting the Doctrine DBAL team and asked if we can support them, but didn't get any feedback (yet).
All the best,
Benni.
Benni Mack wrote in #note-4:
Jörn Wagner wrote in #note-3:
Why not also for v10? Would be a big step towards compatibility with PHP 8.
We cannot require Doctrine DBAL 2.12 in TYPO3 v10, because TYPO3 v10 has a minimum PHP version of 7.2, however Doctrine DBAL 2.11+ supports PHP 7.3+.
What about just removing the upper bound so 2.12 can be used? Like "doctrine/dbal": "^2.11"
or something. But as I understand, TYPO3 v10 is officially incompatible with PHP 8 so I guess it's okay to just do this in v11.
- Status changed from Resolved to Closed
Also available in: Atom
PDF