From cabcafc7ea2852f57f46f628fa7b7c6973e24324 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 25 Jan 2023 21:58:46 +0100 Subject: [PATCH] Fix smarty-lexer dependency for the time being (remove direct ref to github) --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3ab2438e..b62c0559 100644 --- a/composer.json +++ b/composer.json @@ -49,11 +49,5 @@ "require-dev": { "phpunit/phpunit": "^8.5 || ^7.5", "smarty/smarty-lexer": "dev-master" - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/smarty-php/smarty-lexer" - } - ] + } }