Skip to content
Snippets Groups Projects
Commit b8eae1bf authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix broken translator in PHP 8.0; for some reason it's pulling in v3 of the...

Fix broken translator in PHP 8.0;  for some reason it's pulling in v3 of the translation-contracts instead of v2.x
parent dbac97de
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"files": ["tests/_autoload_modules.php"] "files": ["tests/_autoload_modules.php"]
}, },
"require": { "require": {
"php": ">=7.4 || ^8.0 ", "php": ">=7.4 || ^8.0",
"ext-SPL": "*", "ext-SPL": "*",
"ext-zlib": "*", "ext-zlib": "*",
"ext-pcre": "*", "ext-pcre": "*",
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
"symfony/http-foundation": "^5.0", "symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0", "symfony/http-kernel": "^5.0",
"symfony/routing": "^5.0", "symfony/routing": "^5.0",
"symfony/translation-contracts": "<3",
"symfony/twig-bridge": "^5.3", "symfony/twig-bridge": "^5.3",
"symfony/var-exporter": "^5.0", "symfony/var-exporter": "^5.0",
"symfony/yaml": "^5.0", "symfony/yaml": "^5.0",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment