Skip to content

Commit

Permalink
Update for pop-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Apr 1, 2024
1 parent 801f183 commit ba23ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=8.1.0",
"popphp/pop-http": "^5.1.0",
"popphp/pop-http": "^5.1.1",
"popphp/pop-mime": "^2.0.0",
"popphp/pop-utils": "^2.1.0",
"google/apiclient": "^v2.15.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Office365.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ public function markAsUnread(string $messageId): Office365
return $this->markAsRead($messageId, false);
}

}
}

0 comments on commit ba23ce2

Please sign in to comment.