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 f7e092c commit aadec70Copy full SHA for aadec70
composer.json
@@ -3,12 +3,12 @@
3
"description": "Yii2 extension for PHPStan",
4
"type": "library",
5
"require": {
6
- "php": "^7.1",
7
- "phpstan/phpstan": "^0.10.3"
+ "php": "^7.1"
8
},
9
"require-dev": {
10
"phpunit/phpunit": "^7.0",
11
- "phpstan/phpstan-phpunit": "^0.10"
+ "phpstan/phpstan-phpunit": "^0.10",
+ "phpstan/phpstan": "^0.10.3"
12
13
"autoload": {
14
"psr-4": {
0 commit comments