From 67868389ba1b283d26a05f43a022c072db4ca0b9 Mon Sep 17 00:00:00 2001 From: Hugo Monteiro Date: Tue, 24 Feb 2026 14:54:37 +0000 Subject: [PATCH] Update to version 8.0.0 with symfony 8 support --- Resources/package.json | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/package.json b/Resources/package.json index 29ec3a0..bcca2d5 100644 --- a/Resources/package.json +++ b/Resources/package.json @@ -1,6 +1,6 @@ { "name": "bazinga-translator", - "version": "7.0.0", + "version": "8.0.0", "description": "A pretty nice way to use your translation messages generated by the BazingaJsTranslationBundle in your JavaScript.", "keywords": [ "translation", diff --git a/composer.json b/composer.json index da6e889..899c339 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "extra": { "branch-alias": { - "dev-master": "6.x-dev" + "dev-master": "8.x-dev" } } }