{
    "name": "yiisoft/event-dispatcher",
    "type": "library",
    "description": "Yii Event Dispatcher",
    "keywords": [
        "event",
        "event dispatcher",
        "psr-14"
    ],
    "homepage": "https://www.yiiframework.com/",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "https://github.com/yiisoft/event-dispatcher/issues?state=open",
        "forum": "https://www.yiiframework.com/forum/",
        "wiki": "https://www.yiiframework.com/wiki/",
        "irc": "irc://irc.freenode.net/yii",
        "chat": "https://t.me/yii3en",
        "source": "https://github.com/yiisoft/event-dispatcher"
    },
    "require": {
        "php": "^8.0",
        "psr/event-dispatcher": "1.0.0"
    },
    "require-dev": {
        "maglnet/composer-require-checker": "^4.2",
        "phpunit/phpunit": "^9.5",
        "rector/rector": "^0.14.3",
        "roave/infection-static-analysis-plugin": "^1.16",
        "spatie/phpunit-watcher": "^1.23",
        "vimeo/psalm": "^4.18"
    },
    "provide": {
        "psr/event-dispatcher-implementation": "1.0.0"
    },
    "autoload": {
        "psr-4": {
            "Yiisoft\\EventDispatcher\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yiisoft\\EventDispatcher\\Tests\\": "tests/common",
            "Yiisoft\\EventDispatcher\\Tests\\Php8\\": "tests/php8"
        }
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "infection/extension-installer": true,
            "composer/package-versions-deprecated": true
        }
    },
    "scripts": {
        "test": "phpunit --testdox --no-interaction",
        "test-watch": "phpunit-watcher watch"
    }
}
