-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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": "drupal/omdb_api",
"type": "drupal-module",
"description": "Module for Integrating Drupal and OMDB API",
"keywords": [
"Drupal"
],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/omdb_api",
"authors": [
{
"name": "Bhanu",
"homepage": "https://www.drupal.org/u/bhanu951",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/omdb_api",
"source": "http://cgit.drupalcode.org/omdb_api"
},
"require": {
"php": "^7.4 || ^8.0",
"drupal/core": "^9.4 || ^10.0",
"drush/drush": "^10.4 || ^11",
"drupal/paragraphs": "^1.14",
"drupal/entity_reference_revisions": "^1.9",
"drupal/pathauto": "^1.10",
"drupal/token": "^1.10",
"drupal/ctools": "^3.7",
"drupal/restui": "^1.20",
"drupal/admin_toolbar": "^3.1",
"drupal/module_filter": "^3.2",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_tools": "^6.0",
"drupal/devel": "^4.0"
}
}