-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
38 lines (38 loc) · 1.07 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
{
"name": "strawberryfield/strawberryfield",
"description": "A strawberry field for Drupal 9/10",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/strawberryfield",
"authors": [
{
"name": "Diego Pino Navarro",
"email": "[email protected]",
"homepage": "https://github.com/DiegoPino",
"role": "Owner"
}
],
"require": {
"php": ">=8.0",
"ext-json": "*",
"drupal/core": ">=9.5 || ^10",
"ml/json-ld": "~1.1",
"mtdowling/jmespath.php":"~2.6",
"swaggest/json-schema":"~0.12",
"swaggest/json-diff":"~3.8",
"frictionlessdata/datapackage": "dev-main",
"drupal/search_api": "~1.29",
"drupal/search_api_solr": "^4.2",
"professional-wiki/edtf": "~3.0",
"mhor/php-mediainfo": "~5.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "~10"
}
}
}
}