From 9a88328390abc3add9fb01136688a19b215e6760 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Thu, 17 Feb 2022 12:50:58 +0100 Subject: [PATCH] Allow installation on Laravel 9 --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 0bff30c8..45b8dc26 100644 --- a/composer.json +++ b/composer.json @@ -18,19 +18,19 @@ "require": { "php": "^7.2|^8.0", "anahkiasen/html-object": "~1.4", - "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0", - "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0" + "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^8.5", "mockery/mockery": "^1.3", - "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0" + "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {