Skip to content

Commit cff552f

Browse files
committed
add support laravel ^12.0
1 parent 7335165 commit cff552f

File tree

5 files changed

+882
-118
lines changed

5 files changed

+882
-118
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ laravel-wallet - It's easy to work with a virtual wallet.
2020

2121
| Version | Laravel | PHP | Release date | End of improvements | End of support |
2222
|------------|----------------|-----------------|--------------|---------------------|----------------|
23-
| 10.x [LTS] | ^10.0,^11.0 | 8.1,8.2,8.3,8.4 | Jul 8, 2023 | May 1, 2024 | Feb 4, 2025 |
24-
| 11.x | ^11.0 | 8.2,8.3,8.4 | Mar 14, 2024 | May 1, 2025 | Sep 6, 2025 |
25-
26-
> [!IMPORTANT]
27-
> If you are using laravel-wallet ^10.0 with laravel ^11, then the minimum php version is 8.2.
23+
| 11.x [LTS] | ^11.0, ^12.0 | 8.2,8.3,8.4 | Mar 14, 2024 | May 1, 2026 | Sep 6, 2026 |
2824

2925
### Upgrade Guide
3026

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"ramsey/uuid": "^4.0"
3232
},
3333
"require-dev": {
34-
"driftingly/rector-laravel": "^1.0|^2.0",
34+
"driftingly/rector-laravel": "^2.0",
3535
"ergebnis/phpstan-rules": "^2.1",
3636
"infection/infection": "~0.27",
37-
"larastan/larastan": "^2.8",
37+
"larastan/larastan": "^3.0",
3838
"laravel/cashier": "^15.0",
3939
"nunomaduro/collision": "^8.0",
40-
"orchestra/testbench": "^9.0|^10.0",
41-
"phpstan/phpstan": "^1.10|^2.1",
40+
"orchestra/testbench": "^10.0",
41+
"phpstan/phpstan": "^2.1",
4242
"phpunit/phpunit": "^11.0",
43-
"rector/rector": "^1.0|^2.0",
43+
"rector/rector": "^2.0",
4444
"symplify/easy-coding-standard": "^12.1"
4545
},
4646
"suggest": {

0 commit comments

Comments
 (0)