From a72f83d989b3d49b0108dc80794b52cd8c270975 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 25 Jan 2023 21:58:04 +0100 Subject: [PATCH] Fix smarty-lexer dependency for the time being --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a9adc3b..3ab2438e 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.5 || ^7.5", - "smarty/smarty-lexer": "^4.0.1" + "smarty/smarty-lexer": "dev-master" }, "repositories": [ {