Heimdall/vendor/graham-campbell/bounded-cache/composer.json
2022-11-13 21:18:38 +01:00

37 lines
1 KiB
JSON

{
"name": "graham-campbell/bounded-cache",
"description": "A Bounded TTL PSR-16 Cache Implementation",
"keywords": ["psr16", "cache", "bounded cache", "bounded-cache", "Bounded", "Bounded Cache", "Bounded-Cache", "Graham Campbell", "GrahamCampbell"],
"license": "MIT",
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"require": {
"php": "^7.4.15 || ^8.0.2",
"psr/simple-cache": "^1.0 || ^2.0"
},
"require-dev": {
"graham-campbell/analyzer": "^3.1",
"graham-campbell/testbench-core": "^3.4",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.21"
},
"autoload": {
"psr-4": {
"GrahamCampbell\\BoundedCache\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"GrahamCampbell\\Tests\\BoundedCache\\": "tests/"
}
},
"config": {
"preferred-install": "dist"
}
}