From ce41b9ba4394d47af37587d719f5c28191138666 Mon Sep 17 00:00:00 2001 From: Alexander Lisachenko Date: Sat, 28 Mar 2026 01:10:08 +0200 Subject: [PATCH] fix: Remove composer hard-coded version from the composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index bb06506..472c38d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "goaop/dissect", "description": "A set of tools for lexical and syntactical analysis written in pure PHP", - "version": "3.0.0", "type": "library", "homepage": "https://github.com/goaop/dissect", "license": "MIT",