From f54e6876b2a1693b6f159dbc3cf12ab48608c604 Mon Sep 17 00:00:00 2001 From: hasnatfelmo <93522183+hasnatfelmo@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:21:29 +0200 Subject: [PATCH 1/2] illuminate-support-version-update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fec6852..b610ee2 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "illuminate/support": "^5.1||^6.0||^7.0||^8.0", + "illuminate/support": "^5.1||^6.0||^7.0||^8.0||^9.0", "illuminate/console": "^5.1||^6.0||^7.0||^8.0", "googleads/googleads-php-lib": ">=37.0" }, From 305900e1e3384f67b97a940d21d5a37cc75bdbbd Mon Sep 17 00:00:00 2001 From: hasnatfelmo <93522183+hasnatfelmo@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:11:23 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b610ee2..9272831 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "illuminate/support": "^5.1||^6.0||^7.0||^8.0||^9.0", - "illuminate/console": "^5.1||^6.0||^7.0||^8.0", + "illuminate/console": "^5.1||^6.0||^7.0||^8.0||^9.0", "googleads/googleads-php-lib": ">=37.0" }, "require-dev": {