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"], "keywords": ["laravel", "framework"],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.1", "php": "^8.2",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-pdo_pgsql": "*",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10", "laravel/framework": "^10.10",
"laravel/sanctum": "^3.3", "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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f080935717fcb1c63a43fa5940618db0", "content-hash": "91c1807ebba70a46160d033fd7793870",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -8540,8 +8540,9 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.1", "php": "^8.2",
"ext-mbstring": "*" "ext-mbstring": "*",
"ext-pdo_pgsql": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"plugin-api-version": "2.9.0" "plugin-api-version": "2.9.0"

View File

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