From 50a3fe56f805452b5ffebaab62e0c2cdf6cf163b Mon Sep 17 00:00:00 2001 From: Claudio Zizza <859964+SenseException@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:59:25 +0200 Subject: [PATCH] Remove redundant 0.2 reference 0.2 is two times in the doctrine-project config. One can be removed --- .doctrine-project.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 8497117..648c3b0 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -40,12 +40,6 @@ "slug": "0.2", "maintained": false }, - { - "name": "0.2", - "branchName": "0.2.x", - "slug": "0.2", - "maintained": false - }, { "name": "0.1", "branchName": "0.1.x",