File "composer.json"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/ad-inserter/includes/google-api-8/vendor/psr/cache/composer.json
File
size: 514 B (514 B bytes)
MIME-type: application/json
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
{
"name": "psr/cache",
"description": "Common interface for caching libraries",
"keywords": ["psr", "psr-6", "cache"],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"require": {
"php": ">=8.0.0"
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}