Add note about PHP version to "Local Installation" section in README.md (#434)

This commit is contained in:
Sergei Predvoditelev
2026-01-16 02:04:39 +03:00
committed by GitHub
parent 31c2cd9b10
commit e2cef8631b

View File

@@ -44,6 +44,9 @@ composer create-project yiisoft/app myproject
cd myproject
```
> [!NOTE]
> Ensure that Composer is executed with the same PHP version that will be used to run the application.
To run the app:
```shell