muglug/test-phpstan-shim-no-replace
Composer 安装命令:
composer require muglug/test-phpstan-shim-no-replace
包简介
Testing PHPStan Phar distribution without replacement
README 文档
README
The prefixed .phar distribution is built using phpstan-compiler.
Usage
Install the package
composer require --dev phpstan/phpstan-shim
and use it like the original executable
vendor/bin/phpstan.phar analyse src
Check out the main repo for more options https://github.com/phpstan/phpstan.
For technical reasons, if your project depends on nikic/php-parser package, make sure you have the PHAR PHP extension enabled, otherwise the composer autoloader will not work as expected.
Configuration
It is recommended that you set a tmpDir in your phpstan.neon, otherwise it uses the system temp directory.
parameters:
tmpDir: var/cache/phpstan
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-13