Fix php version required
All checks were successful
Push image to registry / build-image (push) Successful in 6m0s

This commit is contained in:
2025-06-05 19:59:07 +02:00
parent 5a6b0639e7
commit f92e9ff139

View File

@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
"php": "8.3",
"php": "8.3.*",
"erusev/parsedown": "^1.7",
"inertiajs/inertia-laravel": "^2.0",
"laravel/dusk": "^8.2",