Skip to content

Commit

Permalink
Merge pull request #108 from turbo124/main
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
turbo124 authored Jan 9, 2025
2 parents 4488f21 + 1948faa commit 7dcd484
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 7dcd484

Please sign in to comment.