-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
69 lines (69 loc) · 2.64 KB
/
composer.json
File metadata and controls
69 lines (69 loc) · 2.64 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "asuwebplatforms/webspark",
"description": "ASU Webspark Drupal Profile",
"type": "drupal-profile",
"license": "MIT",
"require": {
"asuwebplatforms/asu_governance": "1.1.0",
"cweagans/composer-patches": "1.7.3",
"drupal/acquia_purge": "1.5.0",
"drupal/admin_toolbar": "3.6.1",
"drupal/allowed_formats": "3.0.1",
"drupal/anchor_link": "3.0.3",
"drupal/block_field": "1.0.0-rc4",
"drupal/captcha": "2.0.10",
"drupal/cas": "2.3.2",
"drupal/ckeditor": "1.0.2",
"drupal/ckeditor_responsive_plugin": "2.1.0-beta1",
"drupal/components": "3.2.0",
"drupal/config_readonly": "1.0.0-beta5",
"drupal/config_update": "2.0.0-alpha3",
"drupal/core-composer-scaffold": "10.5.9",
"drupal/core-recommended": "10.5.9",
"drupal/crop": "2.3.0",
"drupal/ctools": "4.1.0",
"drupal/current_page_crumb": "1.5.0",
"drupal/decorative_image_widget": "1.0.1",
"drupal/devel": "5.4.0",
"drupal/devel_kint_extras": "1.1.0",
"drupal/editor_advanced_link": "2.2.4",
"drupal/editoria11y": "2.2.18",
"drupal/environment_indicator": "4.0.14",
"drupal/field_group": "3.6.0",
"drupal/field_menu": "2.2.0",
"drupal/field_states_ui": "3.0.0",
"drupal/fontawesome": "3.0.0",
"drupal/image_widget_crop": "2.4.0",
"drupal/imagemagick": "4.0.2",
"drupal/layout_builder_component_attributes": "2.2.0",
"drupal/layout_builder_restrictions": "2.19.0",
"drupal/layout_builder_usage_reports": "1.0.2",
"drupal/layout_section_classes": "1.5.0",
"drupal/linkit": "7.0.13",
"drupal/maxlength": "2.1.2",
"drupal/media_library_form_element": "2.1.0",
"drupal/metatag": "2.2.0",
"drupal/paragraphs": "1.17.0",
"drupal/pathauto": "1.13.0",
"drupal/radix": "5.0.11",
"drupal/redirect": "1.9.0",
"drupal/robotstxt": "1.5.0",
"drupal/schema_metatag": "3.0.1",
"drupal/seckit": "2.0.3",
"drupal/select2": "1.15.0",
"drupal/simple_sitemap": "4.2.3",
"drupal/smtp": "1.2.0",
"drupal/webform": "6.2.3",
"drush/drush": "12.5.3",
"fontawesome/fontawesome": "*",
"npm-asset/fonticonpicker--fonticonpicker": "3.1.1",
"npm-asset/select2": "4.1.0-RC.0",
"northernco/ckeditor5-anchor-drupal": "*",
"oomphinc/composer-installers-extender": "2.0.1",
"php": ">=8.3.0",
"zaporylie/composer-drupal-optimizations": "1.2.0"
},
"config": {
"sort-packages": true
}
}