OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
psr
/
cache
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:03 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:36:04 AM
rwxr-xr-x
📄
CHANGELOG.md
762 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📄
LICENSE.txt
1.07 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
README.md
558 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📄
composer.json
539 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:29 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "psr/cache", "description": "Common interface for caching libraries", "keywords": ["psr", "psr-6", "cache"], "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "require": { "php": ">=8.0.0" }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }