File tree 5 files changed +5
-3
lines changed
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 52
52
with :
53
53
coverage : none
54
54
extensions : mbstring
55
- php-version : 7.2
55
+ php-version : 7.4
56
56
57
57
- run : composer install --no-interaction --no-progress
58
58
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Added
13
13
14
14
- Support Laravel 12 https://github.com/laragraph/utils/pull/20
15
+ - Support ` thecodingmachine/safe ` 3 https://github.com/laragraph/utils/pull/21
15
16
16
17
## v2.1.0
17
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Utilities for using GraphQL with Laravel
12
12
13
13
Install through composer
14
14
15
- ``` bash
15
+ ``` shell
16
16
composer require laragraph/utils
17
17
```
18
18
Original file line number Diff line number Diff line change 18
18
"php" : " ^7.2 || ^8" ,
19
19
"illuminate/contracts" : " ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12" ,
20
20
"illuminate/http" : " ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12" ,
21
- "thecodingmachine/safe" : " ^1.1 || ^2" ,
21
+ "thecodingmachine/safe" : " ^1.1 || ^2 || ^3 " ,
22
22
"webonyx/graphql-php" : " ^0.13.2 || ^14 || ^15"
23
23
},
24
24
"require-dev" : {
Original file line number Diff line number Diff line change 7
7
use Illuminate \Support \Arr ;
8
8
use Illuminate \Support \Str ;
9
9
use Safe \Exceptions \JsonException ;
10
+
10
11
use function Safe \json_decode ;
11
12
12
13
/** Follows https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md. */
You can’t perform that action at this time.
0 commit comments