We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5035ef commit e55d44eCopy full SHA for e55d44e
issue-bot/composer.json
@@ -6,10 +6,10 @@
6
"knplabs/github-api": "^3.9",
7
"league/commonmark": "^2.3",
8
"nette/neon": "^3.3",
9
- "nette/utils": "^3.2",
+ "nette/utils": "^4.0",
10
"phpstan/phpstan-strict-rules": "1.6.x-dev",
11
- "symfony/console": "^6.1",
12
- "symfony/finder": "^6.1"
+ "symfony/console": "^7.0",
+ "symfony/finder": "^7.0"
13
},
14
"autoload": {
15
"psr-4": {
@@ -27,6 +27,6 @@
27
"minimum-stability": "dev",
28
"prefer-stable": true,
29
"require-dev": {
30
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^11.0"
31
}
32
0 commit comments