update to php 8.4

This commit is contained in:
2026-01-28 14:43:38 +10:00
committed by GitHub
parent 2b8788f716
commit 519c2a0fec

View File

@@ -5,7 +5,7 @@
"keywords": ["laravel", "framework"], "keywords": ["laravel", "framework"],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.2", "php": "^8.4",
"ext-imagick": "*", "ext-imagick": "*",
"chillerlan/php-qrcode": "^5.0", "chillerlan/php-qrcode": "^5.0",
"gehrisandro/tailwind-merge-laravel": "^1.2", "gehrisandro/tailwind-merge-laravel": "^1.2",
@@ -60,6 +60,9 @@
} }
}, },
"config": { "config": {
"platform": {
"php": "8.4.17"
},
"optimize-autoloader": true, "optimize-autoloader": true,
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,