2024-07-10 12:43:19 +00:00
{
"name" : "phpdocumentor/reflection-docblock" ,
"description" : "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." ,
"type" : "library" ,
"license" : "MIT" ,
"authors" : [
{
"name" : "Mike van Riel" ,
"email" : "me@mikevanriel.com"
} ,
{
"name" : "Jaap van Otterdijk" ,
2024-09-29 11:14:27 +00:00
"email" : "opensource@ijaap.nl"
2024-07-10 12:43:19 +00:00
}
] ,
"require" : {
2024-09-29 11:14:27 +00:00
"php" : "^7.4 || ^8.0" ,
"phpdocumentor/type-resolver" : "^1.7" ,
2024-07-10 12:43:19 +00:00
"webmozart/assert" : "^1.9.1" ,
"phpdocumentor/reflection-common" : "^2.2" ,
2024-09-29 11:14:27 +00:00
"ext-filter" : "*" ,
"phpstan/phpdoc-parser" : "^1.7" ,
"doctrine/deprecations" : "^1.1"
2024-07-10 12:43:19 +00:00
} ,
"require-dev" : {
2024-09-29 11:14:27 +00:00
"mockery/mockery" : "~1.3.5" ,
"phpunit/phpunit" : "^9.5" ,
"phpstan/phpstan" : "^1.8" ,
"phpstan/phpstan-mockery" : "^1.1" ,
"phpstan/extension-installer" : "^1.1" ,
"phpstan/phpstan-webmozart-assert" : "^1.2" ,
"vimeo/psalm" : "^5.13"
2024-07-10 12:43:19 +00:00
} ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : "src"
}
} ,
"autoload-dev" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : [ "tests/unit" , "tests/integration" ]
}
} ,
2024-09-29 11:14:27 +00:00
"config" : {
"platform" : {
"php" : "7.4.0"
} ,
"allow-plugins" : {
"phpstan/extension-installer" : true
}
} ,
2024-07-10 12:43:19 +00:00
"extra" : {
"branch-alias" : {
"dev-master" : "5.x-dev"
}
}
}