From f1bebfb600ff2f50134e23fda631ce257c6fca89 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Fri, 18 Sep 2020 12:22:51 +0300 Subject: [PATCH 1/3] l8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3880c0b..a813913 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ ], "require": { "php": "^7.2.5", - "illuminate/contracts": "^7.0", - "illuminate/support": "^7.0", - "illuminate/database": "^7.0" + "illuminate/contracts": "^7.0|^8.0", + "illuminate/support": "^7.0|^8.0", + "illuminate/database": "^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^5.0", From 4c00a85bf4df8650d4901e1b5b99202d0d62bba2 Mon Sep 17 00:00:00 2001 From: Bayram Ali Date: Thu, 11 Mar 2021 17:36:03 +0300 Subject: [PATCH 2/3] php8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a813913..56197bd 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0|^8.1", "illuminate/contracts": "^7.0|^8.0", "illuminate/support": "^7.0|^8.0", "illuminate/database": "^7.0|^8.0" From 76e8c5da591b85849d19a155d86d185fe82a123f Mon Sep 17 00:00:00 2001 From: Bayram Ali Date: Sat, 8 Oct 2022 14:37:01 +0300 Subject: [PATCH 3/3] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 56197bd..bcb5f4f 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ ], "require": { "php": "^7.2.5|^8.0|^8.1", - "illuminate/contracts": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0", - "illuminate/database": "^7.0|^8.0" + "illuminate/contracts": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/database": "^7.0|^8.0|^9.0" }, "require-dev": { "orchestra/testbench": "^5.0",