forked from esmero/ami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.24 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
{
"name": "archipelago/ami",
"description": "Archipelago Multi Importer for Drupal 8/9. A module of mass ingest/edits made for the masses",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/ami",
"authors": [
{
"name": "Diego Pino Navarro",
"email": "[email protected]",
"homepage": "https://github.com/DiegoPino",
"role": "Owner"
}
],
"require": {
"drupal/core": "^8.9 || ^9",
"ext-zip": "*",
"ext-json": "*",
"drupal/views_bulk_operations": "^3.9 || ^4.1",
"strawberryfield/strawberryfield":"1.0.0.x-dev",
"strawberryfield/webform_strawberryfield":"1.0.0.x-dev",
"strawberryfield/format_strawberryfield":"1.0.0.x-dev",
"swaggest/json-schema": "^0.12.29",
"swaggest/json-diff": "^3.7.5",
"phpoffice/phpspreadsheet": "^1.15.0",
"maennchen/zipstream-php": "^1.2 || ^2.1",
"drupal/google_api_client": "^3.0 || ^4.0",
"ramsey/uuid": "^4.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10"
}
}
}
}