Skip to content

Commit 53a6bcf

Browse files
committed
Issue #2829017: Add a composer.json file
1 parent 0adbe15 commit 53a6bcf

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

composer.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "drupal/sms",
3+
"description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.",
4+
"type": "drupal-module",
5+
"license": "GPL-2.0+",
6+
"homepage": "http://drupal.org/project/smsframework",
7+
"support": {
8+
"issues": "https://www.drupal.org/project/issues/smsframework",
9+
"source": "http://cgit.drupalcode.org/smsframework"
10+
},
11+
"authors": [
12+
{
13+
"name": "Aniebiet Udoh",
14+
"homepage": "https://www.drupal.org/u/almaudoh",
15+
"role": "Maintainer"
16+
},
17+
{
18+
"name": "Daniel Phin",
19+
"homepage": "http://danielph.in",
20+
"role": "Maintainer"
21+
}
22+
],
23+
"require": {
24+
"drupal/core": "~8.0",
25+
"drupal/dynamic_entity_reference": "~8.0",
26+
"drupal/telephone": "~8.0"
27+
},
28+
"provide": {
29+
"drupal/smsframework": "~8.0"
30+
}
31+
}

0 commit comments

Comments
 (0)