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 941149d commit b7c1b52Copy full SHA for b7c1b52
composer.json
@@ -33,10 +33,10 @@
33
"require-dev": {
34
"phpunit/phpunit": "^8",
35
"mockery/mockery": "^1",
36
- "phpstan/phpstan": "^0",
37
- "phpstan/phpstan-phpunit": "^0",
38
- "phpstan/phpstan-deprecation-rules": "^0",
39
- "phpstan/phpstan-strict-rules": "^0"
+ "phpstan/phpstan": "^1",
+ "phpstan/phpstan-phpunit": "^1",
+ "phpstan/phpstan-deprecation-rules": "^1",
+ "phpstan/phpstan-strict-rules": "^1"
40
},
41
"scripts": {
42
"test": [
0 commit comments