From 6c18910b22d356265c377746c87bf445d8452967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Dugu=C3=A9?= Date: Mon, 8 Apr 2024 19:31:56 +0200 Subject: [PATCH] feat(chore): back to stable now is release --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c52a290..56d8854 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jorisdugue/h5p-bundle", - "version": "2.1.0", + "version": "2.2.0", "type": "symfony-bundle", "description": "H5P Bundle for Symfony 5, 6 and Symfony 7", "keywords": [ @@ -31,7 +31,7 @@ "php": ">= 7.2.5", "doctrine/orm": "^2.14.1", "guzzlehttp/guzzle": "^7.8", - "h5p/h5p-core": "dev-master#6217d57", + "h5p/h5p-core": "1.26", "h5p/h5p-editor": "^1.25", "symfony/framework-bundle": "~5.0|~6.0|~7.0", "symfony/serializer": "~5.0|~6.0|~7.0",