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 a14cf1c commit cacb721Copy full SHA for cacb721
UPGRADE.md
@@ -4,7 +4,7 @@
4
5
### Upgrading from v4.3 to v5.0
6
7
-- Minimum Laravel version increased from `10.46` to `11.0`.
+- Minimum Laravel version increased from `10.46` to `11.0.3`.
8
- Minimum PHP version increased from `8.1` to `8.2`.
9
10
## v4
composer.json
@@ -6,7 +6,7 @@
"minimum-stability": "dev",
"require": {
"php": "^8.2",
- "laravel/framework": "^11.0|11.x-dev"
+ "laravel/framework": "^11.0.3"
},
11
"require-dev": {
12
"ext-json": "*",
0 commit comments