From 5f5374e1e0164ca97e34dfdc37cee95f820e8762 Mon Sep 17 00:00:00 2001 From: Romans Malinovskis Date: Tue, 6 Oct 2020 10:31:54 +0100 Subject: [PATCH] update versions --- composer.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index ce8884f..ef044a9 100644 --- a/composer.json +++ b/composer.json @@ -36,28 +36,17 @@ "homepage": "https://xsystems.io/" } ], - "version": "dev-develop", "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true }, - "require": { - "php": ">=7.3.0", - "atk4/data": "dev-develop" - }, "require-release": { "php": ">=7.3.0", - "atk4/data": "^2.2.0" + "atk4/data": "^2.3.0" }, "require-dev": { - "atk4/ui": "dev-develop", - "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpcov": "*", - "phpunit/phpunit": ">=9.0" - }, - "require-dev-release": { - "atk4/ui": "^2.2.0", + "atk4/ui": "^2.3.0", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpcov": "*", "phpunit/phpunit": ">=9.0" @@ -66,7 +55,7 @@ "atk4/ui": "dev-develop" }, "suggest-release": { - "atk4/ui": "^2.2.0" + "atk4/ui": "^2.3.0" }, "autoload": { "psr-4": {