Skip to content

Commit

Permalink
Merge pull request #54 from nysenate/feature/nys-19--d10
Browse files Browse the repository at this point in the history
Initial steps for updating to D10
  • Loading branch information
kzalewski authored Dec 5, 2023
2 parents cb6af68 + c011e0d commit 7213366
Show file tree
Hide file tree
Showing 91 changed files with 709 additions and 599 deletions.
4 changes: 2 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nysenate
type: drupal9
docroot: web
php_version: "8.0"
php_version: "8.1"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
Expand Down Expand Up @@ -82,7 +82,7 @@ web_environment: []
# Please take care with this because it can cause great confusion.

# upload_dir: custom/upload/dir
# would set the destination path for ddev import-files to <docroot>/custom/upload/dir
# would set the destination path for ddev import-files to <docroot>/custom/upload/dir

# working_dir:
# web: /var/www/html
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"drupal/calendar_link": "^3.0",
"drupal/charts": "^5.0",
"drupal/clamav": "^2.0",
"drupal/classy": "^1.0",
"drupal/comments_ban": "^1.0",
"drupal/conditional_fields": "^4.0@alpha",
"drupal/config_ignore": "^2.3",
Expand Down Expand Up @@ -116,6 +117,7 @@
"drupal/search_api_solr": "^4.2",
"drupal/seckit": "^2.0",
"drupal/semanticviews": "^2.3",
"drupal/seven": "^1.0",
"drupal/simple_sitemap": "^4.1",
"drupal/site_verify": "1.x-dev",
"drupal/stage_file_proxy": "^2.0",
Expand All @@ -129,6 +131,7 @@
"drupal/twitter_api_block": "^4.0",
"drupal/twitter_block": "^3.0@alpha",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "^4.0",
"drupal/video_embed_field": "~2.0",
"drupal/video_embed_field_migrate": "1.0.x-dev",
"drupal/views_autocomplete_filters": "^1.3",
Expand Down Expand Up @@ -188,7 +191,7 @@
"discard-changes": true,
"sort-packages": true,
"platform": {
"php": "8.0"
"php": "8.1"
},
"allow-plugins": {
"composer/installers": true,
Expand Down
Loading

0 comments on commit 7213366

Please sign in to comment.