Skip to content

Releases: GrahamCampbell/Laravel-TestBench-Core

V4.1 (03/12/2023)

03 Dec 15:25
161456c
Compare
Choose a tag to compare
  • Add provisional PHP 8.3 support
  • Add provisional Laravel 11 support

V4.0 (25/02/2023)

25 Feb 20:15
421fd2b
Compare
Choose a tag to compare
  • Support PHP 7.4-8.2 only
  • Support PHPUnit 9-10 only
  • Support Laravel 8-10 only
  • FacadeTrait methods getFacadeAccessor, getFacadeClass, getFacadeRoot and getServiceProviderClass are now static
  • ServiceProviderTrait::getServiceProviderClass is now static and no longer receives app as param 1
  • Added property and return types in all places

V3.4.1 (25/02/2023)

25 Feb 15:19
f62a3d0
Compare
Choose a tag to compare
  • Removed incorrect PHPUnit 10 support after they made breaking changes before release

V3.4 (24/01/2022)

24 Jan 01:46
a55cfcb
Compare
Choose a tag to compare
  • Support Laravel 9 too

V3.3.2 (21/11/2021)

21 Nov 14:35
Compare
Choose a tag to compare
  • Updated package metadata

V3.3.1 (17/10/2021)

17 Oct 20:08
Compare
Choose a tag to compare
  • Provisional PHP 8.1 support

V3.3 (29/03/2021)

29 Mar 00:58
Compare
Choose a tag to compare
  • Support PHPUnit 10 too
  • Remove app from getServiceProviderClass definition but not calls

V3.2.2 (25/07/2020)

25 Jul 17:31
6323e03
Compare
Choose a tag to compare
  • Officially support Laravel 5.5-8

V3.2.1 (13/07/2020)

13 Jul 22:48
Compare
Choose a tag to compare
  • Corrected composer.json

V3.2 (13/07/2020)

13 Jul 22:43
ec782e7
Compare
Choose a tag to compare
  • Provisional PHP 8.0 support