1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: William Desportes <williamdes@wdes.fr>
Date: Sat, 5 Oct 2024 12:32:19 +0200
Subject: Allow twig i18n extension 5.0
Origin: upstream
Forwarded: https://github.com/phpmyadmin/phpmyadmin/commit/5a10863529fea9bfd56e51e763e5c0733e670d1f
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index 6032cfa..eef19da 100644
--- a/composer.json
+++ b/composer.json
@@ -62,7 +62,7 @@
"phpmyadmin/motranslator": "^5.0",
"phpmyadmin/shapefile": "^3.0.1",
"phpmyadmin/sql-parser": "^5.8",
- "phpmyadmin/twig-i18n-extension": "^4.1.3 || ^5.0.0",
+ "phpmyadmin/twig-i18n-extension": ">=4.1.3 < 6.0.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"slim/psr7": "^1.4.1",
|