From 71c2d17fa37fcf946f25d3d7bcac1a4a48f74ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20Mu=CC=88ller?= Date: Sat, 11 Apr 2026 16:20:35 +0200 Subject: [PATCH] Change structure. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index abf2f94..71d95fc 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "mahdimsr/laravel-bitunix-api", + "name": "moltox/laravel-bitunix-api", "description": "composer package for using bitunix api trading", "keywords": [ "msr", @@ -18,7 +18,7 @@ "require": { "php": "^8.4", "spatie/laravel-package-tools": "^1.16", - "illuminate/contracts": "^11.0||^12.0||^10.0" + "illuminate/contracts": "^10.0||^11.0||^12.0||^13.0" }, "require-dev": { "laravel/pint": "^1.14",