Skip to content

Commit 783cd46

Browse files
committed
Bump two more product versions
1 parent c530542 commit 783cd46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting_started/install_with_ddev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mkdir my-ddev-project && cd my-ddev-project
3131
Next, configure your DDEV environment with the following command:
3232

3333
```bash
34-
ddev config --project-type=php --php-version 8.3 --nodejs-version 20 --docroot=public
34+
ddev config --project-type=php --php-version 8.3 --nodejs-version 22 --docroot=public
3535
```
3636

3737
This command sets the project type to PHP, the PHP version to 8.3, the document root to `public` directory, and creates the document root if it doesn't exist.

docs/ibexa_cloud/ddev_and_ibexa_cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See [`ibexa_cloud help get`](https://docs.platform.sh/administration/cli.html#3-
5353

5454
```bash
5555
ibexa_cloud project:get <project-ID> my-ddev-project && cd my-ddev-project
56-
ddev config --project-type=php --php-version 8.1 --web-environment-add COMPOSER_AUTH='',DATABASE_URL=mysql://db:db@db:3306/db
56+
ddev config --project-type=php --php-version 8.3 --web-environment-add COMPOSER_AUTH='',DATABASE_URL=mysql://db:db@db:3306/db
5757
ddev config --web-environment-add IBEXA_PROJECT=<project-ID>,IBEXA_ENVIRONMENT=production,IBEXA_APP=app
5858
ddev config --web-environment-add IBEXA_CLI_TOKEN=<api-token>
5959
echo '.ddev/' >> .gitignore
@@ -93,7 +93,7 @@ The following sequence of commands:
9393

9494
```bash
9595
ibexa_cloud project:get <project-ID> my-ddev-project && cd my-ddev-project
96-
ddev config --project-type=php --php-version 8.1 --docroot=public --web-environment-add DATABASE_URL=mysql://db:db@db:3306/db
96+
ddev config --project-type=php --php-version 8.3 --docroot=public --web-environment-add DATABASE_URL=mysql://db:db@db:3306/db
9797
echo '.ddev/' >> .gitignore
9898
ddev start
9999
ddev composer config --global http-basic.updates.ibexa.co <installation-key> <token-password>

0 commit comments

Comments
 (0)