Skip to content

Commit da187fd

Browse files
committed
Require PHPStan 1.0
1 parent 9e8e6e7 commit da187fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"require-dev": {
99
"php-parallel-lint/php-parallel-lint": "^1.2",
1010
"phpstan/extension-installer": "^1.0",
11-
"phpstan/phpstan": "^0.12.87",
12-
"phpstan/phpstan-strict-rules": "^0.12.5",
11+
"phpstan/phpstan": "^1.0",
12+
"phpstan/phpstan-strict-rules": "^1.0",
1313
"phpunit/phpunit": "^9.5",
1414
"symfony/process": "^5.2"
1515
},

0 commit comments

Comments
 (0)