Skip to content

Dropping support for PHP<5.6

Compare
Choose a tag to compare
@ffflabs ffflabs released this 15 Jan 17:43
· 98 commits to master since this release

Given PHP 5.6 reached its long announced end of life, we're dropping support for it (albeit you can still use this library as long as you use release ~3.6).

Setting the minimum PHP version at 7.0 allows to require Symfony Dotenv version 4 instead of being pinned to the long outdated 3.6 version.

Closes #68