HighSpeaker/vendor/psr/simple-cache/composer.json

26 lines
553 B
JSON
Raw Permalink Normal View History

2022-12-24 19:40:40 +05:30
{
"name": "psr/simple-cache",
"description": "Common interfaces for simple caching",
"keywords": ["psr", "psr-16", "cache", "simple-cache", "caching"],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"require": {
"php": ">=8.0.0"
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"extra": {
"branch-alias": {
2024-02-04 21:30:23 +05:30
"dev-master": "2.0.x-dev"
2022-12-24 19:40:40 +05:30
}
}
}