Skip to content

Commit 56ee1cf

Browse files
authored
Merge pull request #1 from daFish/feat/support-phpstan-1.0
Support phpstan/phpstan v1.0.0
2 parents d0b573d + 3f1ed33 commit 56ee1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"php": "^7.3|^8.0",
2121
"nette/utils": "^3.0",
2222
"nikic/php-parser": "^4.3",
23-
"phpstan/phpstan": "^0.12"
23+
"phpstan/phpstan": "^1.0"
2424
},
2525
"require-dev": {
2626
"brainbits/phpcs-standard": "^4.0",
2727
"php-coveralls/php-coveralls": "^2.0",
28-
"phpstan/phpstan-php-parser": "^0.12.2",
29-
"phpstan/phpstan-phpunit": "^0.12.16",
28+
"phpstan/phpstan-php-parser": "^1.0",
29+
"phpstan/phpstan-phpunit": "^1.0",
3030
"phpunit/phpunit": "^8.5.2 || ^9.0.0"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)