-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 936 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
{
"name": "drupal/helfi_api_base",
"type": "drupal-module",
"description": "Helfi - API Base",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/entity": "^1.0",
"drupal/health_check": "^3.0",
"drupal/monolog": "^3.0",
"drupal/raven": "^5.0 || ^6.0",
"firebase/php-jwt": "^6.5",
"php": "^8.1",
"t4web/composer-lock-parser": "^1.0",
"textalk/websocket": "^1.6",
"webmozart/assert": "^1.0",
"ext-curl": "*"
},
"conflict": {
"drupal/helfi_debug": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"dg/bypass-finals": "^1.0",
"drupal/coder": "^8.3",
"drupal/search_api": "^1.0",
"drupal/elasticsearch_connector": "^8.0@alpha",
"donatj/mock-webserver": "dev-master"
}
}