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

26 lines
552 B
JSON
Raw Normal View History

2024-11-29 14:05:52 +08:00
{
"name": "psr/simple-cache",
"description": "Common interfaces for simple caching",
"keywords": ["psr", "psr-16", "cache", "simple-cache", "caching"],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
2024-12-02 13:57:08 +08:00
"homepage": "http://www.php-fig.org/"
2024-11-29 14:05:52 +08:00
}
],
"require": {
2024-12-02 13:57:08 +08:00
"php": ">=5.3.0"
2024-11-29 14:05:52 +08:00
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"extra": {
"branch-alias": {
2024-12-02 13:57:08 +08:00
"dev-master": "1.0.x-dev"
2024-11-29 14:05:52 +08:00
}
}
}