We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648bf89 commit f2851ffCopy full SHA for f2851ff
composer.json
@@ -5,9 +5,9 @@
5
"require": {
6
"php": "^7.4|^8.0",
7
"nikic/php-parser": "^5.0",
8
- "symfony/console": "^5.4",
9
- "nette/utils": "^3.2.5",
10
- "symfony/finder": "^5.4",
+ "symfony/console": "^7.0",
+ "nette/utils": "^4.0.0",
+ "symfony/finder": "^7.0",
11
"phpstan/phpdoc-parser": "^2.0"
12
},
13
"bin": [
@@ -16,7 +16,7 @@
16
"require-dev": {
17
"php-parallel-lint/php-parallel-lint": "^1.3",
18
"phpstan/phpstan": "^1.10",
19
- "phpunit/phpunit": "^9.6"
+ "phpunit/phpunit": "^11.0"
20
21
"autoload": {
22
"psr-4": {
0 commit comments