{
    "name": "mcloud-psr/event-dispatcher",
    "description": "Standard interfaces for event handling.",
    "type": "library",
    "keywords": [
        "psr",
        "psr-14",
        "events"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "PHP-FIG",
            "homepage": "http://www.php-fig.org/"
        }
    ],
    "require": {
        "php": ">=7.2.0"
    },
    "autoload": {
        "psr-4": {
            "MediaCloud\\Vendor\\Psr\\EventDispatcher\\": "src/"
        }
    },
    "extra": {
        "branch-alias": []
    },
    "version": "1.0.0"
}