Skip to content

Commit 9129a44

Browse files
committed
Bump composer.json
1 parent 40fde17 commit 9129a44

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

composer.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,23 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=7.1 | ~8.0",
24-
"psr/container": "^1.0",
25-
"symfony/dependency-injection": "^4.0 || ^5.0",
26-
"symfony/http-kernel": "^4.0 || ^5.0",
27-
"symfony/config": "~4|~5",
28-
"symfony/filesystem": "~4|~5",
29-
"symfony/console": "~4|~5",
30-
"symfony/process": "~4|~5",
31-
"symfony/lock": "^4.0 || ^5.0",
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",
27+
"symfony/filesystem": "^4.4 || ^5.0",
28+
"symfony/console": "^4.4 || ^5.0",
29+
"symfony/process": "^4.4 || ^5.0",
30+
"symfony/lock": "^4.4 || ^5.0",
3231
"doctrine/common": "^3.1",
33-
"symfony/framework-bundle": "^4.0 || ^5.0",
3432
"doctrine/annotations": "^1.10",
3533
"mmo/faker-images": "^0.3.0",
3634
"fzaninotto/faker": "^1.9",
3735
"hanneskod/classtools": "^1.2"
3836
},
3937
"require-dev": {
40-
"proklung/bitrix-phpunit-testing-tools": "^1.0"
38+
"proklung/bitrix-phpunit-testing-tools": "^1.4",
39+
"icanhazstring/composer-unused": "^0.7.5"
4140
},
4241
"extra": {
4342
"installer-paths": {

0 commit comments

Comments
 (0)