Prepare v11

This commit is contained in:
Dries Vints 2023-02-14 16:50:55 +01:00
parent 674fbcceb9
commit 1df3be4846
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.2]
name: PHP ${{ matrix.php }}

View File

@ -1,6 +1,6 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.0...10.x)
## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.0...master)
## [v10.0.0 (2022-02-14)](https://github.com/laravel/laravel/compare/v9.5.2...v10.0.0)

View File

@ -5,9 +5,9 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"laravel/framework": "^11.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
},
@ -49,7 +49,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "10.x-dev"
"dev-master": "11.x-dev"
},
"laravel": {
"dont-discover": []