Skip to content
Snippets Groups Projects

Added composer.json file

composer.json 0 → 100644
+ 35
0
{
"name": "drupal/magento",
"description": "Provides integration between Magento and Drupal. Easily sync product and other content from Magento to Drupal.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Gaurav Kapoor (gaurav.kapoor)",
"role": "Maintainer"
},
{
"name": "VIGHNESH SADAGOPAL (Vighnesh.)",
"role": "Maintainer"
},
{
"name": "Omkar Deshpande (omkar-pd)",
"role": "Maintainer"
}
],
"autoload": {
"psr-4": {
"Drupal\\Magento\\": "src/"
}
},
"minimum-stability": "dev",
"require": {
}
}
Loading