{
    "name": "qoraiche/laravel-mail-editor",
    "description": "Laravel Mailable Editor",
    "license": "MIT",
    "authors": [
        {
            "name": "yassine qoraiche",
            "email": "qoraicheofficiel@hotmail.com",
            "homepage": "https://github.com/qoraiche"
        }
    ],
    "homepage": "https://github.com/Qoraiche/laravel-mail-editor",
    "keywords": [
        "Laravel",
        "mailEclipse",
        "mailable-editor",
        "laravel-mail",
        "laravel-mailable",
        "mailable",
        "markdown"
    ],
    "require": {
        "illuminate/support": "^9.0|^10.0",
        "reecem/mocker": "^1.1",
        "laravel/legacy-factories": "^1.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5.10",
        "mockery/mockery": "^1.4.4",
        "orchestra/testbench": "^7.0",
        "sempro/phpunit-pretty-print": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "Qoraiche\\MailEclipse\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Qoraiche\\MailEclipse\\Tests\\": "tests"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Qoraiche\\MailEclipse\\MailEclipseServiceProvider"
            ],
            "aliases": {
                "MailEclipse": "Qoraiche\\MailEclipse\\Facades\\MailEclipse"
            }
        }
    }
}
