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 7c01ef9 commit 6c0e48eCopy full SHA for 6c0e48e
composer.json
@@ -7,14 +7,14 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.92"
+ "phpstan/phpstan": "^1.0"
11
},
12
"conflict": {
13
"phpunit/phpunit": "<7.0"
14
15
"require-dev": {
16
"php-parallel-lint/php-parallel-lint": "^1.2",
17
- "phpstan/phpstan-strict-rules": "^0.12.6",
+ "phpstan/phpstan-strict-rules": "^1.0",
18
"phpunit/phpunit": "^9.5"
19
20
"config": {
@@ -25,7 +25,7 @@
25
26
"extra": {
27
"branch-alias": {
28
- "dev-master": "0.12-dev"
+ "dev-master": "1.0-dev"
29
30
"phpstan": {
31
"includes": [
0 commit comments