Skip to content

Commit

Permalink
Bumped dependencies in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 29, 2024
1 parent 17d2c2b commit 2c83af6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,42 @@
"type": "project",
"require": {
"php": ">=8.3",
"composer/installers": "^2.2",
"composer/installers": "^2.3",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/admin_toolbar": "^3.5",
"drupal/clamav": "^2.0",
"drupal/coffee": "^1.4",
"drupal/config_split": "^1.9",
"drupal/config_update": "^2@alpha",
"drupal/core-composer-scaffold": "~10.3.0",
"drupal/core-recommended": "~10.3.0",
"drupal/core-composer-scaffold": "~10.3.2",
"drupal/core-recommended": "~10.3.2",
"drupal/environment_indicator": "^4.0",
"drupal/pathauto": "^1.12",
"drupal/redirect": "^1.9",
"drupal/redis": "^1.7",
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.10",
"drupal/redis": "^1.8",
"drupal/search_api": "^1.35",
"drupal/search_api_solr": "^4.3",
"drupal/shield": "^1.7",
"drupal/shield": "^1.8",
"drupal/stage_file_proxy": "^2.1",
"drush/drush": "~13.0",
"oomphinc/composer-installers-extender": "^2.0",
"webflo/drupal-finder": "^1.2"
"drush/drush": "^13",
"oomphinc/composer-installers-extender": "^2",
"webflo/drupal-finder": "^1.3"
},
"require-dev": {
"behat/behat": "^3.14",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"drevops/behat-format-progress-fail": "^1.2",
"drevops/behat-screenshot": "^1.5",
"drevops/behat-steps": "^2.4",
"drupal/core-dev": "~10.3.0",
"drupal/core-dev": "~10.3.2",
"drupal/drupal-extension": "^5",
"ergebnis/composer-normalize": "^2.42",
"ergebnis/composer-normalize": "^2.43",
"mglaman/phpstan-drupal": "^1.2",
"palantirnet/drupal-rector": "^0.20",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.15",
"phpspec/prophecy-phpunit": "^2.2",
"phpstan/extension-installer": "^1.3",
"phpstan/extension-installer": "^1.4",
"pyrech/composer-changelogs": "^1.8",
"vincentlanglet/twig-cs-fixer": "^3"
},
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"discard-changes": true,
"platform": {
"php": "8.3.9"
"php": "8.3.10"
},
"sort-packages": true
},
Expand Down

1 comment on commit 2c83af6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.