From f96fb0d29165486a86cbfb7ac0a6ec156a14f92a Mon Sep 17 00:00:00 2001 From: pipedrive-bot Date: Tue, 2 Jun 2026 11:26:04 +0000 Subject: [PATCH 1/2] Build 332 - version-patch --- CHANGELOG.md | 3 +++ composer.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96beea41..7b4042c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed +- Bumped minimum PHP version requirement from 8.0 to 8.1 + ## [17.2.1](https://github.com/pipedrive/client-php/compare17.2.0...17.2.1) (2026-04-06) ### Fixed diff --git a/composer.json b/composer.json index c85584e9..ee824218 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "homepage": "https://github.com/pipedrive/client-php", "license": "MIT", "require": { - "php": "^8.0", + "php": "^8.1", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", @@ -23,7 +23,7 @@ "guzzlehttp/psr7": "^2.0" }, "require-dev": { - "pestphp/pest": "^1.23", + "pestphp/pest": "^2.0", "phpstan/phpstan": "^1.10" }, "autoload": { From 0db9542ef58c518541ed9f56705f15c3bb12418a Mon Sep 17 00:00:00 2001 From: nikita-masalov Date: Thu, 4 Jun 2026 16:14:16 +0300 Subject: [PATCH 2/2] Release v17.3.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4042c5..cd84907c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [17.3.0](https://github.com/pipedrive/client-php/compare17.2.1...17.3.0) (2026-04-06) + ### Changed - Bumped minimum PHP version requirement from 8.0 to 8.1