diff --git a/composer.json b/composer.json index aa97f63..385d4ca 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Client/Office365.php b/src/Client/Office365.php index ca9cab1..9c257aa 100644 --- a/src/Client/Office365.php +++ b/src/Client/Office365.php @@ -240,4 +240,4 @@ public function markAsUnread(string $messageId): Office365 return $this->markAsRead($messageId, false); } -} \ No newline at end of file +}