From de44f4fb02f4be5d57a931534725ae523023c732 Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Fri, 24 May 2024 19:37:06 -0700 Subject: [PATCH] chore(release): release v1.0.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 30c82c4..d248fb5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["Monero", "XMR", "cryptonote", "cryptocurrency", "crypto", "cryptography"], "homepage": "https://github.com/monero-integrations/monerophp", "type": "library", - "version" : "1.0.1", + "version" : "1.0.3", "license": "MIT", "authors": [ { @@ -62,7 +62,7 @@ "lint": "pint --preset psr12 -v", "test:lint": "pint --preset psr12 --test -v", "test:phpstan": "phpstan analyse --ansi --memory-limit=1G", - "test:unit": "phpunit --testsuite unit", + "test:unit": "phpunit --testsuite unit tests/unit/CryptonoteTest.php", "test": [ "@test:lint", "@test:phpstan",