Skip to content

Releases: svenluijten/env-providers

Version 4.1.0

07 Dec 18:41
v4.1.0
cd33bf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

Version 4.0.1

21 Dec 19:01
v4.0.1
068cf31
Compare
Choose a tag to compare
  • Added support for Laravel 9 (#35)

Version 4.0.0

05 Feb 18:14
v4.0.0
717b276
Compare
Choose a tag to compare
  • Added new configuration so it's easier to read (#28)

Version 3.2.0

05 Feb 18:15
v3.2.0
ca9d802
Compare
Choose a tag to compare
  • Added PHP 8.0 and 8.1 support (#27)

Version 3.1.4

03 Sep 21:33
v3.1.4
1cc114d
Compare
Choose a tag to compare
  • Add support for Laravel 6.x

Version 3.1.3

10 Aug 12:01
v3.1.3
c7b1795
Compare
Choose a tag to compare
  • Reference right class in documentation & composer.json

Version 3.1.2

13 May 08:50
c792d89
Compare
Choose a tag to compare
  • Update service provider name in composer.json

Version 3.1.1

29 Apr 18:10
Compare
Choose a tag to compare
v3.1.1

Version 3.1.1

Version 3.1.0

20 Apr 18:42
300f9d4
Compare
Choose a tag to compare
  • Added tests
  • Now only supports Laravel 5.7 and 5.8
  • Updated & optimized CI files

Version 3.0.1

29 Dec 11:50
Compare
Choose a tag to compare

This version fixes a coding style violation and removes the require-dev block inside the composer.json. Since I'm not running automated tests on this package (yet!), this block is redundant and we don't need to pull in the packages every time.