Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/plugin/dynaweb-audit/
Upload File :
Current File : /var/www/html/dynaweb-starter/plugin/dynaweb-audit/composer.json

{
    "name": "dynaweb/dynaweb-audit",
    "description": "Simple package to display audit",
    "keywords": [
        "allif ahmad",
        "laravel",
        "dynawebaudit"
    ],
    "homepage": "https://github.com/allif-ahmad/dynawebaudit",
    "support": {
        "issues": "https://github.com/allif-ahmad/dynawebaudit/issues",
        "source": "https://github.com/allif-ahmad/dynawebaudit"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "allif ahmad",
            "email": "allif.ahmad92@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.1",
        "filament/filament": "^3.0",
        "spatie/laravel-package-tools": "^1.15.0",
        "illuminate/contracts": "^10.0"
    },
    "require-dev": {
        "nunomaduro/collision": "^7.9",
        "orchestra/testbench": "^8.0",
        "pestphp/pest": "^2.0",
        "pestphp/pest-plugin-arch": "^2.0",
        "pestphp/pest-plugin-laravel": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "Dynaweb\\DynawebAudit\\": "src/",
            "Dynaweb\\DynawebAudit\\Database\\Factories\\": "database/factories/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Dynaweb\\DynawebAudit\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest --coverage"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "phpstan/extension-installer": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Dynaweb\\DynawebAudit\\DynawebAuditServiceProvider"
            ],
            "aliases": {
                "DynawebAudit": "Dynaweb\\DynawebAudit\\Facades\\DynawebAudit"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}