File: /www/wwwroot//my.esfyn.top/vendor/cache/tag-interop/composer.json
{
"name": "cache/tag-interop",
"description": "Framework interoperable interfaces for tags",
"license": "MIT",
"type": "library",
"keywords": [
"cache",
"psr6",
"tag",
"psr"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm"
},
{
"name": "Nicolas Grekas ",
"email": "p@tchwork.com",
"homepage": "https://github.com/nicolas-grekas"
}
],
"homepage": "https://www.php-cache.com/en/latest/",
"require": {
"php": "^5.5 || ^7.0 || ^8.0",
"psr/cache": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"Cache\\TagInterop\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}