build(deps): bump laravel/framework from 10.37.3 to 10.38.2

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.37.3 to 10.38.2.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.37.3...v10.38.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-25 22:33:13 +00:00
committed by GitHub
parent 920227950d
commit 374e54f0ff

13
composer.lock generated
View File

@@ -1887,16 +1887,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.37.3", "version": "v10.38.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc" "reference": "43da808391da3540d44a8dfeb4e46da4ad8f5723"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/996375dd61f8c6e4ac262b57ed485655d71fcbdc", "url": "https://api.github.com/repos/laravel/framework/zipball/43da808391da3540d44a8dfeb4e46da4ad8f5723",
"reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc", "reference": "43da808391da3540d44a8dfeb4e46da4ad8f5723",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1942,6 +1942,8 @@
"voku/portable-ascii": "^2.0" "voku/portable-ascii": "^2.0"
}, },
"conflict": { "conflict": {
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0",
"tightenco/collect": "<5.5.33" "tightenco/collect": "<5.5.33"
}, },
"provide": { "provide": {
@@ -2053,6 +2055,7 @@
"files": [ "files": [
"src/Illuminate/Collections/helpers.php", "src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php", "src/Illuminate/Events/functions.php",
"src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php", "src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php" "src/Illuminate/Support/helpers.php"
], ],
@@ -2085,7 +2088,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": "2023-12-13T20:10:58+00:00" "time": "2023-12-22T14:39:10+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",