Tomas Votruba 93cc8dacbc Updated Rector to commit 906bb39c8df09c9a7c554dd97a2fde070b076861
906bb39c8d [EarlyReturn] Handle Repetitive create If_ statement on use ChangeOrIfReturnToEarlyReturnRector+RemoveAlwaysElseRector (#651)
2021-08-12 09:54:28 +00:00

30 lines
616 B
JSON

{
"name": "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": {
"RectorPrefix20210812\\Psr\\EventDispatcher\\": "src\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}