Change structure.

This commit is contained in:
Maik Müller 2026-04-11 16:20:35 +02:00
parent a4a5280bab
commit 71c2d17fa3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "mahdimsr/laravel-bitunix-api", "name": "moltox/laravel-bitunix-api",
"description": "composer package for using bitunix api trading", "description": "composer package for using bitunix api trading",
"keywords": [ "keywords": [
"msr", "msr",
@ -18,7 +18,7 @@
"require": { "require": {
"php": "^8.4", "php": "^8.4",
"spatie/laravel-package-tools": "^1.16", "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": { "require-dev": {
"laravel/pint": "^1.14", "laravel/pint": "^1.14",