forked from esmero/strawberry_runners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.08 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
{
"name": "strawberryfield/strawberry_runners",
"description": "Strawberryfield post processing module for Drupal 8/9 using PHP React",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/strawberry_runners",
"authors": [
{
"name": "Giancarlo Birello",
"email": "[email protected]",
"homepage": "https://github.com/giancarlobi",
"role": "Owner"
},
{
"name": "Diego Pino Navarro",
"email": "[email protected]",
"homepage": "https://github.com/DiegoPino",
"role": "Owner"
}
],
"require": {
"drupal/core": "^8.9 || ^9",
"ml/json-ld": "^1.0",
"drupal/search_api_solr": "~4.1",
"mtdowling/jmespath.php": "^2.4",
"strawberryfield/strawberryfield": "1.0.0.x-dev",
"react/event-loop": "^1.1",
"react/child-process": "^0.6",
"react/stream": "^1.1",
"web64/php-nlp-client" : ">=0.4",
"mixnode/mixnode-warcreader-php":">=0.0"
}
}