From 7a008a9014e2d07579ab807d080e5f2883f9630d Mon Sep 17 00:00:00 2001
From: Moshe Weitzman <weitzman@tejasa.com>
Date: Tue, 27 Sep 2022 13:38:22 -0400
Subject: [PATCH] Dont need composer-plugin branch

---
 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47f76560..5df11034 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,18 +7,6 @@ include:
 # The code below is specific to devel project. Comment it out or delete it when
 # copying this file to your new project.
 #
-#Use custom image instead of the default wodby/php.
-#default:
-#  image:
-#    name: skpr/php-circleci:${PHP_TAG}-1.x
-
-# Override of composer-plugin version.
-#composer:
-#  variables:
-#    COMPOSER_PLUGIN_CONSTRAINT: "dev-master"
-
-variables:
-  COMPOSER_PLUGIN_CONSTRAINT: dev-fix-condition
 
 # Set allow_failure to false so that the test fails for coding standards faults.
 phpcs:
-- 
GitLab