rector/vendor/psr/cache/composer.json
Tomas Votruba 9ac9586ee2 Updated Rector to commit 6f61a092430c3f87f148e0e4be8691efc718076f
6f61a09243 [TypeDeclaration] Skip key has bracket {}[] on ArrayShapeFromConstantArrayReturnRector (#1968)
2022-03-27 11:19:47 +00:00

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": {
"RectorPrefix20220327\\Psr\\Cache\\": "src\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}