We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28120ea commit 8871f45Copy full SHA for 8871f45
UPGRADE.md
@@ -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