-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 886 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 886 Bytes
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
{
"name": "az-digital/az-quickstart-dev",
"type": "metapackage",
"description": "Composer require-dev dependencies for AZ Quickstart projects.",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Arizona Digital",
"homepage": "https://digital.arizona.edu/",
"role": "Team"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/config_inspector": "2.1.9",
"drupal/core-dev": "*",
"drupal/devel": "^5.2.1 || ^5.3.1 || ^5.4.0",
"drupal/migrate_devel": "3.0.0",
"drupal/upgrade_status": "4.3.8",
"kint-php/kint": "5.1.1",
"liuggio/fastest": "1.12.0"
},
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
}
}