HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /home/dakarash.co.id/public_html/wp-content/plugins/presto-player/vendor/level-2/dice/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"
    }
}