Skip to content

Commit 5b8d6f4

Browse files
fix(deps): update issue-bot
1 parent e821ab7 commit 5b8d6f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

issue-bot/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"nette/neon": "^3.3",
99
"nette/utils": "^3.2",
1010
"phpstan/phpstan-strict-rules": "^2.0",
11-
"symfony/console": "^6.1",
12-
"symfony/finder": "^6.1"
11+
"symfony/console": "^7.0",
12+
"symfony/finder": "^7.0"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -27,6 +27,6 @@
2727
"minimum-stability": "dev",
2828
"prefer-stable": true,
2929
"require-dev": {
30-
"phpunit/phpunit": "^9.5"
30+
"phpunit/phpunit": "^12.0"
3131
}
3232
}

0 commit comments

Comments
 (0)