Skip to content

Commit

Permalink
Composer dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
almunnings committed Jan 31, 2024
1 parent 75eaac1 commit 6349c2a
Show file tree
Hide file tree
Showing 44 changed files with 2,594 additions and 1,693 deletions.
8 changes: 4 additions & 4 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ recipe: drupal10

config:
php: '8.1'
composer_version: '2.6.4'
composer_version: '2.6.6'
webroot: web
build:
- composer install --profile
- appserver: composer install --profile

proxy:
node:
Expand Down Expand Up @@ -35,9 +35,9 @@ services:
MEMCACHED_MAX_ITEM_SIZE: 8388608

mailhog:
type: mailhog:custom
type: mailhog
overrides:
image: anatomicjc/mailhog:1.0.1
platform: linux/amd64
hogfrom:
- appserver

Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,15 @@
"drupal/ajax_loader": "^2.1",
"drupal/allowed_formats": "^2.0",
"drupal/block_field": "^1.0@RC",
"drupal/core-composer-scaffold": "^10.1",
"drupal/core-recommended": "^10.1",
"drupal/devel": "^5.0",
"drupal/core-composer-scaffold": "^10.2",
"drupal/core-recommended": "^10.2",
"drupal/dvb": "dev-custom",
"drupal/field_group": "^3.4",
"drupal/gin": "^3.0@RC",
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/graphql": "^4.4",
"drupal/graphql_compose": "2.0.x-dev@dev",
"drupal/graphql_compose": "^2.0",
"drupal/graphql_export": "^2.0",
"drupal/layout_paragraphs": "^2.0",
"drupal/linkit": "^6.1",
Expand All @@ -64,7 +63,7 @@
"drupal/redirect": "^1.8",
"drupal/shield": "^1.7",
"drupal/svg_image": "^3.0",
"drupal/symfony_mailer": "^1.4@beta",
"drupal/symfony_mailer": "^1.4",
"drupal/tablefield": "^2.4",
"drupal/typed_data": "^1.0@beta",
"drupal/viewfield": "^3.0@beta",
Expand All @@ -74,7 +73,8 @@
"vlucas/phpdotenv": "^5.5"
},
"require-dev": {
"drupal/core-dev": "^10.1"
"drupal/core-dev": "^10.2",
"drupal/devel": "^5.1"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -88,7 +88,8 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
},
"audit": {
"abandoned": "report"
Expand Down
Loading

0 comments on commit 6349c2a

Please sign in to comment.