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

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"
},