-
- Downloads
Require Phan for development
.phan/config.php
0 → 100644
... | ... | @@ -9,6 +9,7 @@ |
"guzzlehttp/guzzle": "~6.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.4" | ||
"phpunit/phpunit": "^8.4", | ||
"phan/phan": "^2.4" | ||
} | ||
} |
Please register or sign in to comment