-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
46 lines (46 loc) · 1.11 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "palantirnet/federated-search-demo",
"description": "A multi-headed environment for demo, testing, and development of Palantir's Federated Solr application.",
"type": "project",
"license": "proprietary",
"authors": [
{
"name": "Palantir.net",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"platform": {
"php": "7.3.18"
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.0",
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.3",
"palantirnet/the-vagrant": "^2.7"
},
"require-dev": {
"behat/behat": "^3.1",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"behat/mink-goutte-driver": "^1.2",
"drupal/console": "^1.8",
"drupal/drupal-extension": "^3.1",
"drush/drush": "^10.1",
"palantirnet/phing-drush-task": "dev-master",
"phing/phing": "^2.16"
}
}