From 83747dd155b611e4effed83708748546e5951452 Mon Sep 17 00:00:00 2001 From: s-damian Date: Sun, 3 Mar 2024 12:39:05 +0300 Subject: [PATCH] Update scripts in composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bbd5a04..aa91d52 100644 --- a/composer.json +++ b/composer.json @@ -45,9 +45,9 @@ } }, "scripts": { - "test": "php8.0 ./vendor/phpunit/phpunit/phpunit", - "test-f": "php8.0 ./vendor/phpunit/phpunit/phpunit --filter", - "phpstan": "php8.2 ./vendor/bin/phpstan analyse -c phpstan.neon", + "test": "php8.3 ./vendor/phpunit/phpunit/phpunit", + "test-f": "php8.3 ./vendor/phpunit/phpunit/phpunit --filter", + "phpstan": "php8.3 ./vendor/bin/phpstan analyse -c phpstan.neon", "pint": "php8.2 ./vendor/bin/pint", "pint-t": "php8.2 ./vendor/bin/pint --test" },