From 2425330b227e03e32832f8d603fef56bad785db3 Mon Sep 17 00:00:00 2001 From: masterfermin02 Date: Sat, 13 Mar 2021 00:29:33 -0500 Subject: [PATCH 1/2] This pr is to fix the build test issues --- src/ReturnTypeProvider/AppReturnTypeProvider.php | 2 +- src/ReturnTypeProvider/RedirectReturnTypeProvider.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReturnTypeProvider/AppReturnTypeProvider.php b/src/ReturnTypeProvider/AppReturnTypeProvider.php index c4d559f5..ae59c343 100644 --- a/src/ReturnTypeProvider/AppReturnTypeProvider.php +++ b/src/ReturnTypeProvider/AppReturnTypeProvider.php @@ -21,7 +21,7 @@ final class AppReturnTypeProvider implements FunctionReturnTypeProviderInterface { /** - * @return array + * @return array */ public static function getFunctionIds(): array { diff --git a/src/ReturnTypeProvider/RedirectReturnTypeProvider.php b/src/ReturnTypeProvider/RedirectReturnTypeProvider.php index f97780d1..d6177ce6 100644 --- a/src/ReturnTypeProvider/RedirectReturnTypeProvider.php +++ b/src/ReturnTypeProvider/RedirectReturnTypeProvider.php @@ -15,7 +15,7 @@ class RedirectReturnTypeProvider implements FunctionReturnTypeProviderInterface { /** - * @return array + * @return array */ public static function getFunctionIds(): array { From b097a0e4df992771a5952ba08b06c6c957b460e1 Mon Sep 17 00:00:00 2001 From: masterfermin02 Date: Sat, 13 Mar 2021 00:48:26 -0500 Subject: [PATCH 2/2] Removed deprecated version --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e5f6e90f..91b8e766 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "php": "^7.3|^8", "ext-simplexml": "*", "barryvdh/laravel-ide-helper": "^2.8.0", - "illuminate/container": "5.8.* || ^6.0 || ^7.0 || ^8.0", - "illuminate/contracts": "5.8.* || ^6.0 || ^7.0 || ^8.0", - "illuminate/database": "5.8.* || ^6.0 || ^7.0 || ^8.0", - "illuminate/http": "5.8.* || ^6.0 || ^7.0 || ^8.0", - "illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0", + "illuminate/container": "^6.0 || ^7.0 || ^8.0", + "illuminate/contracts": "^6.0 || ^7.0 || ^8.0", + "illuminate/database": "^6.0 || ^7.0 || ^8.0", + "illuminate/http": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0", "vimeo/psalm": "^4.0", "orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0" },