laravel-interaction/interactions

View on GitHub
packages/support/composer.json

Summary

Maintainability
Test Coverage
{
    "name": "laravel-interaction/support",
    "description": "The Laravel Interaction Support package",
    "keywords": ["laravel", "interaction", "support"],
    "license": "MIT",
    "homepage": "https://github.com/laravel-interaction/support",
    "support": {
        "issues": "https://github.com/laravel-interaction/support/issues",
        "source": "https://github.com/laravel-interaction/support"
    },
    "authors": [
        {
            "name": "zingimmick",
            "email": "zingimmick@outlook.com"
        }
    ],
    "config": {
        "sort-packages": true,
        "preferred-install": "dist"
    },
    "require": {
        "php": "^8.0",
        "illuminate/support": "^8.0 || ^9.0 || ^10.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.3.3 || ^10.0"
    },
    "autoload": {
        "psr-4": {
            "LaravelInteraction\\Support\\": "src"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "LaravelInteraction\\Support\\Tests\\": "tests"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}