update php default to 8.4 (#621)

* update php defaul to 8.4

* update config

* Update README.md

---------

Co-authored-by: Marc Henderkes <m.henderkes@pc-college.de>
This commit is contained in:
Marc
2025-03-10 09:20:22 +01:00
committed by GitHub
parent 36dc18012a
commit 067b02f6d7
4 changed files with 5 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ Use the command `bin/spc download` to download the source code required for comp
including php-src and the source code of various dependent libraries.
```bash
# Download all dependencies
# Download all dependencies, defaults to php 8.4
bin/spc download --all
# Download all dependent packages, and specify the main version of PHP to download, optional: 8.1, 8.2, 8.3, 8.4