You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `composer require ...` you can download new dependencies to your
@@ -123,15 +123,15 @@ section of composer.json:
123
123
124
124
### How do I specify a PHP version?
125
125
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+.
127
127
128
128
To prevent this you can add this code to specify the PHP version you want to use in the `config` section of `composer.json`:
0 commit comments