From 0967ad7e8f07c662d3caca176ffe00e77f677f54 Mon Sep 17 00:00:00 2001 From: Simon Gilli <25326036+gilbertsoft@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:07:09 +0200 Subject: [PATCH] Revert "[TASK] Deploy with Composer snapshot (#305)" This reverts commit ecc3ba2996593c039099f9bd86cb2afd61bfe72a. The issue is fixed now see https://github.com/composer/composer/issues/10672 --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1883513b..863056e0 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -33,7 +33,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.1' - tools: composer:snapshot, andres-montanez/magallanes + tools: composer:v2, andres-montanez/magallanes - name: Get Environment id: environment run: |