Skip to content

Commit b643bab

Browse files
committed
Add proper dependecies to requrire
1 parent febb03f commit b643bab

File tree

2 files changed

+925
-923
lines changed

2 files changed

+925
-923
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"description": "Yii2 extension for PHPStan",
44
"type": "library",
55
"require": {
6-
"php": "^7.1"
6+
"php": "^7.1",
7+
"phpstan/phpstan": "^0.10.3",
8+
"nikic/php-parser": "^4.1.0"
79
},
810
"require-dev": {
911
"phpunit/phpunit": "^7.0",
1012
"phpstan/phpstan-phpunit": "^0.10",
11-
"phpstan/phpstan": "^0.10.3",
1213
"friendsofphp/php-cs-fixer": "^2.13"
1314
},
1415
"autoload": {

0 commit comments

Comments
 (0)