mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-08 09:01:20 +01:00
5154b53518
[TypeDeclaration] Avoid error Rector\Core\Rector\AbstractRector::isObjectType() must implement interface PhpParser\Node, null given on AddParamTypeDeclarationRector (#1239)
35 lines
865 B
JSON
35 lines
865 B
JSON
{
|
|
"name": "myclabs\/php-enum",
|
|
"type": "library",
|
|
"description": "PHP Enum implementation",
|
|
"keywords": [
|
|
"enum"
|
|
],
|
|
"homepage": "http:\/\/github.com\/myclabs\/php-enum",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PHP Enum contributors",
|
|
"homepage": "https:\/\/github.com\/myclabs\/php-enum\/graphs\/contributors"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20211115\\MyCLabs\\Enum\\": "src\/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20211115\\MyCLabs\\Tests\\Enum\\": "tests\/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ^8.0",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9.5",
|
|
"squizlabs\/php_codesniffer": "1.*",
|
|
"vimeo\/psalm": "^4.6.2"
|
|
}
|
|
} |