rector/vendor/psr/cache/composer.json
Tomas Votruba 80c29bac02 Updated Rector to commit c4e1ee2b3e
c4e1ee2b3e Added new functions to NullToStrictStringFuncCallArgRector (#2217)
2022-05-03 12:09:48 +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": {
"RectorPrefix20220503\\Psr\\Cache\\": "src\/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}