-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
30 lines (30 loc) · 962 Bytes
/
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
{
"name": "strawberryfield/format_strawberryfield",
"description": "Strawberryfield Mash/Smash/extractor/formatters for Drupal 9/10",
"license": "GPL-2.0+",
"type": "drupal-module",
"homepage": "https://github.com/esmero/format_strawberryfield",
"authors": [
{
"name": "Diego Pino Navarro",
"email": "dpino@metro.org",
"homepage": "https://github.com/DiegoPino",
"role": "Owner"
}
],
"require": {
"strawberryfield/strawberryfield":"1.3.0.x-dev",
"league/html-to-markdown":"^5.0.0",
"erusev/parsedown": "^1.7",
"drupal/webform": "^6.1.5",
"drupal/jquery_ui_slider":"^2.0",
"drupal/jquery_ui_effects":"^2.0",
"cebe/php-openapi":"^1",
"league/openapi-psr7-validator": ">=0.22",
"ext-json": "*",
"seboettg/citeproc-php": "dev-master"
},
"conflict": {
"drupal/core":"<10.1"
}
}