Skip to content

Commit 62a8371

Browse files
authored
Update phpstan and move it to require-dev
Update phpstan and move it to require-dev
2 parents f7e092c + aadec70 commit 62a8371

File tree

2 files changed

+573
-574
lines changed

2 files changed

+573
-574
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Yii2 extension for PHPStan",
44
"type": "library",
55
"require": {
6-
"php": "^7.1",
7-
"phpstan/phpstan": "^0.10.3"
6+
"php": "^7.1"
87
},
98
"require-dev": {
109
"phpunit/phpunit": "^7.0",
11-
"phpstan/phpstan-phpunit": "^0.10"
10+
"phpstan/phpstan-phpunit": "^0.10",
11+
"phpstan/phpstan": "^0.10.3"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)