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 7cc74bf commit 839abd6Copy full SHA for 839abd6
composer.json
@@ -7,13 +7,13 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.60"
+ "phpstan/phpstan": "^1.0"
11
},
12
"require-dev": {
13
"mockery/mockery": "^1.2.4",
14
"php-parallel-lint/php-parallel-lint": "^1.2",
15
- "phpstan/phpstan-phpunit": "^0.12.16",
16
- "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.0",
17
"phpunit/phpunit": "^9.5"
18
19
"config": {
@@ -24,7 +24,7 @@
24
25
"extra": {
26
"branch-alias": {
27
- "dev-master": "0.12-dev"
+ "dev-master": "1.0-dev"
28
29
"phpstan": {
30
"includes": [
0 commit comments