phpstan/phpstan-shim

This package is abandoned and no longer maintained. The author suggests using the phpstan/phpstan package instead.

PHPStan PHAR distribution - deprecated

Maintainers

👁 ondrejmirtes

Package info

github.com/phpstan/phpstan-shim

pkg:composer/phpstan/phpstan-shim

Statistics

Installs: 2 802 140

Dependents: 273

Suggesters: 2

Stars: 93

Open Issues: 0

0.12.0 2019-12-08 21:11 UTC

Requires

  • php: ~7.1

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f2b69bdaaa7b0021bd79a5233db9abb3242c0522


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:

  1. In your composer.json, rewrite line with "phpstan/phpstan-shim" to "phpstan/phpstan": "^0.12".
  2. Delete your composer.lock.
  3. Delete vendor/phpstan directory.
  4. Delete vendor/bin/phpstan and vendor/bin/phpstan.phar.
  5. 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