Skip to content
Snippets Groups Projects
Commit d5820443 authored by VIGHNESH SADAGOPAL's avatar VIGHNESH SADAGOPAL Committed by Omkar Deshpande
Browse files

Issue #3285286 by Vighnesh-VS, elber, gaurav.kapoor: Add composer.json file

parent 08305a98
Branches
Tags
1 merge request!4Added composer.json file
{
"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)",
"homepage": "https://www.drupal.org/u/gauravkapoor",
"role": "Maintainer"
},
{
"name": "VIGHNESH SADAGOPAL (Vighnesh.)",
"homepage": "https://www.drupal.org/u/vighnesh-0",
"role": "Maintainer"
},
{
"name": "Omkar Deshpande (omkar-pd)",
"homepage": "https://www.drupal.org/u/omkar-pd",
"role": "Maintainer"
}
],
"autoload": {
"psr-4": {
"Drupal\\Magento\\": "src/"
}
},
"minimum-stability": "dev",
"require": {
"drupal/commerce": "^2.30",
"drupal/commerce_addon": "1.x-dev@dev",
"drupal/commerce_stock": "^1.0",
"drush/drush": "10.x"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment