Skip to content

Commit 4c50f01

Browse files
committed
build(deps): update to stable dependencies
1 parent 215cba0 commit 4c50f01

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6-
## Unreleased (Laravel 11)
6+
## Unreleased
77

88
### Changed
99

Diff for: composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-develop": "3.x-dev",
57-
"dev-laravel11": "4.x-dev"
56+
"dev-develop": "4.x-dev"
5857
},
5958
"laravel": {
6059
"aliases": {
@@ -66,7 +65,7 @@
6665
]
6766
}
6867
},
69-
"minimum-stability": "dev",
68+
"minimum-stability": "stable",
7069
"prefer-stable": true,
7170
"config": {
7271
"sort-packages": true

0 commit comments

Comments
 (0)