diff --git a/composer.json.txt b/composer.json.txt new file mode 100644 index 0000000..5135ea8 --- /dev/null +++ b/composer.json.txt @@ -0,0 +1,25 @@ +{ + "name": "drupal/paypal_subscriptions", + "description": "This module allows the user to create a recurring payment gateway through the express checkout method in PayPal.", + "type": "drupal-module", + "homepage": "https://www.drupal.org/project/paypal_subscriptions", + "authors": [ + { + "name": "George Bonnici-Carter (GeorgeBC)", + "homepage": "https://www.drupal.org/u/georgebc", + "role": "Maintainer" + }, + { + "name": "Iicho Vuchkov (vuil)", + "homepage": "https://www.drupal.org/u/vuil", + "role": "Maintainer" + } + ], + "support": { + "issues": "https://www.drupal.org/project/paypal_subscriptions" + }, + "license": "GPL-2.0+", + "require": { + "drupal/core": "^8.0 || ^9.0" + } +} \ No newline at end of file