-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0.0-a1, 3.3.14
-
None
As you can see on https://github.com/phpbb/phpbb/blob/master/phpBB/composer.json#L29
the "require" section currently specifies php 8.1+ and ext-json.
This is useless, since the JSON extension is part of the php core since version 8.0
The ext-json line should be removed.