OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
psr
/
simple-cache
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:03 AM
rwxr-xr-x
📄
.editorconfig
283 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:06 AM
rwxr-xr-x
📄
.gitattributes
371 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
.gitignore
36 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
LICENSE.md
1.13 KB
08/12/2024 10:33:03 AM
rw-r--r--
📄
README.md
571 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
composer.json
577 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:31 AM
rwxr-xr-x
Editing: composer.json
Close
{ "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": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }