From e7b0a84c80ab3fca10ce402debd41b13f51834bd Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Tue, 31 Oct 2023 12:45:03 +0100 Subject: [PATCH] Move illuminate package to dev only, allow PHP 8+ --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 31f5c84..06de6e1 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "type": "library", "require": { "slim/slim": "^4.10", - "illuminate/database": "^8.83", - "php": "^7.4", + "php": "^7.4 || ^8.0", "slim/php-view": "^3.1", "monolog/monolog": "^2.4", "ramsey/uuid": "^4.2", @@ -36,6 +35,7 @@ } ], "require-dev": { + "illuminate/database": "^8.83", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6" },