Skip to content

Commit b9bd0fd

Browse files
committed
update for compatibility with php 8.3
1 parent b6e306b commit b9bd0fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.1.0",
1414
"ext-json": "*",
15-
"league/fractal": "^0.19.2",
15+
"league/fractal": "^0.20.0",
1616
"yiisoft/yii2": "~2.0.15"
1717

1818
},

src/JsonApiError.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class JsonApiError extends BaseObject implements JsonSerializable
2121
public $source;
2222
public $meta = [];
2323

24+
#[\ReturnTypeWillChange]
2425
public function jsonSerialize()
2526
{
2627
$base = [

0 commit comments

Comments
 (0)