From 6e1df689e14c29e679d3be27a2796f4e8300f121 Mon Sep 17 00:00:00 2001 From: Marko <52066939+HeX87@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:28:53 +0100 Subject: [PATCH] increase speed --- .idea/CdsConnector.iml | 1 - .idea/php.xml | 2 +- composer.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.idea/CdsConnector.iml b/.idea/CdsConnector.iml index 9d12cc6..f671e11 100644 --- a/.idea/CdsConnector.iml +++ b/.idea/CdsConnector.iml @@ -3,7 +3,6 @@ - diff --git a/.idea/php.xml b/.idea/php.xml index 091014d..672c04f 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -285,7 +285,7 @@ - + diff --git a/composer.json b/composer.json index aa09c83..5f3aea5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "minimum-stability": "stable", "prefer-stable": true, "require": { - "php": ">=8.2", + "php": ">=8.1", "ext-ctype": "*", "ext-curl": "*", "ext-ftp": "*",