CLI and other improvements
The main change in this release is the long-awaited conversion to a PhpGt/Cli application. The migrate
command has now been upgraded to work with the Cli tooling which in turn allows the command to be exposed in the gt
set of commands. So now in your WebEngine applications, it's possible to run gt migrate
to handle the migrations.
Another change to note: any usages of DateTime
objects are now typed to allow any DateTimeInterface
.