Skip to content

Commit

Permalink
Update all dependencies to drop Drupal 9 support. (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid authored Apr 24, 2024
1 parent c14854e commit db936ce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"php": "^8.1",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"drush/drush": "^10|^11|^12",
"symfony/yaml": "^3|^4|^5|^6",
"twig/twig": "^2|^3",
"vlucas/phpdotenv": "^4|^5",
"ext-json": "*"
"drush/drush": "^11|^12|^13",
"symfony/yaml": "^6|^7",
"twig/twig": "^3",
"vlucas/phpdotenv": "^4|^5"
},
"require-dev": {
"composer/composer": "^2.7.2",
Expand Down

0 comments on commit db936ce

Please sign in to comment.