Skip to content

Commit

Permalink
Drupal Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Nov 3, 2023
1 parent 5cf78d9 commit ccb0be4
Show file tree
Hide file tree
Showing 3,812 changed files with 40,560 additions and 143,030 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 8 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
Expand Down
26 changes: 14 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,44 +83,46 @@
"academicpuma/locales": "1.0.x-dev",
"composer/installers": "*",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.1",
"drupal/admin_toolbar": "^3.4",
"drupal/advanced_search": "^2.0",
"drupal/better_exposed_filters": "^6.0",
"drupal/bibcite": "^2.0@beta",
"drupal/bibcite": "^3.0@beta",
"drupal/block_class": "^2.0",
"drupal/citation_select": "^1.0@beta",
"drupal/citation_select": "1.0.0-beta5",
"drupal/config_delete": "^2.0",
"drupal/config_inspector": "^2.1",
"drupal/core-composer-scaffold": "9.4.12",
"drupal/core-project-message": "9.4.12",
"drupal/core-recommended": "9.4.12",
"drupal/csv_serialization": "^2.1",
"drupal/core-composer-scaffold": "9.5.11",
"drupal/core-project-message": "9.5.11",
"drupal/core-recommended": "9.5.11",
"drupal/csv_serialization": "^3.0",
"drupal/epp": "^1.3",
"drupal/eva": "*",
"drupal/facets": "^2",
"drupal/field_group": "^3",
"drupal/field_permissions": "^1",
"drupal/field_report": "^2.1",
"drupal/flysystem": "^2.0@alpha",
"drupal/group": "^1.5",
"drupal/groupmedia": "^2.0@RC",
"drupal/groupmedia": "^4.0",
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_autocomplete": "^2.0",
"drupal/jquery_ui_datepicker": "^2.0",
"drupal/jquery_ui_menu": "^2.0",
"drupal/matomo": "^1.19",
"drupal/migrate_tools": "^6.0",
"drupal/pathauto": "^1.11",
"drupal/pathauto": "^1.12",
"drupal/pdf": "^1.1",
"drupal/reference_value_pair": "^3.0@alpha",
"drupal/rest_oai_pmh": "^2.0@beta",
"drupal/search_api_solr": "^4.2.10",
"drupal/search_api": "^1.30",
"drupal/search_api_solr": "^4.3",
"drupal/taxonomy_manager": "^2.0",
"drupal/title_length": "^2.0@RC",
"drupal/token": "^1.13",
"drupal/transliterate_filenames": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/variationcache": "^1.3",
"drupal/view_mode_switch": "^2.0",
"drupal/views_data_export": "^1.2",
"drupal/views_data_export": "^1.4",
"drupal/views_field_view": "^1.0@beta",
"drush/drush": "^11",
"islandora-rdm/islandora_fits": "dev-8.x-1.x as 1.x-dev",
Expand Down
Loading

0 comments on commit ccb0be4

Please sign in to comment.