-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 1011 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
31
32
33
34
{
"name": "drupal/dynamic_entity_reference",
"description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/dynamic_entity_reference",
"authors": [
{
"name": "Lee Rowlands",
"homepage": "https://www.drupal.org/u/larowlan",
"role": "Maintainer"
},
{
"name": "Jibran Ijaz",
"homepage": "https://www.drupal.org/u/jibran",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/dynamic_entity_reference",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "http://cgit.drupalcode.org/dynamic_entity_reference"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"php": ">=8.1",
"drupal/core": "^10 || ^11"
},
"require-dev": {
"mglaman/phpstan-drupal": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0"
}
}