From 5a7e027ad42031730583b5e2ce3bdad65b5e3e88 Mon Sep 17 00:00:00 2001 From: IlhamIslamy Date: Fri, 29 May 2026 15:58:25 +0700 Subject: [PATCH] chore: update PHP version requirement to 8.3 and initialize railpack configuration --- composer.json | 2 +- railpack.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 railpack.json diff --git a/composer.json b/composer.json index 5844b06..3bb5d84 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/railpack.json b/railpack.json new file mode 100644 index 0000000..ed42b35 --- /dev/null +++ b/railpack.json @@ -0,0 +1,5 @@ +{ + "php": { + "version": "8.3" + } +} \ No newline at end of file