Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Releases: phpstan/phpstan-shim

0.12.0

08 Dec 21:13
Compare
Choose a tag to compare

Thank you for using PHPStan!

Read more about the latest release here!

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

0.11.19

22 Oct 20:47
Compare
Choose a tag to compare

0.11.18

21 Oct 19:57
Compare
Choose a tag to compare

0.11.17

20 Oct 12:58
Compare
Choose a tag to compare

0.11.16

17 Sep 11:50
Compare
Choose a tag to compare

0.11.15

18 Aug 21:06
Compare
Choose a tag to compare

0.11.14

17 Aug 13:04
Compare
Choose a tag to compare

0.11.13

14 Aug 15:31
Compare
Choose a tag to compare

0.11.12

08 Jul 07:29
Compare
Choose a tag to compare

0.11.11

08 Jul 06:13
Compare
Choose a tag to compare