File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/Support/AliasArguments Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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 )
5
5
--------------
6
6
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
+
7
12
2023-01-06, 8.4.0
8
13
-----------------
9
14
### Added
Original file line number Diff line number Diff line change 77
77
},
78
78
"extra" : {
79
79
"branch-alias" : {
80
- "dev-master" : " 8.4 -dev"
80
+ "dev-master" : " 8.5 -dev"
81
81
},
82
82
"laravel" : {
83
83
"providers" : [
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ private function orderPaths(array $paths): array
27
27
return $ this ->pathLevels ($ b ) <=> $ this ->pathLevels ($ a );
28
28
};
29
29
30
+ // TODO: can be removed once PHP 7.4 is dropped
30
31
$ functionName = Helpers::shouldUseSafe ('\\Safe \\uksort ' );
31
32
32
33
if (\is_callable ($ functionName )) {
You can’t perform that action at this time.
0 commit comments