From b64d706524469f17ccbe5bbd6bfcf12a64340324 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 24 Feb 2025 02:02:16 +0300 Subject: [PATCH 1/3] Added Laravel 12 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7eb77e2..10f8580 100644 --- a/composer.json +++ b/composer.json @@ -50,8 +50,8 @@ "voku/portable-ascii": "^1.4.8 || ^2.0.1" }, "require-dev": { - "illuminate/contracts": "^9.0 || ^10.0 || ^11.0", - "phpunit/phpunit": "^9.6 || ^11.0", + "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0", + "phpunit/phpunit": "^9.6 || ^11.0 || ^12.0", "symfony/var-dumper": "^6.0 || ^7.0" }, "conflict": { @@ -93,4 +93,4 @@ } } } -} \ No newline at end of file +} From cf5b3d94505e80135d5dbff1e42264e0fc5b2348 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 24 Feb 2025 02:02:47 +0300 Subject: [PATCH 2/3] Update phpunit.yml --- .github/workflows/phpunit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 06baccd..a904fcd 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,5 +29,8 @@ jobs: - name: Install dependencies run: composer update --prefer-dist --no-progress --no-interaction + - name: Update PHPUnit Configuration + run: vendor/bin/phpunit --migrate-configuration + - name: Execute tests run: sudo vendor/bin/phpunit From da0317435a9f8c2ac95157bdc2005f4ee14080e3 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 24 Feb 2025 17:01:03 +0300 Subject: [PATCH 3/3] Update phpunit.yml --- .github/workflows/phpunit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a904fcd..06baccd 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,8 +29,5 @@ jobs: - name: Install dependencies run: composer update --prefer-dist --no-progress --no-interaction - - name: Update PHPUnit Configuration - run: vendor/bin/phpunit --migrate-configuration - - name: Execute tests run: sudo vendor/bin/phpunit