Skip to content

Commit

Permalink
Prepare 5.0.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 4, 2020
1 parent 00184d4 commit 458dccf
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 128 deletions.
125 changes: 0 additions & 125 deletions CHANGELOG-3.x.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog for 5.x

This changelog references the relevant changes (bug and security fixes) done to `orchestra/support`.

## 5.0.0

Released: 2020-03-04

### Changes

* Update support for Laravel Framework v7+.
* Add `Orchestra\Support\Concerns\WithConfiguration::setConfigurationFrom()` method.

### Removed

* Remove deprecated
- `Orchestra\Support\Facades\Profiler`
- `Orchestra\Support\Concerns\QueryFilter`
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"orchestra/support-facades": "self.version",
"orchestra/support-providers": "self.version"
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
}
},
"config": {
"sort-packages": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down

0 comments on commit 458dccf

Please sign in to comment.