fix deprecations

This commit is contained in:
Alexey Chelnakov 2022-09-28 14:10:49 +03:00
parent e992e7e13d
commit c844b4f3bc

View File

@ -16,9 +16,9 @@
], ],
"require": { "require": {
"php": ">=7.1", "php": ">=7.1",
"symfony/twig-bundle": "~2.3|~3.0|~4.0", "symfony/twig-bundle": "~2.3|~3.0|~4.0|~5.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0", "symfony/framework-bundle": "~2.3|~3.0|~4.0|~5.0",
"symfony/console": "~2.3|~3.0|~4.0", "symfony/console": "~2.3|~3.0|~4.0|~5.0",
"michelf/php-markdown": "~1.4" "michelf/php-markdown": "~1.4"
}, },
"conflict": { "conflict": {