8000 [Docs] Update upgrade guide · zzllbj/laravel-json-api@d714aa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d714aa1

Browse files
committed
[Docs] Update upgrade guide
1 parent 78d1940 commit d714aa1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/upgrade.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Upgrade Guide
22

3+
## 3.x to 4.0
4+
5+
### PHP 8.1
6+
7+
To remove deprecation messages from PHP 8.1, we've added return types of `#[\ReturnTypeWillChange]` annotations to
8+
methods for internal interfaces. This is unlikely to break your application, unless you have extended one of our classes
9+
and overridden an internal method.
10+
311
## 2.x to 3.0
412

513
### Validators

0 commit comments

Comments
 (0)
0