We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215cba0 commit 4c50f01Copy full SHA for 4c50f01
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
-## Unreleased (Laravel 11)
+## Unreleased
7
8
### Changed
9
composer.json
@@ -53,8 +53,7 @@
53
},
54
"extra": {
55
"branch-alias": {
56
- "dev-develop": "3.x-dev",
57
- "dev-laravel11": "4.x-dev"
+ "dev-develop": "4.x-dev"
58
59
"laravel": {
60
"aliases": {
@@ -66,7 +65,7 @@
66
65
]
67
}
68
69
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
70
"prefer-stable": true,
71
"config": {
72
"sort-packages": true
0 commit comments