From d5cb07ae91e6d0d33774d7c3e08a374e24444842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sat, 15 Jun 2024 14:29:29 +0000 Subject: [PATCH] Branch for stable release --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c10aa2785..4266f4b07 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ "oracle", "postgresql" ], - "version": "dev-develop", "authors": [ { "name": "Romans Malinovskis", @@ -34,13 +33,7 @@ "homepage": "https://github.com/atk4/data", "require": { "php": ">=7.4 <8.4", - "atk4/core": "dev-develop", - "doctrine/dbal": "~3.5.1 || ~3.6.0", - "mvorisek/atk4-hintable": "~1.9.0" - }, - "require-release": { - "php": ">=7.4 <8.4", - "atk4/core": "~5.1.0", + "atk4/core": "~5.2.0", "doctrine/dbal": "~3.5.1 || ~3.6.0", "mvorisek/atk4-hintable": "~1.9.0" },