Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a1bb2c4

Browse files
committed
Update README
1 parent 2156065 commit a1bb2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,17 @@ section of composer.json:
121121
}
122122
```
123123

124-
### How do I specify a PHP version?
124+
### How do I specify a PHP version?
125125

126-
This project supports PHP 7.3 as minimum version (see [Environment requirements of Drupal 9](https://www.drupal.org/docs/understanding-drupal/how-drupal-9-was-made-and-what-is-included/environment-requirements-of)), however it's possible that a `composer update` will upgrade some package that will then require PHP 7.3+.
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+.
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": "7.3.19"
134+
"php": "8.1.13"
135135
}
136136
},
137137
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /