-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
38 lines (38 loc) · 1.18 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": "archipelago/ami",
"description": "Archipelago Multi Importer for Drupal 9/10. 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": "^10",
"ext-zip": "*",
"ext-json": "*",
"drupal/views_bulk_operations": "^4.2",
"strawberryfield/strawberryfield":"1.4.0.x-dev",
"strawberryfield/webform_strawberryfield":"1.4.0.x-dev",
"strawberryfield/format_strawberryfield":"1.4.0.x-dev",
"phpoffice/phpspreadsheet": "^1.15.0",
"maennchen/zipstream-php": "^1.2 || ^2.1",
"drupal/google_api_client": "^3.2 || ^4.3",
"ramsey/uuid": "^4",
"monolog/monolog": "^2.9"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10"
}
}
}
}