Fix Railway build requirements

This commit is contained in:
2026-05-18 22:33:56 -05:00
parent cef15730f3
commit dd1d5afd00
3 changed files with 7 additions and 5 deletions

View File

@@ -5,8 +5,9 @@
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-mbstring": "*",
"ext-pdo_pgsql": "*",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",

7
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f080935717fcb1c63a43fa5940618db0",
"content-hash": "91c1807ebba70a46160d033fd7793870",
"packages": [
{
"name": "brick/math",
@@ -8540,8 +8540,9 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.1",
"ext-mbstring": "*"
"php": "^8.2",
"ext-mbstring": "*",
"ext-pdo_pgsql": "*"
},
"platform-dev": {},
"plugin-api-version": "2.9.0"

View File

@@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "node -e \"console.log('No frontend build required for this API')\""
},
"devDependencies": {
"axios": "^1.6.4",