Skip to content
Marc Würth edited this page Sep 16, 2024 · 3 revisions

Version Map

Sniffer version CakePHP min PHP min
1.x 2.x PHP 5.4
2.x 3.x PHP 5.5
3.x 3.x PHP 5.6
4.x 4.x PHP 7.2
5.x 5.x PHP 8.1

Often you can use higher versions of the sniffer even if you are not yet at the recommended CakePHP minimum version. Especially if you already use a high enough PHP version.

TODOs

  • FQCN: use \Traversable; to use Traversable; etc
  • Whitespace: foreach ( $foo as $bar ) to foreach ($foo as $bar)
Clone this wiki locally