run:R W Run
DIR
2026-04-15 19:02:15
R W Run
271 By
2026-04-15 19:02:15
R W Run
1.11 KB
2026-04-15 19:02:15
R W Run
563 By
2026-04-15 19:02:15
R W Run
553 By
2026-04-15 19:02:15
R W Run
error_log
📄composer.json
1{
2 "name": "psr/simple-cache",
3 "description": "Common interfaces for simple caching",
4 "keywords": ["psr", "psr-16", "cache", "simple-cache", "caching"],
5 "license": "MIT",
6 "authors": [
7 {
8 "name": "PHP-FIG",
9 "homepage": "https://www.php-fig.org/"
10 }
11 ],
12 "require": {
13 "php": ">=8.0.0"
14 },
15 "autoload": {
16 "psr-4": {
17 "Psr\\SimpleCache\\": "src/"
18 }
19 },
20 "extra": {
21 "branch-alias": {
22 "dev-master": "3.0.x-dev"
23 }
24 }
25}
26