From f79885bfae4c2b89356ad738859604600df952fc Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Thu, 17 Oct 2024 13:10:43 +0530 Subject: [PATCH] Version updates --- .github/workflows/php-test-workflow.yml | 2 ++ composer.json | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/php-test-workflow.yml b/.github/workflows/php-test-workflow.yml index b1c2b78e..f0cb407b 100644 --- a/.github/workflows/php-test-workflow.yml +++ b/.github/workflows/php-test-workflow.yml @@ -11,6 +11,8 @@ jobs: strategy: matrix: include: + - php: '8.1' + dependencies-preference: "--prefer-lowest" - php: '8.2' dependencies-preference: " " - php: '8.2' diff --git a/composer.json b/composer.json index 46e69ebb..85fdb403 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "homepage": "http://github.com/apigee/apigee-client-php", "license": "Apache-2.0", "require": { - "php": "~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3", "ext-json": "*", "ext-openssl": "*", "ext-reflection": "*", @@ -28,10 +28,10 @@ "php-http/message-factory": "^1.0", "phpdocumentor/reflection-docblock": "^5.0", "psr/http-message": "^1.0 || ^2.0", - "symfony/options-resolver": "^6.4.8 || ^7.1", - "symfony/property-access": "^6.4.9 || ^7.1", - "symfony/property-info": "^6.4.9 || ^7.1", - "symfony/serializer": "^6.4.9 || ^7.1" + "symfony/options-resolver": "^6.4.8 || ^7.1.1", + "symfony/property-access": "^6.4.9 || ^7.1.4", + "symfony/property-info": "^6.4.9 || ^7.1.3", + "symfony/serializer": "^6.4.9 || ^7.1.5" }, "require-dev": { "dms/phpunit-arraysubset-asserts": "^0.4.0", @@ -46,7 +46,7 @@ "phpmetrics/phpmetrics": "^2.7", "phpunit/phpunit": "^9.6", "sebastian/comparator": "^4.0.5", - "symfony/cache": "^6.4.9 || ^7.1", + "symfony/cache": "^6.4.9 || ^7.1.5", "vimeo/psalm": "^5.20" }, "autoload": {