Issue #3382970: Incompatible with Drupal 10.1
parent
78065df4
No related branches found
No related tags found
composer.json
0 → 100644
{ | ||
"name": "drupal/facebook_mcc", | ||
"type": "drupal-module", | ||
"description": "Facebook Messenger Customer Chat Plugin For Drupal.", | ||
"keywords": ["Drupal", "Facebook Messenger"], | ||
"minimum-stability": "dev", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Yasser Samman", | ||
"homepage": "https://www.drupal.org/u/yasser-samman", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Anas Mawlawi ", | ||
"homepage": "https://www.drupal.org/u/anas_maw", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"homepage": "https://www.drupal.org/project/faceboook_mcc", | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/faceboook_mcc", | ||
"source": "https://git.drupalcode.org/project/faceboook_mcc" | ||
}, | ||
"require": { | ||
"php": ">=7.0 || >=8.0", | ||
"drupal/core": "^8 || ^9 || ^10" | ||
} | ||
} |
Please register or sign in to comment