mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
28dc9cebb2
Prepare NamedToUnnamedArgs for PhpParameterReflection change in PHPStan 1.7 (#2305)
29 lines
570 B
JSON
29 lines
570 B
JSON
{
|
|
"name": "psr\/cache",
|
|
"description": "Common interface for caching libraries",
|
|
"keywords": [
|
|
"psr",
|
|
"psr-6",
|
|
"cache"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https:\/\/www.php-fig.org\/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20220513\\Psr\\Cache\\": "src\/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
} |