From d1a822e8c4d10e9f161cef2b064dc15a4285a9cb Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:44:32 -0500 Subject: [PATCH] UTCT-250: Add Platform Laravel Bridge to Composer. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- .gitignore | 3 ++ composer.json | 3 +- composer.lock | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 98 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b7fd377..9656d79 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ user/plugins/*/vendor/* # frontend tooling frontend/node_modules frontend/package-lock.json +node_modules +package-lock.json + # backend tooling user/plugins/sleeky-backend/node_modules diff --git a/composer.json b/composer.json index 7ff2e88..bf11f9d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "jakeasmith/http_build_url": "^1.0", "symfony/polyfill-mbstring": "^1.15", "symfony/polyfill-intl-idn": "^1.17", - "spatie/array-to-xml": "^3.4" + "spatie/array-to-xml": "^3.4", + "platformsh/laravel-bridge": "^2.2" }, "require-dev": { "ext-ctype": "*" diff --git a/composer.lock b/composer.lock index d542b18..e395a2c 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "c76135935e376a3b3b48f7b8036159de", + "content-hash": "a3c2cc3c64e16a75d675cc57c6be010b", "packages": [ { "name": "aura/sql", @@ -391,6 +391,98 @@ }, "time": "2025-11-07T17:20:10+00:00" }, + { + "name": "platformsh/config-reader", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/platformsh/config-reader-php.git", + "reference": "dc08f50f5a40a767457668ad154116c8ea89cfc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/platformsh/config-reader-php/zipball/dc08f50f5a40a767457668ad154116c8ea89cfc6", + "reference": "dc08f50f5a40a767457668ad154116c8ea89cfc6", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Platformsh\\ConfigReader\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Larry Garfield", + "email": "larry@platform.sh" + } + ], + "description": "Small helper to access Platform.sh environment variables", + "support": { + "issues": "https://github.com/platformsh/config-reader-php/issues", + "source": "https://github.com/platformsh/config-reader-php/tree/2.4.1" + }, + "time": "2023-09-14T17:07:00+00:00" + }, + { + "name": "platformsh/laravel-bridge", + "version": "2.2.2", + "source": { + "type": "git", + "url": "https://github.com/platformsh/laravel-bridge.git", + "reference": "1e3312fb3311ef49f15779713e0122ef00549dce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/platformsh/laravel-bridge/zipball/1e3312fb3311ef49f15779713e0122ef00549dce", + "reference": "1e3312fb3311ef49f15779713e0122ef00549dce", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "platformsh/config-reader": "^2.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^8.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "files": [ + "platformsh-laravel-env.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Larry Garfield", + "email": "larry@platform.sh" + } + ], + "description": "Bridge library for running Symfony Flex on Platform.sh", + "support": { + "issues": "https://github.com/platformsh/laravel-bridge/issues", + "source": "https://github.com/platformsh/laravel-bridge/tree/2.2.2" + }, + "time": "2023-12-12T17:20:36+00:00" + }, { "name": "pomo/pomo", "version": "v1.5.0",