chore: update PHP version requirement to 8.3 and initialize railpack configuration
This commit is contained in:
parent
df88547cc3
commit
5a7e027ad4
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"php": {
|
||||
"version": "8.3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue