forked from esmero/strawberryfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 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
34
35
36
37
38
{
"name": "strawberryfield/strawberryfield",
"description": "A strawberry field for Drupal 8",
"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": ">=7.2",
"ext-json": "*",
"drupal/core": "^8.9 || ^9",
"ml/json-ld": "^1.1",
"mtdowling/jmespath.php":"^2.5",
"swaggest/json-schema":"^0.12.29",
"swaggest/json-diff":"^3.7.5",
"frictionlessdata/datapackage": "dev-main",
"drupal/search_api": "~1.19",
"drupal/search_api_solr": "^4.1.10",
"professional-wiki/edtf": "~2.0",
"mhor/php-mediainfo": "^5.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10"
}
}
}
}