From 3188c844fb5c9ef94485f8b125771eff84bc20ab Mon Sep 17 00:00:00 2001 From: Einenlum Date: Thu, 4 Sep 2025 11:25:37 +0200 Subject: [PATCH] update readme examples for 3.0.0 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 780be9b..dd0e2ed 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,16 @@ You can also use the CLI to test it. ``` php bin/detect-local.php ~/Prog/php/my_project/ +Detected PHP version: Unknown version +Detected PHP requirements: ^8.4 +Required extensions: ctype, iconv, redis, sodium Detected stack: laravel Version: 10.19.0 php bin/detect-github.php 'symfony/demo' +Detected PHP version: 8.4 +Detected PHP requirements: ^8.3 +Required extensions: ctype, iconv Detected stack: symfony Version: 6.3.0 ```