{
"name": "mmamedov/page-cache",
"type": "library",
"description": "PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.",
"keywords": ["cache", "page cache", "caching", "full page cache", "file based cache", "php cache", "php page cache"],
"homepage": "https://github.com/mmamedov/page-cache",
"license": "MIT",
"authors": [
{
"name": "Muhammed Mamedov",
"email": "mm@turkmenweb.net",
"homepage": "http://www.turkmenweb.com/en/",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"psr/simple-cache": "^1.0",
"psr/log": "^1.0"
},
"require-dev": {
"mobiledetect/mobiledetectlib": "^2.8",
"monolog/monolog": "^1.23",
"mikey179/vfsStream": "^1.6",
"guzzlehttp/guzzle": "^6.3",
"cache/integration-tests": "dev-master",
"symfony/cache": "^3.4 || ^4.0",
"symfony/process": "^3.4 || ^4.0",
"phpunit/phpunit": "^5"
},
"suggest": {
"monolog/monolog": "Allows using monolog for logging",
"mobiledetect/mobiledetectlib": "Allows separate cache versions for mobile pages"
},
"autoload": {
"psr-4": {
"PageCache\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PageCache\\Tests\\": "tests/"
}
}
}
|