mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-08 09:01:20 +01:00
c1b7a97ee1
[CodeQuality] Skip Child class of \DateTime on DateTimeToDateTimeInterfaceRector (#703)
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": {
|
|
"RectorPrefix20210817\\Psr\\EventDispatcher\\": "src\/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
} |