From 58fabac14123c37ed26d800daa23c9acfbbb85d6 Mon Sep 17 00:00:00 2001 From: Sammyjo20 <29132017+Sammyjo20@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:28:13 +0000 Subject: [PATCH 1/3] Updated to Saloon v4 --- .idea/.gitignore | 10 ++++++++++ .idea/material_theme_project_new.xml | 12 ++++++++++++ composer.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/material_theme_project_new.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..f3eb0ed --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index b56d824..122de07 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^8.1", "saloonphp/pagination-plugin": "^2.2", - "saloonphp/saloon": "^3.14" + "saloonphp/saloon": "^4.0" }, "require-dev": { "laravel/pint": "^1.27", From 3556d1685fc5a7af91a74745a0311dba77031960 Mon Sep 17 00:00:00 2001 From: Sammyjo20 <29132017+Sammyjo20@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:29:41 +0000 Subject: [PATCH 2/3] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40a01e..9698653 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Tests](https://github.com/ohdearapp/ohdear-php-sdk/workflows/run-tests/badge.svg) [![Total Downloads](https://img.shields.io/packagist/dt/ohdearapp/ohdear-php-sdk.svg?style=flat-square)](https://packagist.org/packages/ohdearapp/ohdear-php-sdk) -This package is the official PHP SDK for the [Oh Dear](https://ohdear.app) API, built with [Saloon](https://docs.saloon.dev/) v3. +This package is the official PHP SDK for the [Oh Dear](https://ohdear.app) API, built with [Saloon](https://docs.saloon.dev/) v4. ```php use OhDear\PhpSdk\OhDear; From 9658e7828a62ca55f83add7275b1c667a7ee313f Mon Sep 17 00:00:00 2001 From: Sammyjo20 <29132017+Sammyjo20@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:30:23 +0000 Subject: [PATCH 3/3] Removed .idea --- .idea/.gitignore | 10 ---------- .idea/material_theme_project_new.xml | 12 ------------ 2 files changed, 22 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/material_theme_project_new.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index ab1f416..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml deleted file mode 100644 index f3eb0ed..0000000 --- a/.idea/material_theme_project_new.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file