Sadly TwigView 4.x is being used, which again does not support Twig2.
composer require twig/twig thus does not work.
Possible fixes:
- cakephp/bake 1.5 should be removed from github and re-released as cakephp/bake 2.0
- cakephp/app could reference bake with 1.4.* instead of ^1.4
p.s.: IMHO this matter really can only be fixed by upping the minimum php requirement to 7.x for cakephp/cakephp and all related packages either during 3.x or within 4.x lifetime.