Skip to content
Draft

#2356 #1892

Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9f0bb6d
cilogon_auth removed
protitude Apr 23, 2026
32ab0fc
php 8.2 -> 8.3
protitude Apr 23, 2026
1cc4900
domain_adv remove module
protitude Apr 23, 2026
159f037
nodeaccess remove module
protitude Apr 23, 2026
f82c0b3
remove gdoc_field
protitude Apr 23, 2026
5d0cc4e
accesstheme: removed
protitude Apr 23, 2026
49639d2
disable action
protitude Apr 23, 2026
eb97dcf
disable layout_builder_expose_all_field_blocks
protitude Apr 23, 2026
9977042
bootstrap5 removed
protitude Apr 23, 2026
ea5a990
access: 3.0.x-dev 830e34a => dev-d8-2356 eea508a
protitude Apr 23, 2026
a5e070d
amp_dev: dev-main 3280d1d => dev-d8-2356 257f444
protitude Apr 24, 2026
3648999
asp-theme: dev-main e2bd61b => dev-d8-2356 fe2eb93
protitude Apr 24, 2026
048cd1e
config: d8-2356
protitude Apr 24, 2026
a6babbf
cypress: d8-2356
protitude Apr 24, 2026
398f4ab
drupal_seamless_cilogon: 3.0.x-dev 706050e => dev-d8-2356 113ec08
protitude Apr 24, 2026
cc9af14
config: d8-2356
protitude Apr 24, 2026
3f7d2ac
access: dev-d8-2356 eea508a => dev-d8-2356 6f3a775
protitude Apr 24, 2026
09f8d7c
asp-theme: dev-d8-2356 fe2eb93 => dev-d8-2356 f3dd2a8
protitude Apr 24, 2026
a310cf8
ood: d8-2356 - update drupal req
protitude Apr 24, 2026
8414146
campuschampions: d8-2356
protitude Apr 24, 2026
01094f9
ood_contributions: d8-2356
protitude Apr 24, 2026
2dcb149
viewsoverride: d8-2356
protitude Apr 24, 2026
ee6a196
webform_submission_search_api: dev-main 63e38f9 => dev-d8-2356 d05bb39
protitude Apr 24, 2026
acd4467
nect: d8-2356
protitude Apr 24, 2026
1980286
infrastructure_news: 1.0.x-dev 39a6603 => dev-d8-2356 2af1e8f
protitude Apr 24, 2026
3f8c871
campus-champions-theme: dev-main 6297aa8 => dev-d8-2356 360f0ef
protitude Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cyberteam-drupal
type: drupal10
docroot: web
php_version: "8.2"
php_version: "8.3"
webserver_type: nginx-fpm
xdebug_enabled: false
additional_hostnames:
Expand Down
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
"type": "composer",
"url": "https://asset-packagist.org"
},
"domain_adv": {
"type": "vcs",
"url": "https://github.com/necyberteam/domain_adv.git"
},
"cilogin_auth": {
"type": "vcs",
"url": "https://github.com/necyberteam/cilogin_auth.git"
Expand Down Expand Up @@ -66,7 +62,7 @@
"access/drupal_seamless_cilogon": "3.0.x-dev",
"access/infrastructure_news": "1.0.x-dev",
"access/operations_cider": "dev-main",
"amp/access": "3.0.x-dev",
"amp/access": "d8-2356-dev",
Comment thread
protitude marked this conversation as resolved.
"composer/installers": "^2.3.0",
"cweagans/composer-patches": "^1.6",
"drupal/access_by_ref": "^4.0.0",
Expand All @@ -76,7 +72,6 @@
"drupal/autoban": "^1.10",
"drupal/better_exposed_filters": "^7.0.5",
"drupal/block_exclude_pages": "^2.0",
"drupal/bootstrap5": "^3.0",
"drupal/captcha": "^2.0.0",
Comment thread
protitude marked this conversation as resolved.
"drupal/coffee": "^2.0",
"drupal/collapsiblock": "^4.4",
Expand Down Expand Up @@ -140,7 +135,6 @@
"drupal/metatag": "^2.2",
"drupal/mgv": "^2.2",
"drupal/multiple_registration": "^3.0",
"drupal/nodeaccess": "dev-1.x#9933a1c",
"drupal/openapi": "^2.3",
"drupal/openapi_rest": "^2.0@RC",
"drupal/openapi_ui": "^1.0@RC",
Expand Down Expand Up @@ -198,8 +192,6 @@
"drupal/webform": "^6.1",
"drupal/webform_views": "^5.0alpha",
"drupal/yaml_editor": "^1.0",
"drupal_fork/cilogon_auth": "main-dev",
"drupal_fork/domain_adv": "main-dev",
"drush/drush": "^13.6.2",
"necyberteam/asp-theme": "main-dev",
"necyberteam/campus-champions-theme": "main-dev",
Expand Down
198 changes: 4 additions & 194 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information, see: https://pantheon.io/docs/pantheon-yml/
api_version: 1
# Update PHP version
php_version: 8.2
php_version: 8.3
build_step: false

workflows:
Expand Down
Loading
Loading