phpstan / phpstan-shim
PHPStan PHAR distribution - deprecated
Installs: 2 638 176
Dependents: 286
Suggesters: 2
Security: 0
Stars: 93
Watchers: 5
Forks: 15
Open Issues: 0
Requires
- php: ~7.1
- dev-master / 0.12.x-dev
- 0.12.0
- 0.11.19
- 0.11.18
- 0.11.17
- 0.11.16
- 0.11.15
- 0.11.14
- 0.11.13
- 0.11.12
- 0.11.11
- 0.11.10
- 0.11.9
- 0.11.8
- 0.11.7
- 0.11.6
- 0.11.5
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11
- 0.10.x-dev
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10
- 0.9.2
- 0.9.1
- 0.9
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8
- 0.7
- 0.6.x-dev
This package is auto-updated.
Last update: 2021-06-05 03:32:13 UTC
README
Thank you for using PHPStan!
With the release of PHPStan 0.12, the primary Composer package used by most users,
phpstan/phpstan
, has switched to a PHAR file. It works the same way as phpstan-shim
.
The need for a separate PHAR distribution has ceased.
Package phpstan/phpstan-shim
is no longer needed.
You should upgrade to phpstan/phpstan
0.12 with the following steps:
- In your composer.json, rewrite line with
"phpstan/phpstan-shim"
to"phpstan/phpstan": "^0.12"
. - Delete your
composer.lock
. - Delete
vendor/phpstan
directory. - Delete
vendor/bin/phpstan
andvendor/bin/phpstan.phar
. - Run composer install.
If you have any problem upgrading, don't hesitate to describe your issue at: https://github.com/phpstan/phpstan/issues/new/choose