From ac3d0e1a008b4106db230aca695ae29fde725199 Mon Sep 17 00:00:00 2001 From: George Fourkas Date: Tue, 12 Sep 2023 19:56:49 +0300 Subject: [PATCH 1/2] Bumping versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ad4ecbe..5a1ee44 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ ], "require": { "php": "^5.6.4 || ^7.0 || ^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", - "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "guzzlehttp/guzzle": "^6.2|^7.0" }, "require-dev": { From 0e25dc317bb47ec0e9008fb6f36655d8a39afa39 Mon Sep 17 00:00:00 2001 From: George Fourkas Date: Tue, 12 Sep 2023 20:14:20 +0300 Subject: [PATCH 2/2] Bumping versions --- composer.json | 2 +- phpunit.xml | 33 +++++++++++++-------------------- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 5a1ee44..47ef091 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "guzzlehttp/guzzle": "^6.2|^7.0" }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 347300e..c2d267c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,21 +1,14 @@ - - - - ./tests - - - - - ./src - - - \ No newline at end of file + + + + + ./tests + + + + + ./src + + +