Skip to content

Commit

Permalink
Update Varbase profile from Varbase ~9.0.0 to ~9.1.0 with Drupal ~10.…
Browse files Browse the repository at this point in the history
…2.0 and support for PHP 8.2+ #52
  • Loading branch information
Natshah committed Jan 1, 2024
1 parent 8334d46 commit d473345
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
}
},
"require": {
"composer/installers": "~2.0",
"oomphinc/composer-installers-extender": "~2.0",
"cweagans/composer-patches": "~1.0",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"cweagans/composer-patches": "~1",
"drupal/core-composer-scaffold": "~10",
"drupal/core-project-message": "~10",
"vardot/vardoc": "4.0.x-dev",
"vardot/varbase-updater": "2.x-dev"
},
"require-dev": {
"drupal/core-dev": "~9.0",
"drush/drush": "~11.0"
"drupal/core-dev": "~10",
"drush/drush": "~12.0"
},
"config": {
"bin-dir": "bin/",
Expand Down

0 comments on commit d473345

Please sign in to comment.