Skip to content

Commit 9747bf8

Browse files
authored
Update dependencies and installation instructions for Drupal 11 (#42)
1 parent fcd8477 commit 9747bf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ mkdir ~/Sites/xb-dev
3030
cd ~/Sites/xb-dev
3131

3232
# Configure the new DDEV project.
33-
ddev config --project-type=drupal --php-version=8.3 --docroot=web
33+
ddev config --project-type=drupal11 --docroot=web
3434

3535
# Create the Drupal project.
36-
ddev composer create drupal/recommended-project:10.x@dev --no-install
36+
ddev composer create drupal/recommended-project:11.x@dev --no-install
3737

3838
# Install the add-on.
3939
ddev add-on get drupal-xb/ddev-drupal-xb-dev

commands/host/xb-setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ ddev composer require \
7878
--dev \
7979
--update-with-all-dependencies \
8080
--no-interaction \
81-
devizzent/cebe-php-openapi:^1.0.3 \
81+
devizzent/cebe-php-openapi:^1.1.4 \
8282
drupal/metatag:^2. \
83-
jangregor/phpstan-prophecy:^1.0.2 \
83+
jangregor/phpstan-prophecy:^2.2.0 \
8484
league/openapi-psr7-validator:^0.22.0 \
8585
webflo/drupal-finder:^1.3.1
8686

0 commit comments

Comments
 (0)