BlueMvc 2.2 released

BlueMvc 2.2 is officially released. This release requires PHP 7.3 and contains a lot of improvements and new functionality.

For details about this release, check the changelogs here:

The bluemvc/bluemvc meta package is deprecated. If installed, remove it with composer remove bluemvc/bluemvc before continuing with the steps below.

Install or upgrade the needed packages separately with composer:

$ composer require "bluemvc/bluemvc-core:^2.2" $ composer require "bluemvc/bluemvc-fakes:^2.2" $ composer require "bluemvc/bluemvc-twig:^2.2" $ composer require "bluemvc/bluemvc-forms:^2.2" $ composer require "bluemvc/bluemvc-api:^2.2"

Or try the get started tutorial.

✎ Published 2 years ago in category news