From 530b441bcad1db8fd76ca7388290b8e79b5fd91b Mon Sep 17 00:00:00 2001 From: tomjas1997 Date: Thu, 19 Jan 2023 17:51:55 +0200 Subject: [PATCH] Composer config update --- composer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5f53d20d7..388360d8c 100755 --- a/composer.json +++ b/composer.json @@ -15,8 +15,13 @@ "Invertus\\SaferPay\\Tests\\": "tests/" } }, + "config": { + "prepend-autoloader": false, + "platform": { + "php": "5.6" + } + }, "require": { - "php": ">=5.6", "vlucas/phpdotenv": "^3.6", "symfony/expression-language": "^3.4", "symfony/config": "^3.4", @@ -35,12 +40,6 @@ "test-integration": "./vendor/bin/phpunit --configuration ./tests/Integration/phpunit.xml", "test-unit": "./vendor/bin/phpunit --configuration tests/Unit/phpunit.xml" }, - "config": { - "prepend-autoloader": false, - "platform": { - "php": "5.6" - } - }, "author": "PrestaShop", "license": "AFL-3.0" }