From 6caaa242a23bc39b4e3cf57304b5409260a7a346 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 30 Nov 2023 14:09:05 +0000 Subject: [PATCH] [develop] Adds L11 support (#31) * Adds L11 support * Removes verbose --- .github/workflows/tests.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d826a1d..3b2e8d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,4 +37,4 @@ jobs: run: composer install --no-interaction --prefer-dist - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index 3d14110..17f1809 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ ], "require": { "php": "^7.2.0|^8.0", - "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^7.0|^8.0|^9.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0" }, "autoload": { "files": [