Skip to content

Commit 311d714

Browse files
committed
Updated text references to use 11.x.
1 parent db49fc4 commit 311d714

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Composer template for Drupal projects
22

3-
[![CI](https://github.com/drupal-composer/drupal-project/actions/workflows/ci.yml/badge.svg?branch=10.x)](https://github.com/drupal-composer/drupal-project/actions/workflows/ci.yml)
3+
[![CI](https://github.com/drupal-composer/drupal-project/actions/workflows/ci.yml/badge.svg?branch=11.x)](https://github.com/drupal-composer/drupal-project/actions/workflows/ci.yml)
44

55
This project template provides a starter kit for managing your site
66
dependencies with [Composer](https://getcomposer.org/).
@@ -16,7 +16,7 @@ for your setup.
1616
After that you can create the project:
1717

1818
```
19-
composer create-project drupal-composer/drupal-project:10.x-dev some-dir --no-interaction
19+
composer create-project drupal-composer/drupal-project:11.x-dev some-dir --no-interaction
2020
```
2121

2222
With `composer require ...` you can download new dependencies to your
@@ -123,15 +123,15 @@ section of composer.json:
123123

124124
### How do I specify a PHP version?
125125

126-
This project supports PHP 8.1 as minimum version (see [Environment requirements of Drupal 10](https://www.drupal.org/docs/system-requirements/php-requirements)), however it's possible that a `composer update` will upgrade some package that will then require PHP 8.1+.
126+
This project supports PHP 8.3 as minimum version (see [PHP requirements](https://www.drupal.org/docs/system-requirements/php-requirements)), however it's possible that a `composer update` will upgrade some package that will then require PHP 8.3+.
127127

128128
To prevent this you can add this code to specify the PHP version you want to use in the `config` section of `composer.json`:
129129

130130
```json
131131
"config": {
132132
"sort-packages": true,
133133
"platform": {
134-
"php": "8.1.13"
134+
"php": "8.3.1"
135135
}
136136
},
137137
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupal-composer/drupal-project",
3-
"description": "Project template for Drupal 10 projects with Composer",
3+
"description": "Project template for Drupal 11 projects with Composer",
44
"type": "project",
55
"license": "GPL-2.0-or-later",
66
"authors": [

0 commit comments

Comments
 (0)