-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.16 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
{
"name": "drupal/filefield_sources",
"description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/filefield_sources",
"authors": [
{
"name": "Nate Lampton (quicksketch)",
"homepage": "https://www.drupal.org/u/quicksketch",
"role": "Maintainer"
},
{
"name": "Andrey Khromyshev (profak)",
"homepage": "https://www.drupal.org/u/profak",
"role": "Maintainer"
},
{
"name": "David Valdez (gnuget)",
"homepage": "https://www.drupal.org/u/gnuget",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/filefield_sources",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupalcode.org/project/filefield_sources"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/core": "^9.2.0 | ^10"
},
"require-dev": {
"drupal/imce": "^3.0"
}
}