diff --git a/composer.lock b/composer.lock index 714538759..664d3836e 100644 --- a/composer.lock +++ b/composer.lock @@ -799,16 +799,16 @@ }, { "name": "codeat3/blade-simple-icons", - "version": "5.7.0", + "version": "5.8.0", "source": { "type": "git", "url": "https://github.com/codeat3/blade-simple-icons.git", - "reference": "9e2361a808a0d1b3f40c93b6f7eda25bf2b5aa05" + "reference": "b95d4030e799b8491330a2e1a3be21fb5e376467" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeat3/blade-simple-icons/zipball/9e2361a808a0d1b3f40c93b6f7eda25bf2b5aa05", - "reference": "9e2361a808a0d1b3f40c93b6f7eda25bf2b5aa05", + "url": "https://api.github.com/repos/codeat3/blade-simple-icons/zipball/b95d4030e799b8491330a2e1a3be21fb5e376467", + "reference": "b95d4030e799b8491330a2e1a3be21fb5e376467", "shasum": "" }, "require": { @@ -858,7 +858,7 @@ ], "support": { "issues": "https://github.com/codeat3/blade-simple-icons/issues", - "source": "https://github.com/codeat3/blade-simple-icons/tree/5.7.0" + "source": "https://github.com/codeat3/blade-simple-icons/tree/5.8.0" }, "funding": [ { @@ -866,7 +866,7 @@ "type": "github" } ], - "time": "2024-08-28T13:06:45+00:00" + "time": "2024-09-11T16:39:52+00:00" }, { "name": "composer/ca-bundle", @@ -2241,16 +2241,16 @@ }, { "name": "laravel/framework", - "version": "v11.22.0", + "version": "v11.23.5", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "868c75beacc47d0f361b919bbc155c0b619bf3d5" + "reference": "16b31ab0e1dad5cb2ed6dcc1818c02f02fc48453" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/868c75beacc47d0f361b919bbc155c0b619bf3d5", - "reference": "868c75beacc47d0f361b919bbc155c0b619bf3d5", + "url": "https://api.github.com/repos/laravel/framework/zipball/16b31ab0e1dad5cb2ed6dcc1818c02f02fc48453", + "reference": "16b31ab0e1dad5cb2ed6dcc1818c02f02fc48453", "shasum": "" }, "require": { @@ -2312,6 +2312,7 @@ "illuminate/bus": "self.version", "illuminate/cache": "self.version", "illuminate/collections": "self.version", + "illuminate/concurrency": "self.version", "illuminate/conditionable": "self.version", "illuminate/config": "self.version", "illuminate/console": "self.version", @@ -2354,7 +2355,7 @@ "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.6", "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^9.1.5", + "orchestra/testbench-core": "^9.4.0", "pda/pheanstalk": "^5.0", "phpstan/phpstan": "^1.11.5", "phpunit/phpunit": "^10.5|^11.0", @@ -2412,6 +2413,7 @@ "src/Illuminate/Events/functions.php", "src/Illuminate/Filesystem/functions.php", "src/Illuminate/Foundation/helpers.php", + "src/Illuminate/Log/functions.php", "src/Illuminate/Support/helpers.php" ], "psr-4": { @@ -2443,7 +2445,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-09-03T15:27:15+00:00" + "time": "2024-09-13T13:36:30+00:00" }, { "name": "laravel/horizon", @@ -5123,16 +5125,16 @@ }, { "name": "psr/log", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "79dff0b268932c640297f5208d6298f71855c03e" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e", - "reference": "79dff0b268932c640297f5208d6298f71855c03e", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -5167,9 +5169,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.1" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2024-08-21T13:31:24+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache",