We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b422a commit 4784b71Copy full SHA for 4784b71
composer.json
@@ -8,12 +8,12 @@
8
],
9
"require": {
10
"php" : ">=8.0",
11
- "symfony/finder": "^5.3|^6.0",
12
- "nikic/php-parser": "^4.13",
13
- "phpstan/phpdoc-parser": "^1.23"
+ "symfony/finder": "^5.3|^6.0|^7.0",
+ "nikic/php-parser": "^5.1",
+ "phpstan/phpdoc-parser": "^1.30"
14
},
15
"require-dev": {
16
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^9.6",
17
"clue/phar-composer": "^1.2",
18
"phpstan/phpstan": "^1.10",
19
"smeghead/php-vendor-credits": "~0.0.4"
0 commit comments