Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test #75

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 2 additions & 10 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gryphon
type: drupal10
docroot: docroot
php_version: "8.2"
php_version: "8.3"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
Expand All @@ -17,16 +17,8 @@ mutagen_enabled: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
disable_settings_managemen: false
disable_settings_management: false
nodejs_version: "16"
hooks:
post-start:
- exec: drush uli

post-import-db:
- exec: drush cr
- exec: drush cim -y
- exec: drush uli


# Key features of ddev's config.yaml:
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
],
"require": {
"php": ">=8.2",
"php": ">=8.3",
"acquia/blt": "^13.5",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
Expand All @@ -47,9 +47,10 @@
"drupal/core": "^10",
"drupal/core-composer-scaffold": "^10",
"drupal/core-recommended": "^10",
"drupal/oembed_lazyload": "^2.0",
"drupal/paranoia": "^1.9",
"drush/drush": "^12",
"su-hkku/cardinal_service_profile": "11.x-dev",
"su-hkku/cardinal_service_profile": "dev-fix-test",
"su-sws/stanford_profile": "^11.3"
},
"require-dev": {
Expand Down
Loading
Loading