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 b6df94d commit f7aa75eCopy full SHA for f7aa75e
composer.json
@@ -7,16 +7,16 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.60"
+ "phpstan/phpstan": "^1.0"
11
},
12
"conflict": {
13
"dibi/dibi": "<3.0"
14
15
"require-dev": {
16
"dibi/dibi": "~4.0",
17
"php-parallel-lint/php-parallel-lint": "^1.2",
18
- "phpstan/phpstan-phpunit": "^0.12.16",
19
- "phpstan/phpstan-strict-rules": "^0.12.6",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.0",
20
"phpunit/phpunit": "^9.5"
21
22
"config": {
@@ -27,7 +27,7 @@
27
28
"extra": {
29
"branch-alias": {
30
- "dev-master": "0.12-dev"
+ "dev-master": "1.0-dev"
31
32
"phpstan": {
33
"includes": [
0 commit comments