1
0
Fork 0

Fix tests after grammar fix for php.ini error message

pull/10283/head^2
Nils Adermann 2021-11-26 10:13:49 +01:00
parent 645e5245dd
commit b9d7d27c82
3 changed files with 3 additions and 3 deletions

View File

@ -51,6 +51,6 @@ Your requirements could not be resolved to an installable set of packages.
To enable extensions, verify that they are enabled in your .ini files:
__inilist__
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
--EXPECT--

View File

@ -80,7 +80,7 @@ Your requirements could not be resolved to an installable set of packages.
To enable extensions, verify that they are enabled in your .ini files:
__inilist__
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
--EXPECT--

View File

@ -155,7 +155,7 @@ Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further commo
To enable extensions, verify that they are enabled in your .ini files:
__inilist__
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.