-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
41 lines (41 loc) · 1.17 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
37
38
39
40
41
{
"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"
},
{
"type": "vcs",
"url": "https://github.com/az-digital/phpcs-security-audit",
"no-api": true
}
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/config_inspector": "2.1.9",
"drupal/core-dev": "*",
"drupal/devel": "5.1.2 || 5.2.1",
"drupal/migrate_devel": "2.3.0",
"drupal/upgrade_status": "4.3.5",
"kint-php/kint": "5.1.1",
"liuggio/fastest": "1.11.0",
"pheromone/phpcs-security-audit": "dev-main",
"phpcompatibility/php-compatibility": "9.3.5"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
}