Skip to content

Commit 58c70de

Browse files
committed
Removed old versions
1 parent 579df76 commit 58c70de

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"require": {
14-
"php": "^7.2 || ^8.0",
14+
"php": "^7.4 || ^8.0",
1515
"ext-PDO": "*",
1616
"ext-json": "*",
1717
"ext-sockets": "*",
1818
"colinmollenhour/credis": "^1.6.0 || ^1.13",
19-
"composer/composer": "^1.4 || ^2.0 || !=2.2.16",
19+
"composer/composer": "^2.0 || !=2.2.16",
2020
"composer/semver": "@stable",
2121
"graylog2/gelf-php": "^1.4.2 || ^2.0.1",
2222
"guzzlehttp/guzzle": "^6.3||^7.3 || ^7.5",
@@ -30,19 +30,19 @@
3030
"psr/container": "^1.0",
3131
"psr/log": "^1.0 || ^2.0 || ^3.0",
3232
"symfony/config": "^4.4 || ^5.1 || ^5.4 || ^6.4",
33-
"symfony/console": "^2.8 || ^4.0 || ^5.1 || ^5.4 || ^6.4",
34-
"symfony/dependency-injection": "^3.3 || ^4.3 || ^5.1 || ^5.4 || ^6.4",
35-
"symfony/process": "^2.1 || ^4.1 || ^5.1 || ^5.4 || ^6.4",
36-
"symfony/serializer": "^2.8 || ^3.3 || ^4.0 || ^5.4 || ^6.4",
37-
"symfony/yaml": "^3.3 || ^4.0 || ^5.1 || ^5.4 || ^6.4"
33+
"symfony/console": "^4.0 || ^5.1 || ^5.4 || ^6.4",
34+
"symfony/dependency-injection": "^4.3 || ^5.1 || ^5.4 || ^6.4",
35+
"symfony/process": "^4.1 || ^5.1 || ^5.4 || ^6.4",
36+
"symfony/serializer": "^4.0 || ^5.4 || ^6.4",
37+
"symfony/yaml": "^5.1 || ^5.4 || ^6.4"
3838
},
3939
"require-dev": {
4040
"codeception/codeception": "^5.1",
41-
"codeception/module-asserts": "^1.2 || ^3.0",
42-
"codeception/module-db": "^1.0 || ^3.0",
43-
"codeception/module-phpbrowser": "^1.0 || ^3.0",
41+
"codeception/module-asserts": "^3.0",
42+
"codeception/module-db": "^3.0",
43+
"codeception/module-phpbrowser": "^3.0",
4444
"codeception/module-rest": "^1.2 || ^3.0",
45-
"consolidation/robo": "^1.2 || ^3.0",
45+
"consolidation/robo": "^3.0",
4646
"php-mock/php-mock-phpunit": "^2.0",
4747
"phpmd/phpmd": "@stable",
4848
"phpstan/phpstan": "^0.12",

0 commit comments

Comments
 (0)