Skip to content

Commit

Permalink
BLT-5208: EOL for Drupal 9, PHP 7.4, PHP 8.0, and Drush 11
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 24, 2023
1 parent e43bbca commit 6079138
Show file tree
Hide file tree
Showing 3 changed files with 1,218 additions and 1,870 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
"docs": "https://docs.acquia.com/blt/"
},
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"composer-runtime-api": "^2.0",
"acquia/drupal-environment-detector": "^1.5.3",
"consolidation/comments": "^1.0",
"consolidation/config": "^1.0.0 || ^2.0.0",
"consolidation/robo": "^3 || ^4",
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"consolidation/config": "^2.0.0",
"consolidation/robo": "^4",
"dflydev/dot-access-data": "^3",
"doctrine/annotations": "^1.10.0",
"drupal/core": "^9.0.0-alpha1 || ^10.0.0-alpha1",
"drush/drush": "^11 || ^12",
"drupal/core": "^10.0.0",
"drush/drush": "^12",
"enlightn/security-checker": "^1.3",
"grasmash/yaml-cli": "^2.0.0 || ^3.0.0",
"grasmash/yaml-cli": "^3.0.0",
"grasmash/yaml-expander": "^3.0.2",
"loophp/phposinfo": "^1.7.1",
"symfony/config": "^4.4 || ^6",
"symfony/console": "^4.4.6 || ^6",
"symfony/twig-bridge": "^3.4 || ^4 || ^5 || ^6",
"symfony/yaml": "^4.4 || ^5 || ^6",
"webmozart/path-util": "^2.3"
"symfony/config": "^6",
"symfony/console": "^6",
"symfony/filesystem": "^6",
"symfony/twig-bridge": "^6",
"symfony/yaml": "^6"
},
"require-dev": {
"acquia/coding-standards": "^2.0",
Expand Down Expand Up @@ -69,9 +69,9 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"php": "7",
"php": "8",
"platform": {
"php": "7.4"
"php": "8.1"
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit 6079138

Please sign in to comment.