chore: update PHP version requirement to 8.3 and initialize railpack configuration

This commit is contained in:
IlhamIslamy 2026-05-29 15:58:25 +07:00
parent df88547cc3
commit 5a7e027ad4
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
"php": "^8.2",
"php": "^8.3",
"inertiajs/inertia-laravel": "^2.0",
"laravel/fortify": "^1.30",
"laravel/framework": "^12.0",

5
railpack.json Normal file
View File

@ -0,0 +1,5 @@
{
"php": {
"version": "8.3"
}
}