Skip to content

Commit

Permalink
chore: prepare 8.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Jan 13, 2023
1 parent 9810d2f commit 2db6692
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
CHANGELOG
=========

[Next release](https://github.com/rebing/graphql-laravel/compare/8.4.0...master)
[Next release](https://github.com/rebing/graphql-laravel/compare/8.5.0...master)
--------------

2023-01-13, 8.5.0
-----------------
### Added
- Add support for thecodingmachine/safe 2.4 [\#961 / tranvantri](https://github.com/rebing/graphql-laravel/pull/961)

2023-01-06, 8.4.0
-----------------
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "8.4-dev"
"dev-master": "8.5-dev"
},
"laravel": {
"providers": [
Expand Down
1 change: 1 addition & 0 deletions src/Support/AliasArguments/ArrayKeyChange.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ private function orderPaths(array $paths): array
return $this->pathLevels($b) <=> $this->pathLevels($a);
};

// TODO: can be removed once PHP 7.4 is dropped
$functionName = Helpers::shouldUseSafe('\\Safe\\uksort');

if (\is_callable($functionName)) {
Expand Down

0 comments on commit 2db6692

Please sign in to comment.