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: docs/configuration/ignore_platform_requirements.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Ignore PHP platform requirements when checking for updates.
27
27
28
28
## Explanation
29
29
30
-
When enabled, Violinist will pass the `--ignore-platform-reqs` flag to Composer commands. This tells Composer to ignore platform requirements (PHP version, extensions, etc.) when resolving and updating dependencies.
30
+
When enabled, Violinist will set the `COMPOSER_IGNORE_PLATFORM_REQS` environment variable. This tells Composer to ignore platform requirements (PHP version, extensions, etc.) when resolving and updating dependencies.
31
31
32
32
This can be useful when the PHP version or extensions available in Violinist's environment differ from your production environment.
0 commit comments