Skip to content

Commit 239b1c8

Browse files
authored
Merge pull request #6 from einenlum/fix/readme
Update readme examples for 3.0.0
2 parents f8d5298 + 3188c84 commit 239b1c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,16 @@ You can also use the CLI to test it.
101101

102102
```
103103
php bin/detect-local.php ~/Prog/php/my_project/
104+
Detected PHP version: Unknown version
105+
Detected PHP requirements: ^8.4
106+
Required extensions: ctype, iconv, redis, sodium
104107
Detected stack: laravel
105108
Version: 10.19.0
106109
107110
php bin/detect-github.php 'symfony/demo'
111+
Detected PHP version: 8.4
112+
Detected PHP requirements: ^8.3
113+
Required extensions: ctype, iconv
108114
Detected stack: symfony
109115
Version: 6.3.0
110116
```

0 commit comments

Comments
 (0)