From cb1c545e7fa729303d616120f92cad3fd1ba6c20 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 21 Jan 2025 16:30:29 +0000 Subject: [PATCH 1/2] Bump Laravel version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36b6ed7b2..6b909bb6c 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "jrean/laravel-user-verification": "^12.0", "junaidnasir/larainvite": "^7.0", "kevinlebrun/colors.php": "^1.0", - "laravel/framework": "^11.38", + "laravel/framework": "^11.39", "laravel/horizon": "^5.30", "laravel/pulse": "^1.3", "laravel/sanctum": "^4.0", From 7c48099973446dfefdb338ac32c4cef77fb0b5a6 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 21 Jan 2025 16:31:57 +0000 Subject: [PATCH 2/2] composer update --- composer.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index ab0285aff..06ff60b27 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": "86bddaf5ed99b0c4ba1b4aa48b12cff9", + "content-hash": "a461ffa99c5d91a1cd50799c0071b9a6", "packages": [ { "name": "aharen/omdbapi", @@ -3418,16 +3418,16 @@ }, { "name": "laravel/framework", - "version": "v11.38.2", + "version": "v11.39.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "9d290aa90fcad44048bedca5219d2b872e98772a" + "reference": "996c96955f78e8a2b26a24c490a1721cfb14574f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/9d290aa90fcad44048bedca5219d2b872e98772a", - "reference": "9d290aa90fcad44048bedca5219d2b872e98772a", + "url": "https://api.github.com/repos/laravel/framework/zipball/996c96955f78e8a2b26a24c490a1721cfb14574f", + "reference": "996c96955f78e8a2b26a24c490a1721cfb14574f", "shasum": "" }, "require": { @@ -3628,7 +3628,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-01-15T00:06:46+00:00" + "time": "2025-01-21T15:02:43+00:00" }, { "name": "laravel/horizon", @@ -3922,16 +3922,16 @@ }, { "name": "laravel/scout", - "version": "v10.12.0", + "version": "v10.12.1", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "0002cee68236e298b10122cf9e01c17f4a88948d" + "reference": "f40f14b7a63be753a425eae4f56cd71d08478242" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/0002cee68236e298b10122cf9e01c17f4a88948d", - "reference": "0002cee68236e298b10122cf9e01c17f4a88948d", + "url": "https://api.github.com/repos/laravel/scout/zipball/f40f14b7a63be753a425eae4f56cd71d08478242", + "reference": "f40f14b7a63be753a425eae4f56cd71d08478242", "shasum": "" }, "require": { @@ -3999,7 +3999,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2025-01-14T15:53:41+00:00" + "time": "2025-01-21T15:07:47+00:00" }, { "name": "laravel/serializable-closure", @@ -16742,16 +16742,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.15", + "version": "1.12.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c91d4e8bc056f46cf653656e6f71004b254574d1" + "reference": "e0bb5cb78545aae631220735aa706eac633a6be9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c91d4e8bc056f46cf653656e6f71004b254574d1", - "reference": "c91d4e8bc056f46cf653656e6f71004b254574d1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9", + "reference": "e0bb5cb78545aae631220735aa706eac633a6be9", "shasum": "" }, "require": { @@ -16796,7 +16796,7 @@ "type": "github" } ], - "time": "2025-01-05T16:40:22+00:00" + "time": "2025-01-21T14:50:05+00:00" }, { "name": "phpunit/php-code-coverage",