From 511c6a65379f57b107b8a09d0e9089039bcfb860 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sat, 11 Dec 2021 06:40:53 +0000 Subject: [PATCH] bump new major version 6.0 --- CHANGELOG-6.x.md | 2 ++ cli-config.php | 1 + src/Presentation/Console/ApplicationInterface.php | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 4ac1a35d..a390efd7 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -7,6 +7,8 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles. ## [Unreleased] +## [6.0.0] - 2021-12-11 + ### Added - Phar manifest (`--manifest` option) is available with Phar version only diff --git a/cli-config.php b/cli-config.php index ceb6a088..06bc1c5c 100644 --- a/cli-config.php +++ b/cli-config.php @@ -4,6 +4,7 @@ use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\Tools\Console\ConsoleRunner; + use Symfony\Component\DependencyInjection\ContainerBuilder; require_once __DIR__ . '/config/bootstrap.php'; diff --git a/src/Presentation/Console/ApplicationInterface.php b/src/Presentation/Console/ApplicationInterface.php index b730d616..d2cc3526 100644 --- a/src/Presentation/Console/ApplicationInterface.php +++ b/src/Presentation/Console/ApplicationInterface.php @@ -13,7 +13,7 @@ interface ApplicationInterface extends ContainerAwareInterface { public const NAME = 'phpCompatInfo'; - public const VERSION = '6.0.x-dev'; + public const VERSION = '6.0.0'; /** * @param CommandLoaderInterface $commandLoader