Skip to content

Commit

Permalink
Updated Drupal core, ckeditor tests, and yarn packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Dec 26, 2023
1 parent 2138ac3 commit 92de5e2
Show file tree
Hide file tree
Showing 5 changed files with 1,409 additions and 1,110 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"composer/installers": "^2.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-project-message": "^10.0",
"drupal/core-recommended": "^10.0",
"drush/drush": "^11.5"
"drupal/core-composer-scaffold": "^10.2",
"drupal/core-project-message": "^10.2",
"drupal/core-recommended": "^10.2",
"drush/drush": "^12.4"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -32,7 +32,8 @@
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 92de5e2

Please sign in to comment.