Skip to content

Commit cacb721

Browse files
committed
update: Updated minimuim Laravel version for list rule
1 parent a14cf1c commit cacb721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Upgrading from v4.3 to v5.0
66

7-
- Minimum Laravel version increased from `10.46` to `11.0`.
7+
- Minimum Laravel version increased from `10.46` to `11.0.3`.
88
- Minimum PHP version increased from `8.1` to `8.2`.
99

1010
## v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "dev",
77
"require": {
88
"php": "^8.2",
9-
"laravel/framework": "^11.0|11.x-dev"
9+
"laravel/framework": "^11.0.3"
1010
},
1111
"require-dev": {
1212
"ext-json": "*",

0 commit comments

Comments
 (0)