From 6925ee29481e2406e0ceac728ff9654cd25ba640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=96zisik?= Date: Thu, 21 Mar 2024 18:11:24 +0200 Subject: [PATCH] update --- composer.json | 2 +- phpunit.xml | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 8fa8e38..e8b5d7d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.0|^10.0", - "laravel/laravel": "7.*|8.*|9.*|10.*|11.*", + "laravel/laravel": "8.*|9.*|10.*|11.*", "mockery/mockery": "^1.3", "friendsofphp/php-cs-fixer": "^3.13" }, diff --git a/phpunit.xml b/phpunit.xml index f4eb86a..c8e4da5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,14 +1,5 @@ - + ./tests/Integration @@ -16,5 +7,7 @@ + + \ No newline at end of file