From e2a7b2ec98d3f6bb6a3ac9c86807ca30d23fd97d Mon Sep 17 00:00:00 2001 From: aslan Date: Tue, 12 Mar 2024 10:05:06 +0300 Subject: [PATCH] fix scenario for deploy CI --- Makefile | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c638179..f6c6770 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ setup-ci: npm run build setup-prod: - composer install + /opt/php82/bin/php /usr/local/bin/composer install npm ci npm run build diff --git a/composer.json b/composer.json index 25c6d9c..3851cac 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "license": "MIT", "require": { - "php": "^8.3", + "php": "^8", "fakerphp/faker": "^1.23.1", "guzzlehttp/guzzle": "^7.8.1", "imangazaliev/didom": "^2.0.1", diff --git a/composer.lock b/composer.lock index 39ba8fe..e9a3010 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b08e2f37cdd3c92cbf32d616488c1231", + "content-hash": "510b89acb2330588f3b2a70ee33a7e2e", "packages": [ { "name": "brick/math", @@ -9472,7 +9472,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.3" + "php": "^8" }, "platform-dev": [], "plugin-api-version": "2.6.0"