Skip to content

Commit

Permalink
update for compatibility with php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassarfert committed May 29, 2024
1 parent b6e306b commit b9bd0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"league/fractal": "^0.19.2",
"league/fractal": "^0.20.0",
"yiisoft/yii2": "~2.0.15"

},
Expand Down
1 change: 1 addition & 0 deletions src/JsonApiError.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class JsonApiError extends BaseObject implements JsonSerializable
public $source;
public $meta = [];

#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$base = [
Expand Down

0 comments on commit b9bd0fd

Please sign in to comment.