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 9012774 commit 9cb9e70Copy full SHA for 9cb9e70
UPGRADE.md
@@ -2,6 +2,10 @@
2
3
## v4
4
5
+### Upgrading from v4.2 to v4.3
6
+
7
+- Minimum Laravel version increased from `10.34` to `10.46`.
8
9
### Upgrading from v4.1 to v4.2
10
11
- Minimum Laravel version increased from `10.33` to `10.34`.
composer.json
@@ -6,7 +6,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.1",
- "laravel/framework": "^10.34"
+ "laravel/framework": "^10.46"
},
"require-dev": {
12
"ext-json": "*",
0 commit comments