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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,12 +112,11 @@ section of composer.json:
112
112
113
113
### How do I specify a PHP version?
114
114
115
-
This project supports PHP 8.1 as minimum version, however it's possible that a `composer update`will upgrade some package that will then require PHP 7+ or 8+.
115
+
This project supports PHP 8.1 as the minimum version (see [Mautic requirements](https://mautic.org/mautic-requirements/)). However, running a `composer update`may upgrade some packages that require a higher PHP version.
116
116
117
-
To prevent this you can add this code to specify the PHP version you want to use in the `config` section of `composer.json`:
117
+
To prevent this, you can specify the PHP version in the `config` section of `composer.json` by adding the following code:
0 commit comments