From 2d433a20af0f1a26db5983b1b2891fbe98b75fb1 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 18 Mar 2026 23:36:55 +0300 Subject: [PATCH 1/2] Update illuminate/contracts version requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7b77746..dd118c0 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "voku/portable-ascii": "^1.4.8 || ^2.0.1" }, "require-dev": { - "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", "phpunit/phpunit": "^9.6 || ^11.0 || ^12.0", "symfony/var-dumper": "^6.0 || ^7.0" }, @@ -93,4 +93,4 @@ } } } -} \ No newline at end of file +} From fdcddf32dc5220a853b91a18d0d769a183f2f671 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 18 Mar 2026 23:37:30 +0300 Subject: [PATCH 2/2] Update phpunit.yml --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index c3dd797..e38400a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.1", "8.2", "8.3", "8.4" ] + php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ] name: PHP ${{ matrix.php }}