Skip to content

Commit b54b9d6

Browse files
committed
feat: allow some newer library versions
1 parent 8bf655b commit b54b9d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"ext-SimpleXML": "*",
2424
"ext-json": "*",
2525
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
26-
"symfony/console": "^3 || ^4 || ^5.2 || ^6",
27-
"symfony/process": "^4.1 || ^5.2 || ^6"
26+
"symfony/console": "^3 || ^4 || ^5.2 || ^6 || ^7",
27+
"symfony/process": "^4.1 || ^5.2 || ^6 || ^7"
2828
},
2929
"require-dev": {
3030
"brainmaestro/composer-git-hooks": "^2.8",
@@ -35,13 +35,13 @@
3535
"phpstan/phpstan": "^1",
3636
"phpstan/phpstan-deprecation-rules": "^1.1",
3737
"phpstan/phpstan-strict-rules": "^1.5",
38-
"phpunit/phpunit": "^9.5",
38+
"phpunit/phpunit": "^9.5 || ^10 || ^11",
3939
"psalm/plugin-phpunit": "^0.15.0",
40-
"qossmic/deptrac-shim": "^0.19.0",
40+
"qossmic/deptrac-shim": "^0.19.0 || ^1",
4141
"rector/rector": "^0.12",
4242
"squizlabs/php_codesniffer": "^3.5",
4343
"symplify/easy-coding-standard": "^10",
44-
"vimeo/psalm": "^4.3"
44+
"vimeo/psalm": "^4.3 || ^5"
4545
},
4646
"suggest": {
4747
"ergebnis/composer-normalize": "Normalizes composer.json files",

0 commit comments

Comments
 (0)