From dc632bdf8726772862aed7e9d967489a0c97bbcf Mon Sep 17 00:00:00 2001 From: Winnie Lin Date: Sun, 24 Mar 2024 15:04:02 +0800 Subject: [PATCH 1/2] Update compatible requirements for Laravel installer v5.6 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8067e4345..5f17237e5 100644 --- a/composer.json +++ b/composer.json @@ -36,13 +36,13 @@ } }, "require": { - "php": "^7.4|^8.0", - "illuminate/container": "^8.0|^9.0|^10.0", + "php": "^8.2", + "illuminate/container": "^8.0|^9.0|^10.0|^11.0", "mnapoli/silly": "^1.8", "symfony/process": "^4.0|^5.0|^6.0|^7.0", "guzzlehttp/guzzle": "^7.7", "phpseclib/phpseclib": "^3.0", - "illuminate/collections": "^8.0|^9.0|^10.0", + "illuminate/collections": "^8.0|^9.0|^10.0|^11.0", "composer/ca-bundle": "^1.3" }, "conflict": { From f9c57753fab53c322502d2eeb6ff24fd1591a253 Mon Sep 17 00:00:00 2001 From: Winnie Lin Date: Sun, 24 Mar 2024 18:18:53 +0800 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 5f17237e5..00b2a8498 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } }, "require": { - "php": "^8.2", + "php": "^7.4|^8.0|^8.2", "illuminate/container": "^8.0|^9.0|^10.0|^11.0", "mnapoli/silly": "^1.8", "symfony/process": "^4.0|^5.0|^6.0|^7.0",