Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jan 9, 2025
1 parent 0196c9a commit 1948faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"psr-4": {"InvoiceNinja\\Sdk\\": "src/"}
},
"require": {
"php": "^8.1|^8.2",
"guzzlehttp/guzzle": "^7.5",
"nesbot/carbon": "^2.66"
"php": "^8",
"guzzlehttp/guzzle": "^7",
"nesbot/carbon": "^2|^3"
},
"require-dev": {
"fakerphp/faker": "^1.16",
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function setClient(Client $client): self

public function setClientId(string $client_id): self
{
$this->client_id = $client->id;
$this->client_id = $client_id;

return $this;
}
Expand Down

0 comments on commit 1948faa

Please sign in to comment.