Skip to content

Releases: humbug/php-scoper

0.13.8

29 Oct 16:18
e4a8d13
Compare
Choose a tag to compare
0.13.8 Pre-release
Pre-release

Misc

0.13.7

21 Oct 14:37
bc29944
Compare
Choose a tag to compare
0.13.7 Pre-release
Pre-release

Bugfixes

  • Update Reflector with PHP 7.4 & 8.0 symbols (#418)

0.13.6

12 Oct 08:14
3b58345
Compare
Choose a tag to compare
0.13.6 Pre-release
Pre-release

Bugfixes

  • Also check for interfaces and traits in existence checks (#417)

0.13.5

16 Sep 13:17
fd78875
Compare
Choose a tag to compare
0.13.5 Pre-release
Pre-release

Bugfixes

  • Fix group use bug (#413)

0.13.4

07 Sep 10:05
fd75677
Compare
Choose a tag to compare
0.13.4 Pre-release
Pre-release

Bugfixes

  • Fix compatibility with Composer 2 (#404, #398)

0.13.3

07 Aug 21:20
eadf037
Compare
Choose a tag to compare
0.13.3 Pre-release
Pre-release

Bugfixes

  • Fix naming resolution issue (#401)
  • Bump dependencies (#402)

0.13.2

14 Jun 08:17
a4b7cee
Compare
Choose a tag to compare
0.13.2 Pre-release
Pre-release

Bugfixes

  • Update dependencies (#392)

0.13.1

22 Jan 22:40
8131814
Compare
Choose a tag to compare
0.13.1 Pre-release
Pre-release

Bugfixes

  • Fix scoping of PSR-4 locator services in Symfony (#370)
  • Handle functions as case-insensitive names (#371)
  • Fix isolated finder (#372)

Misc

  • Update dependencies (#374)
  • Update readme install instructions (#373)
  • Tweak Makefile (#375)

0.13.0

13 Dec 15:06
829152c
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

Features

  • Add support for PHP 7.4 new features (#359)

Bugfixes

  • Fix string resolution with leading backslash (#363)
  • Add e2e test to ensure the isolated finder exists (#364)

Misc

  • Update dependencies (#358)
  • Remove unnecessary constants from the reflector (#360)
  • Update phpstan (#361)
  • Update Infection (#362)

0.12.4

26 Jun 11:38
50c84a4
Compare
Choose a tag to compare
0.12.4 Pre-release
Pre-release

Bugfixes

  • Fix easy cases of date related functions (#341)
  • Fix the scoped Reflector (#344)
  • Fix invalid version in the PHAR (#346)

Misc

  • Use PHPStormStubMap directory from PHPStorm stubs instead of BetterReflection (#345)