From 6e1d1a8787b7a283fcc03eda12fb50f4e50b95d3 Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:55:45 +0800 Subject: [PATCH] fix composer package version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cc3f626..68dff62 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ ], "require": { "ext-sodium": "*", - "nexa-merchant/apps": "dev-main", + "nexa-merchant/apps": "1.0.0", "laravel/framework": "~9.0||~10.0||~11.0", "darkaonline/l5-swagger": "^8.5" }, "require-dev": { "phpunit/phpcov": ">=6.0", "phpunit/phpunit": ">=8.0", - "nexa-merchant/apps": "dev-main", + "nexa-merchant/apps": "1.0.0", "laravel/framework": "~9.0||~10.0||~11.0" }, "autoload": {