From 754db3b2e30feb703476e64c41eee3c7217d794a Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 24 Jan 2023 16:31:46 +0100 Subject: [PATCH] correct type of repository --- composer.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 62839fa9..9a9adc3b 100644 --- a/composer.json +++ b/composer.json @@ -52,15 +52,8 @@ }, "repositories": [ { - "type": "package", - "package": { - "name": "smarty/smarty-lexer", - "version": "4.0.1", - "dist": { - "url": "https://github.com/smarty-php/smarty-lexer/archive/refs/tags/v4.0.1.zip", - "type": "zip" - } - } + "type": "vcs", + "url": "https://github.com/smarty-php/smarty-lexer" } ] }