Skip to content

Releases: mglaman/phpstan-drupal

0.12.1

13 Jan 19:55

Choose a tag to compare

Use the %currentWorkingDirectory% container parameter to default the location detection of Drupal for the drupal.drupal_root parameter, fixing #104

0.12.0

17 Dec 03:21
39a7947

Choose a tag to compare

phpstan:^0.12.0 support

0.11.14

10 Dec 22:40
3458665

Choose a tag to compare

  • @goba added all deprecated constants for detection!

0.11.13

09 Dec 19:28
1d73e1a

Choose a tag to compare

  • Mark conflicts against phpstan:0.12.0 #95
  • Make sure the service providers can be found with cold caches 70e18e8
  • Discover deprecations on constants, based on hardcoded mappings.

0.11.12

28 Oct 17:10
684401f

Choose a tag to compare

Drupal 8.8 build test analysis support

0.11.11

22 Oct 13:25
c77b8de

Choose a tag to compare

Drupal 8.8 support

0.11.10

09 Jul 20:21
decb05d

Choose a tag to compare

Support phpstan/extension-installer, thanks @drupol!

0.11.9

13 Jun 17:49
c599d44

Choose a tag to compare

  • Fix double loading of files which broke upgrade_status

0.11.8

29 May 14:47
9ae027f

Choose a tag to compare

  • Add compatibility for Drush 8.x version
  • Remove conflicts against nette/di ^3.0 (#73)

0.11.7

08 May 20:40
5188efc

Choose a tag to compare

Gracefully handle ContainerNotInitializedException errors or other errors when loading the following files for an extension:

  • .theme, .module, .profile
  • .install
  • .post_update.php
  • *.inc