Skip to content

Commit 2db6692

Browse files
committed
chore: prepare 8.5.0 release
1 parent 9810d2f commit 2db6692

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
CHANGELOG
22
=========
33

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

7+
2023-01-13, 8.5.0
8+
-----------------
9+
### Added
10+
- Add support for thecodingmachine/safe 2.4 [\#961 / tranvantri](https://github.com/rebing/graphql-laravel/pull/961)
11+
712
2023-01-06, 8.4.0
813
-----------------
914
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"extra": {
7979
"branch-alias": {
80-
"dev-master": "8.4-dev"
80+
"dev-master": "8.5-dev"
8181
},
8282
"laravel": {
8383
"providers": [

src/Support/AliasArguments/ArrayKeyChange.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ private function orderPaths(array $paths): array
2727
return $this->pathLevels($b) <=> $this->pathLevels($a);
2828
};
2929

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

3233
if (\is_callable($functionName)) {

0 commit comments

Comments
 (0)