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 d0b573d commit 3f1ed33Copy full SHA for 3f1ed33
composer.json
@@ -20,13 +20,13 @@
20
"php": "^7.3|^8.0",
21
"nette/utils": "^3.0",
22
"nikic/php-parser": "^4.3",
23
- "phpstan/phpstan": "^0.12"
+ "phpstan/phpstan": "^1.0"
24
},
25
"require-dev": {
26
"brainbits/phpcs-standard": "^4.0",
27
"php-coveralls/php-coveralls": "^2.0",
28
- "phpstan/phpstan-php-parser": "^0.12.2",
29
- "phpstan/phpstan-phpunit": "^0.12.16",
+ "phpstan/phpstan-php-parser": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0",
30
"phpunit/phpunit": "^8.5.2 || ^9.0.0"
31
32
"scripts": {
0 commit comments