10000 [12.x] Prep Laravel v12 (#6357) · laravel/laravel@b31cc1b · GitHub
[go: up one dir, main page]

Skip to content

Commit b31cc1b

authored
[12.x] Prep Laravel v12 (#6357)
* Prep Laravel v12 * wip * wip * wip * wip * wip * wip
1 parent ec8b740 commit b31cc1b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes
22

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)
44

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)
66

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.

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.2",
9-
"laravel/framework": "^11.0",
10-
"laravel/tinker": "^2.9"
9+
"laravel/framework": "^12.0",
10+
"laravel/tinker": "dev-develop"
1111
},
1212
"require-dev": {
1313
"fakerphp/faker": "^1.23",
1414
"laravel/pint": "^1.13",
15-
"laravel/sail": "^1.26",
15+
"laravel/sail": "dev-develop",
1616
"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"
2018
},
2119
"autoload": {
2220
"psr-4": {
@@ -49,7 +47,7 @@
4947
},
5048
"extra": {
5149
"branch-alias": {
52-
"dev-master": "11.x-dev"
50+
"dev-master": "12.x-dev"
5351
},
5452
"laravel": {
5553
"dont-discover": []

0 commit comments

Comments
 (0)
0