From 91f8250fb486640403e936326a42d57f0caed8d3 Mon Sep 17 00:00:00 2001 From: Michiel Vermeersch Date: Tue, 15 Oct 2024 11:31:57 +0200 Subject: [PATCH] Fixed error in documentation regarding using PIE to install an extension for a different php version. --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index cb1466a..0bee43e 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -71,7 +71,7 @@ On Windows, you may provide a path to the `php` executable itself using the to run PIE, but we want to download the extension for PHP 8.3: ```shell -> C:\php-8.3.6\php.exe C:\pie.phar install --with-php-path=C:\php-8.1.7\php.exe example/example-pie-extension +> C:\php-8.1.7\php.exe C:\pie.phar install --with-php-path=C:\php-8.3.6\php.exe example/example-pie-extension ``` ### Version constraints and stability