diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fd4bc2a..77b2a7e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
- composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
env:
APP_ENV: testing
diff --git a/composer.json b/composer.json
index a2cb156..bad4fb5 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.39",
"orchestra/testbench": "^8.0 || ^9.0",
- "phpunit/phpunit": "^9.6.0 || ^10.5"
+ "phpunit/phpunit": "^10.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index a3a7dca..0084a29 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -16,12 +16,11 @@
-
-
- src/Facades
- src/Fpdf
-
-
+