Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/
Upload File :
Current File : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/composer.json

{
  "name": "bavix/laravel-wallet",
  "description": "Easy work with virtual wallet.",
  "keywords": [
    "laravel",
    "credits",
    "bavix",
    "currency",
    "laravel-wallet",
    "laravel-package",
    "virtual",
    "wallet",
    "payments"
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,
  "homepage": "https://bavix.github.io/laravel-wallet/",
  "license": "MIT",
  "authors": [
    {
      "name": "Babichev Maxim",
      "email": "info@babichev.net"
    }
  ],
  "require": {
    "php": "^8.1",
    "ext-json": "*",
    "ext-pdo": "*",
    "brick/math": "~0.10",
    "illuminate/contracts": "^10.0|^11.0",
    "illuminate/database": "^10.0|^11.0",
    "ramsey/uuid": "^4.0"
  },
  "require-dev": {
    "brianium/paratest": "^7.3",
    "ergebnis/phpstan-rules": "^2.1",
    "infection/infection": "~0.27",
    "laravel/cashier": "^15.0",
    "nunomaduro/collision": "^7.8|^8.0",
    "larastan/larastan": "^2.8",
    "orchestra/testbench": "^8.21|^9.0",
    "phpstan/phpstan": "^1.10",
    "phpunit/phpunit": "^10.5",
    "rector/rector": "^1.0",
    "symplify/easy-coding-standard": "^12.0"
  },
  "suggest": {
    "bavix/laravel-wallet-swap": "Addition to the laravel-wallet library for quick setting of exchange rates",
    "bavix/laravel-wallet-uuid": "Addition to the laravel-wallet library uuid support in laravel-wallet",
    "bavix/laravel-wallet-warmup": "Addition to the laravel-wallet library for refresh balance wallets",
    "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1)."
  },
  "autoload": {
    "psr-4": {
      "Bavix\\Wallet\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Bavix\\Wallet\\Test\\": "tests/"
    }
  },
  "scripts": {
    "docs": "@php -S localhost:3000 -t ./docs",
    "unit":"@php vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
    "paraunit":"@php vendor/bin/paratest --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
    "parabench":"@php ./vendor/bin/testbench package:test --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
    "infect": "@php vendor/bin/infection --coverage=build --min-msi=50 -j$(nproc) --only-covering-test-cases",
    "phpstan": ["@phpstan-src", "@phpstan-tests"],
    "phpstan-src": "@php vendor/bin/phpstan analyse -vvv --memory-limit 2G -c phpstan.src.neon",
    "phpstan-tests": "@php vendor/bin/phpstan analyse -vvv --memory-limit 2G -c phpstan.tests.neon",
    "phpstan-baseline": ["@phpstan-baseline-src", "@phpstan-baseline-tests"],
    "phpstan-baseline-src": "@php vendor/bin/phpstan analyse -vvv --memory-limit 2G -c phpstan.src.neon --generate-baseline phpstan.src.baseline.neon",
    "phpstan-baseline-tests": "@php vendor/bin/phpstan analyse -vvv --memory-limit 2G -c phpstan.tests.neon --generate-baseline phpstan.tests.baseline.neon",
    "ecs": "@php vendor/bin/ecs check",
    "ecs-fix": "@php vendor/bin/ecs check --fix",
    "ecs-cc": "@php vendor/bin/ecs --clear-cache",
    "rector": "@php vendor/bin/rector process --dry-run",
    "rector-fix": "@php vendor/bin/rector process"
  },
  "extra": {
    "laravel": {
      "providers": [
        "Bavix\\Wallet\\WalletServiceProvider"
      ]
    }
  },
  "config": {
    "process-timeout":0,
    "sort-packages": true,
    "allow-plugins": {
      "infection/extension-installer": true
    }
  }
}