From 2a4c221daeabf1e1758738bc570a13077bf5e36a Mon Sep 17 00:00:00 2001 From: "D. van der Heiden" Date: Thu, 3 Sep 2020 08:29:06 +0200 Subject: [PATCH 1/5] Add subscription line type entity --- .../Financials/Exact/SubscriptionLineType.php | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Picqer/Financials/Exact/SubscriptionLineType.php diff --git a/src/Picqer/Financials/Exact/SubscriptionLineType.php b/src/Picqer/Financials/Exact/SubscriptionLineType.php new file mode 100644 index 00000000..2a3f81dc --- /dev/null +++ b/src/Picqer/Financials/Exact/SubscriptionLineType.php @@ -0,0 +1,24 @@ + Date: Thu, 3 Sep 2020 08:30:50 +0200 Subject: [PATCH 2/5] Update SubscriptionLineType.php --- src/Picqer/Financials/Exact/SubscriptionLineType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picqer/Financials/Exact/SubscriptionLineType.php b/src/Picqer/Financials/Exact/SubscriptionLineType.php index 2a3f81dc..0d53fd6a 100644 --- a/src/Picqer/Financials/Exact/SubscriptionLineType.php +++ b/src/Picqer/Financials/Exact/SubscriptionLineType.php @@ -7,7 +7,7 @@ * * @see https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SubscriptionSubscriptionLineTypes * - * @property string $ID Primary key + * @property string $ID Primary key * @property string $Description Description */ class SubscriptionLineType extends Model From fce385038b493bbd0dfe4e5c252817e3f466c043 Mon Sep 17 00:00:00 2001 From: "D. van der Heiden" Date: Tue, 22 Sep 2020 11:24:16 +0200 Subject: [PATCH 3/5] Upgrade to Guzzle 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f53981c3..2ba048e8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "~7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36" From 674a8a293c431f7d9eaa93325180723ca19a976e Mon Sep 17 00:00:00 2001 From: "D. van der Heiden" Date: Tue, 22 Sep 2020 11:27:48 +0200 Subject: [PATCH 4/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ba048e8..da8d4048 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "~7.0" + "guzzlehttp/guzzle": "^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36" From 7a98b4633b1d2fba7b9e538515d99f81c8548242 Mon Sep 17 00:00:00 2001 From: Dick van der Heiden Date: Wed, 9 Dec 2020 15:56:29 +0100 Subject: [PATCH 5/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index da8d4048..f53981c3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "^7.0" + "guzzlehttp/guzzle": "~6.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36"