Skip to content

Commit a1242aa

Browse files
committed
Bump composer.json
1 parent f3d9c1f commit a1242aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
}
2121
},
2222
"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",
23+
"php": ">=7.3 | 8.0",
24+
"symfony/dependency-injection": "^4.4 || ^5.0",
25+
"symfony/http-kernel": "4.4 || ^5.0",
26+
"symfony/config": "4.4 || ^5.0",
2727
"intervention/image": "^2.5",
28-
"twig/twig": "~1.0 | ~2.0",
28+
"twig/twig": "~1.0 || ^2.0 || ^3.0",
2929
"monolog/monolog": "~1 || ~2",
3030
"league/html-to-markdown": "^5.0"
3131
},
3232
"require-dev": {
33-
"proklung/bitrix-phpunit-testing-tools": "^1.0"
33+
"proklung/bitrix-phpunit-testing-tools": "^1.4"
3434
},
3535
"extra": {
3636
"installer-paths": {

0 commit comments

Comments
 (0)