File "composer.json"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/vendor/level-2/dice/composer.json
File size: 698 bytes
MIME-type: application/json
Charset: utf-8
{
"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"
}
}