Merge pull request #1202 from jonnybarnes/dependabot/composer/laravel/framework-10.38.1

build(deps): Bump laravel/framework from 10.37.3 to 10.38.1
This commit is contained in:
Jonny Barnes 2023-12-20 15:02:14 +00:00 committed by GitHub
commit 306d19781e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
composer.lock generated
View file

@ -1928,16 +1928,16 @@
},
{
"name": "laravel/framework",
"version": "v10.37.3",
"version": "v10.38.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc"
"reference": "ced4689f495213e9d23995b36098f12a802cc15b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/996375dd61f8c6e4ac262b57ed485655d71fcbdc",
"reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc",
"url": "https://api.github.com/repos/laravel/framework/zipball/ced4689f495213e9d23995b36098f12a802cc15b",
"reference": "ced4689f495213e9d23995b36098f12a802cc15b",
"shasum": ""
},
"require": {
@ -1983,6 +1983,8 @@
"voku/portable-ascii": "^2.0"
},
"conflict": {
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0",
"tightenco/collect": "<5.5.33"
},
"provide": {
@ -2094,6 +2096,7 @@
"files": [
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
"src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
@ -2126,7 +2129,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-12-13T20:10:58+00:00"
"time": "2023-12-20T14:52:12+00:00"
},
{
"name": "laravel/horizon",