Bump laravel/framework version to latest (#5870)

Required for password rule translations to work properly (see https://github.com/laravel/framework/pull/42060)
This commit is contained in:
Jesper Noordsij 2022-04-27 17:11:10 +02:00 committed by GitHub
parent ba5f2dd26a
commit d0603437cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"require": {
"php": "^8.0.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.2",
"laravel/framework": "^9.10",
"laravel/sanctum": "^2.14.1",
"laravel/tinker": "^2.7"
},