22 lines
669 B
JSON
22 lines
669 B
JSON
{
|
|
"name": "wpallstars/wp-fix-plugin-does-not-exist-notices",
|
|
"description": "Adds missing plugins to the plugins list with a 'Remove Reference' link so you can permanently clean up invalid plugin entries and remove error notices.",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Quinn",
|
|
"email": "6428977+marcusquinn@users.noreply.github.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"afragen/git-updater-lite": "^1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WPAllStars\\FixPluginDoesNotExistNotices\\": "includes/"
|
|
}
|
|
}
|
|
}
|