File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/laravel/compare/v11 .0.0...11.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/laravel/compare/v12 .0.0...master )
4
4
5
- ## [ v11 .0.0 (2023-02-17 )] ( https://github.com/laravel/laravel/compare/v10.3.2 ...v11 .0.0 )
5
+ ## [ v12 .0.0 (2025-??-?? )] ( https://github.com/laravel/laravel/compare/v11.0.0 ...v12 .0.0 )
6
6
7
- Laravel 11 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.
7
+ Laravel 12 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"require" : {
8
8
"php" : " ^8.2" ,
9
- "laravel/framework" : " ^11 .0" ,
10
- "laravel/tinker" : " ^2.9 "
9
+ "laravel/framework" : " ^12 .0" ,
10
+ "laravel/tinker" : " dev-develop "
11
11
},
12
12
"require-dev" : {
13
13
"fakerphp/faker" : " ^1.23" ,
14
14
"laravel/pint" : " ^1.13" ,
15
- "laravel/sail" : " ^1.26 " ,
15
+ "laravel/sail" : " dev-develop " ,
16
16
"mockery/mockery" : " ^1.6" ,
17
- "nunomaduro/collision" : " ^8.0" ,
18
- "phpunit/phpunit" : " ^10.5" ,
19
- "spatie/laravel-ignition" : " ^2.4"
17
+ "phpunit/phpunit" : " ^10.5"
20
18
},
21
19
"autoload" : {
22
20
"psr-4" : {
49
47
},
50
48
"extra" : {
51
49
"branch-alias" : {
52
- "dev-master" : " 11 .x-dev"
50
+ "dev-master" : " 12 .x-dev"
53
51
},
54
52
"laravel" : {
55
53
"dont-discover" : []
You can’t perform that action at this time.
0 commit comments