forked from ruchikumari94/iitbacademic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (27 loc) · 696 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (27 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Ruchikumari94/iitbacademic",
"description": "IITB Academic Profile",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"composer/installers": "^1.0.24",
"drupal/admin_toolbar": "~1.24",
"drupal/name": "~1.0",
"drupal/token": "~1.3",
"drupal/smtp" : "~1.0",
"drupal/computed_field" : "~2.0",
"drupal/search_api_solr" : "~2.0"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"extra": {
"installer-paths": {
}
}
}