From 46563548b154743a77a11d5ec24e58f05d537721 Mon Sep 17 00:00:00 2001 From: Altin Maloku Date: Sat, 23 Mar 2024 09:05:29 +0100 Subject: [PATCH 1/4] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 182d1ed0d..1008e2ba9 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ }, "require": { "php": "^7.1.3 || ^8.0", - "illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10", + "illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "guzzlehttp/guzzle": "^6 || ^7", "monolog/monolog": "^1.12||^2.0||^3.2" }, "require-dev": { "phpunit/phpunit" : "^7 || ^8 || ^9", - "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10", + "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "phpstan/phpstan": "^1.4", "wdes/coding-standard": "^3.2" }, From dadd8261d06db5bcd5d3fd9d16c5cbe73ca99c0b Mon Sep 17 00:00:00 2001 From: Altin Maloku Date: Sat, 23 Mar 2024 10:00:58 +0100 Subject: [PATCH 2/4] Bump phpunit/phpunit. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1008e2ba9..58b7aba0d 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "monolog/monolog": "^1.12||^2.0||^3.2" }, "require-dev": { - "phpunit/phpunit" : "^7 || ^8 || ^9", + "phpunit/phpunit" : "^7 || ^8 || ^9 || ^10", "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", "phpstan/phpstan": "^1.4", "wdes/coding-standard": "^3.2" From 29877bfff0b99481ca673f34d7fc21e145f8f1f1 Mon Sep 17 00:00:00 2001 From: Altin Maloku Date: Sat, 23 Mar 2024 10:07:09 +0100 Subject: [PATCH 3/4] Migrate phpunit configuration --- phpunit.xml | 44 +++++++++++++++++--------------------------- 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 5c3ecf0fb..20a48c37b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,29 +1,19 @@ - - - - - src - - - - - - - - - - ./tests - - + + + + + + + + + + ./tests + + + + + src + + From b92d548f7b6723d30377d9c86cf6f237a1482ec9 Mon Sep 17 00:00:00 2001 From: Altin Maloku Date: Sat, 23 Mar 2024 10:16:38 +0100 Subject: [PATCH 4/4] Revert "Migrate phpunit configuration" This reverts commit 29877bfff0b99481ca673f34d7fc21e145f8f1f1. --- phpunit.xml | 44 +++++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 20a48c37b..5c3ecf0fb 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,19 +1,29 @@ - - - - - - - - - - ./tests - - - - - src - - + + + + + src + + + + + + + + + + ./tests + +