Skip to content

Releases: Lawondyss/Config

CI with GitHub Actions

12 Nov 11:38

Choose a tag to compare

GitHub Actions make CI so much easier that it would be a shame not to take advantage of it.

PHP Code Sniffer

12 Nov 10:11

Choose a tag to compare

Why not? The code should have a uniform standard, if only to make it easier to read.

PHP 8

11 Nov 19:15

Choose a tag to compare

It's time to switch to PHP 8. It's been with us long enough, it would be a shame not to take advantage of its capabilities.

One of the BCs in PHP is to change the isolation of static properties within a class. That's why the properties cache had to be rewritten, so if Config doesn't work on your higher PHP, use the new version.

The use and behaviour has remained identical, so you are not at risk of BC.