cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to open file composer.json. Please verify the archive. in magenot market place.

Failed to open file composer.json. Please verify the archive. in magenot market place.

can anybody confirm me? actually path of composer.json file. I have composer.json file path >> app>code>vendor>module>composer.json I had uploaded zip file path >> vendor.zip>vendor>module>composer.json and other module file.

I have error Failed to open file composer.json. Please verify the archive.

this is my composer.json code>>

please check

 

{
"name": "renton/connector",
"description": "Renton Connector (Ebay tec.)",
"require": {
"php": "~7.3.0||~7.4.0"
},
"type": "magento2-module",
"version": "1.0.10",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Renton Technologies",
"email": "sales.rentonsrl@gmail.com",
"homepage": "https://renton-eu.com/",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Renton\\Connector\\": ""
}
}

 

Please help.

How to solve this error