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 5fe9a9b commit cf697beCopy full SHA for cf697be
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.85"
+ "phpstan/phpstan": "^1.0"
11
},
12
"conflict": {
13
"doctrine/collections": "<1.0",
@@ -26,8 +26,8 @@
26
"doctrine/persistence": "^1.1 || ^2.0",
27
"nesbot/carbon": "^2.49",
28
"php-parallel-lint/php-parallel-lint": "^1.2",
29
- "phpstan/phpstan-phpunit": "^0.12.16",
30
- "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.0",
31
"phpunit/phpunit": "^9.5",
32
"ramsey/uuid-doctrine": "^1.5.0"
33
@@ -40,7 +40,7 @@
40
41
"extra": {
42
"branch-alias": {
43
- "dev-master": "0.12-dev"
+ "dev-master": "1.0-dev"
44
45
"phpstan": {
46
"includes": [
0 commit comments