Skip to content

Commit

Permalink
Upgrading Drupal Core to 10.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-acquia committed Nov 22, 2024
1 parent 2b422c0 commit c6d69b1
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"drupal/consumer_image_styles": "^4.0",
"drupal/content_planner": "^1.2",
"drupal/context": "^5.0@RC",
"drupal/core-composer-scaffold": "10.3.6",
"drupal/core-recommended": "10.3.6",
"drupal/core-composer-scaffold": "10.3.9",
"drupal/core-recommended": "10.3.9",
"drupal/crop": "^2.3",
"drupal/cshs": "^4.0",
"drupal/decoupled_router": "^2.0.3",
Expand Down
98 changes: 49 additions & 49 deletions composer.lock

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

4 changes: 2 additions & 2 deletions modules/df/df_core/df_core.module
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function df_core_requirements($phase) {
if ($phase == 'runtime') {
$requirements['df_version'] = [
'title' => t("Demo Framework"),
'value' => t("7.2.0"),
'description' => 'Last Update: 2024-20-11',
'value' => t("7.1.3.1+dev"),
'description' => 'Last Update: 2024-10-07',
'severity' => REQUIREMENT_INFO,
];
}
Expand Down

0 comments on commit c6d69b1

Please sign in to comment.