Skip to content

Commit 8871f45

Browse files
Added UPGRADE.md
1 parent 28120ea commit 8871f45

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

UPGRADE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Upgrade to 4.0 from 3.12
2+
3+
## High Impact Changes
4+
5+
### PHP 8.2 Required
6+
7+
Laravel Cache now required PHP 8.2.0 or greater.
8+
9+
### Composer Dependencies
10+
11+
You should update the following dependency in your application's composer.json file:
12+
13+
- `dragon-code/laravel-cache` to `^4.0`
14+
15+
### Application Structure
16+
17+
The use of the dependence of the contracts `dragon-code/contracts` was removed.
18+
19+
This means that the `DragonCode\Contracts\*` contracts will no longer be working.
20+
21+
### Replaces Namespaces
22+
23+
- `DragonCode\Contracts\Support\Arrayable` replace with `Illuminate\Contracts\Support\Arrayable`

0 commit comments

Comments
 (0)