We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d9c1f commit a1242aaCopy full SHA for a1242aa
composer.json
@@ -20,17 +20,17 @@
20
}
21
},
22
"require": {
23
- "php": ">=7.1 | 8.0",
24
- "symfony/dependency-injection": "^4.0 || ^5.0",
25
- "symfony/http-kernel": "^4.0 || ^5.0",
26
- "symfony/config": "~4|~5",
+ "php": ">=7.3 | 8.0",
+ "symfony/dependency-injection": "^4.4 || ^5.0",
+ "symfony/http-kernel": "4.4 || ^5.0",
+ "symfony/config": "4.4 || ^5.0",
27
"intervention/image": "^2.5",
28
- "twig/twig": "~1.0 | ~2.0",
+ "twig/twig": "~1.0 || ^2.0 || ^3.0",
29
"monolog/monolog": "~1 || ~2",
30
"league/html-to-markdown": "^5.0"
31
32
"require-dev": {
33
- "proklung/bitrix-phpunit-testing-tools": "^1.0"
+ "proklung/bitrix-phpunit-testing-tools": "^1.4"
34
35
"extra": {
36
"installer-paths": {
0 commit comments