Skip to content

Commit

Permalink
build: composer and dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 4, 2024
1 parent cd31507 commit 9a34e6f
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 242 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,20 @@
"drupal/core-recommended": "10.3.1",
"drupal/lagoon_logs": "3.0.1",
"drupal/redis": "1.7.0",
"drush/drush": "12.5.2",
"zaporylie/composer-drupal-optimizations": "1.2.0"
"drush/drush": "13.0.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config":{
"platform": {"php": "8.1.12"},
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"zaporylie/composer-drupal-optimizations": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
Expand All @@ -65,7 +62,6 @@
"file-mapping": {
"[web-root]/sites/default/all.settings.php": "assets/all.settings.php",
"[web-root]/sites/default/redis-unavailable.services.yml": "assets/redis-unavailable.services.yml"

},
"locations": {
"web-root": "web/"
Expand Down
Loading

0 comments on commit 9a34e6f

Please sign in to comment.