mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-08 09:01:20 +01:00
d60e53c3ca
81b7411267
Fix access to optional array key when using function1f7170df9e
Merge pull request #1648 from ste93cry/fix-phpstan-access-to-undefined-array-key
30 lines
616 B
JSON
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": {
|
|
"RectorPrefix20220108\\Psr\\EventDispatcher\\": "src\/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
} |