Skip to content

Commit 2ae2817

Browse files
committed
wip
1 parent 9b39f6e commit 2ae2817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases.md

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

1010
Laravel and its other first-party packages follow [Semantic Versioning](https://semver.org). Major framework releases are released every year (~Q1), while minor and patch releases may be released as often as every week. Minor and patch releases should **never** contain breaking changes.
1111

12-
When referencing the Laravel framework or its components from your application or package, you should always use a version constraint such as `^11.0`, since major releases of Laravel do include breaking changes. However, we strive to always ensure you may update to a new major release in one day or less.
12+
When referencing the Laravel framework or its components from your application or package, you should always use a version constraint such as `^12.0`, since major releases of Laravel do include breaking changes. However, we strive to always ensure you may update to a new major release in one day or less.
1313

1414
<a name="named-arguments"></a>
1515
#### Named Arguments

0 commit comments

Comments
 (0)