From 18003672172e9ca9ee31d3fed365757c29127a29 Mon Sep 17 00:00:00 2001 From: sixlive Date: Wed, 4 Jun 2025 14:36:01 -0400 Subject: [PATCH] PHP 8.2 support --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a674e0..534330c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.4] + php: [8.2, 8.3, 8.4] laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index a2cf20e..989398e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Prism tool for interacting with MCP servers", "type": "library", "require": { - "php": "^8.3", + "php": "^8.2", "prism-php/prism": ">=0.56 ^0", "laravel/framework": "^11.0|^12.0" },