From 2e208b742f37d1b2ce73f5197dfa9ef32efe9e5c Mon Sep 17 00:00:00 2001 From: Dmitrii Gridnev Date: Thu, 6 Feb 2025 13:16:25 +0100 Subject: [PATCH] bump version --- composer.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6ea4d50..8037c19 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,9 @@ } ], "require": { - "php": "^8.0", - "phpunit/phpunit": "^9 || ^10 || ^11", - "qase/php-commons": "^2.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^9" + "php": "^8.1", + "phpunit/phpunit": "^10 || ^11", + "qase/php-commons": "^2.0.1" }, "autoload": { "psr-4": { @@ -37,13 +34,13 @@ "Tests\\": "tests/" } }, - "version": "2.0.1", + "version": "2.0.2", "scripts": { "test": "phpunit" }, "config": { "platform": { - "php": "8.0" + "php": "8.1" }, "allow-plugins": { "composer/package-versions-deprecated": true,