Skip to content

Commit 0ec47b1

Browse files
committed
Upgrade Laravel 12 → 13, Pest 3 → 4, Tinker 2 → 3
Pin SESSION_COOKIE=teal_session in .env.example to prevent the L13 prefix format change from invalidating existing sessions. All 91 tests pass, no code changes required.
1 parent 08ddbc3 commit 0ec47b1

3 files changed

Lines changed: 729 additions & 874 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ SESSION_LIFETIME=120
3333
SESSION_ENCRYPT=false
3434
SESSION_PATH=/
3535
SESSION_DOMAIN=null
36+
SESSION_COOKIE=teal_session
3637

3738
BROADCAST_CONNECTION=log
3839
FILESYSTEM_DISK=local

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"require": {
99
"php": "^8.2",
1010
"intervention/image": "^3.11",
11-
"laravel/framework": "^12.0",
11+
"laravel/framework": "^13.0",
1212
"laravel/octane": "^2.14",
13-
"laravel/tinker": "^2.10.1",
13+
"laravel/tinker": "^3.0",
1414
"livewire/livewire": "^3.6.4",
1515
"livewire/volt": "^1.7.0",
1616
"saloonphp/cache-plugin": "^3.1",
@@ -26,8 +26,8 @@
2626
"laravel/sail": "^1.41",
2727
"mockery/mockery": "^1.6",
2828
"nunomaduro/collision": "^8.6",
29-
"pestphp/pest": "^3.8",
30-
"pestphp/pest-plugin-laravel": "^3.2"
29+
"pestphp/pest": "^4.0",
30+
"pestphp/pest-plugin-laravel": "^4.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)