From e4bba8f7b053f0169401fd51974e07539e880121 Mon Sep 17 00:00:00 2001 From: C0rTeZ13 Date: Wed, 12 Feb 2025 20:25:14 +0300 Subject: [PATCH 1/2] ensitech-273 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8cc5b7e..def3397 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] laravel: [9.*, 10.*, 11.*] exclude: - laravel: 11.* From 7c94cafcf45ea5d5f313354eb749d4d678baf77e Mon Sep 17 00:00:00 2001 From: C0rTeZ13 Date: Mon, 17 Feb 2025 12:07:23 +0300 Subject: [PATCH 2/2] ensitech-273 psr/http-message add to composer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ec6f11..76cc5b3 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.11", "spaze/phpstan-disallowed-calls": "^2.15", - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0" + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", + "psr/http-message": "^1.0 || ^2.0" }, "autoload": { "psr-4": {