We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145249e commit 162ba00Copy full SHA for 162ba00
issue-bot/composer.json
@@ -7,14 +7,14 @@
7
"knplabs/github-api": "^3.9",
8
"league/commonmark": "^2.3",
9
"nette/neon": "^3.3",
10
- "nette/utils": "^3.2",
+ "nette/utils": "^4.0",
11
"phpstan/phpstan-deprecation-rules": "^2.0",
12
"phpstan/phpstan-strict-rules": "^2.0",
13
"react/child-process": "^0.6.7",
14
"react/event-loop": "^1.6",
15
"react/promise": "^3.3",
16
- "symfony/console": "^6.1",
17
- "symfony/finder": "^6.1"
+ "symfony/console": "^8.0",
+ "symfony/finder": "^8.0"
18
},
19
"autoload": {
20
"psr-4": {
@@ -35,6 +35,6 @@
35
"minimum-stability": "dev",
36
"prefer-stable": true,
37
"require-dev": {
38
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^13.0"
39
}
40
0 commit comments