Update Laravel framework

This commit is contained in:
Lance Pioch 2024-09-18 22:22:08 -04:00
parent 0a6b846230
commit 9ba8c1df9b

19
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": "443ec1d95b892b261af5481f27b31083", "content-hash": "f8c95b0effdf7c76e380f49b4e051d61",
"packages": [ "packages": [
{ {
"name": "abdelhamiderrahmouni/filament-monaco-editor", "name": "abdelhamiderrahmouni/filament-monaco-editor",
@ -2801,16 +2801,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.10.0", "version": "v11.23.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "99b4255194912044b75ab72329f8c19e6345720e" "reference": "16b31ab0e1dad5cb2ed6dcc1818c02f02fc48453"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/99b4255194912044b75ab72329f8c19e6345720e", "url": "https://api.github.com/repos/laravel/framework/zipball/16b31ab0e1dad5cb2ed6dcc1818c02f02fc48453",
"reference": "99b4255194912044b75ab72329f8c19e6345720e", "reference": "16b31ab0e1dad5cb2ed6dcc1818c02f02fc48453",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2863,6 +2863,7 @@
}, },
"provide": { "provide": {
"psr/container-implementation": "1.1|2.0", "psr/container-implementation": "1.1|2.0",
"psr/log-implementation": "1.0|2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0" "psr/simple-cache-implementation": "1.0|2.0|3.0"
}, },
"replace": { "replace": {
@ -2871,6 +2872,7 @@
"illuminate/bus": "self.version", "illuminate/bus": "self.version",
"illuminate/cache": "self.version", "illuminate/cache": "self.version",
"illuminate/collections": "self.version", "illuminate/collections": "self.version",
"illuminate/concurrency": "self.version",
"illuminate/conditionable": "self.version", "illuminate/conditionable": "self.version",
"illuminate/config": "self.version", "illuminate/config": "self.version",
"illuminate/console": "self.version", "illuminate/console": "self.version",
@ -2913,9 +2915,9 @@
"league/flysystem-sftp-v3": "^3.0", "league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"nyholm/psr7": "^1.2", "nyholm/psr7": "^1.2",
"orchestra/testbench-core": "^9.0.15", "orchestra/testbench-core": "^9.4.0",
"pda/pheanstalk": "^5.0", "pda/pheanstalk": "^5.0",
"phpstan/phpstan": "^1.4.7", "phpstan/phpstan": "^1.11.5",
"phpunit/phpunit": "^10.5|^11.0", "phpunit/phpunit": "^10.5|^11.0",
"predis/predis": "^2.0.2", "predis/predis": "^2.0.2",
"resend/resend-php": "^0.10.0", "resend/resend-php": "^0.10.0",
@ -2971,6 +2973,7 @@
"src/Illuminate/Events/functions.php", "src/Illuminate/Events/functions.php",
"src/Illuminate/Filesystem/functions.php", "src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php", "src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Log/functions.php",
"src/Illuminate/Support/helpers.php" "src/Illuminate/Support/helpers.php"
], ],
"psr-4": { "psr-4": {
@ -3002,7 +3005,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-06-04T13:45:55+00:00" "time": "2024-09-13T13:36:30+00:00"
}, },
{ {
"name": "laravel/helpers", "name": "laravel/helpers",