Skip to content

Commit 9cb9e70

Browse files
committed
update: Updated minimum version
1 parent 9012774 commit 9cb9e70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

UPGRADE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v4
44

5+
### Upgrading from v4.2 to v4.3
6+
7+
- Minimum Laravel version increased from `10.34` to `10.46`.
8+
59
### Upgrading from v4.1 to v4.2
610

711
- Minimum Laravel version increased from `10.33` to `10.34`.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "stable",
77
"require": {
88
"php": "^8.1",
9-
"laravel/framework": "^10.34"
9+
"laravel/framework": "^10.46"
1010
},
1111
"require-dev": {
1212
"ext-json": "*",

0 commit comments

Comments
 (0)