We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c1df2 commit c23f5bfCopy full SHA for c23f5bf
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",
10
- "phpstan/phpstan-strict-rules": "1.6.x-dev",
11
- "symfony/console": "^6.1",
12
- "symfony/finder": "^6.1"
+ "nette/utils": "^4.0",
+ "phpstan/phpstan-strict-rules": "2.0.x",
+ "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