-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
executable file
·36 lines (36 loc) · 1005 Bytes
/
composer.json
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
29
30
31
32
33
34
35
36
{
"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",
"drupal/search_api_autocomplete": "~1.0",
"drupal/facets": "~1.0",
"drupal/coffee": "~1.0",
"drupal/devel": "~1.0",
"drupal/migrate_tools": "4.0-beta1",
"drupal/migrate_plus": "~2.0",
"drupal/migrate_source_csv": "~2.2",
"drupal/slick": "~1.0",
"drupal/ds": "~3.1"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"extra": {
"installer-paths": {
}
}
}