20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "michael/wp-super-page-cache",
|
|
"type": "project",
|
|
"require": {
|
|
"deliciousbrains/wp-background-processing": "1.0.2"
|
|
},
|
|
"license": "GPLv3",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Michael\\WpSuperPageCache\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Michael Thomas",
|
|
"email": "michaelhthomas@outlook.com"
|
|
}
|
|
]
|
|
}
|