This commit is contained in:
erwanlr
2021-12-26 13:42:43 +01:00
parent ccd7324590
commit 93f2e18811
11 changed files with 733 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "khizar/selleradise-widgets",
"description": "",
"keywords": [],
"homepage": "https://redoxbird.com/selleradise-widgetd",
"license": "",
"version": "1.2.1",
"authors": [
{
"name": "Khizar Hasan",
"email": "khizarhasan927@gmail.com",
"homepage": "https://khizar.info",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Selleradise_Widgets\\": "./inc"
},
"files": [
"./inc/Helpers.php",
"./inc/class-tgm-plugin-activation.php"
]
}
}