CakePHP 3.4.0-RC2 now available

CakePHP 3.4.0-RC2 now available! 3.4 provides improvements both large and small to CakePHP

Read more here…

I currently have 3.4.* one of the betas, what is composer command line to pull in RC2? Or can I even do that or will I need a whole new install? This updating all the time can be tricky.

You can update using

php composer.phar require "cakephp/cakephp:3.4.0-RC2"

This will update an existing application in place :smile: