Update Readme (#1963)

This commit is contained in:
Arthur Parienté 2025-01-20 17:57:01 +01:00 committed by GitHub
parent c0da3388de
commit d69959f87d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -106,7 +106,7 @@ docker-test:
-u $(shell id -u):$(shell id -g) \
-v $(shell pwd):/var/www/html \
-w /var/www/html \
laravelsail/php83-composer:latest \
laravelsail/php84-composer:latest \
composer install --ignore-platform-reqs
@vendor/bin/sail up

View File

@ -11,7 +11,7 @@ A full distribution, with all of the composer dependencies, is available at this
### Requirements
- PHP 8.1+, extensions:
- PHP 8.2+, extensions:
- cURL
- JSON
- fileinfo
@ -21,6 +21,9 @@ A full distribution, with all of the composer dependencies, is available at this
- tokenizer
- bcmath
- intl
- zip
- pdo_sqlite
- sqlite3
- Database:
- MySQL 5.7+ (or MySQL variant, including MariaDB and Percona)
@ -46,7 +49,7 @@ docker run --rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):/var/www/html" \
-w /var/www/html \
laravelsail/php83-composer:latest \
laravelsail/php84-composer:latest \
composer install --ignore-platform-reqs
# Then you can start sail