From 56703ad4d0f6bf0253be06bb96ac9b8eeb6e224b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Fri, 6 Sep 2024 15:39:33 +0200 Subject: [PATCH] OP-508 - cleaning --- composer.json | 2 +- tests/Application/config/bootstrap.php | 9 ++++++++- tests/Application/public/index.php | 9 ++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fc7c603..054404c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^8.0 || ^8.1", + "php": "^8.0", "bitbag/shipping-export-plugin": "^3.0", "msztorc/php-dpd-api": "^2.1", "sylius/sylius": "~1.12.0 || ~1.13.0", diff --git a/tests/Application/config/bootstrap.php b/tests/Application/config/bootstrap.php index c78eb11..450a654 100644 --- a/tests/Application/config/bootstrap.php +++ b/tests/Application/config/bootstrap.php @@ -1,5 +1,12 @@