Skip to content

Releases: kidatsy/lightSAML

1.2.3

Choose a tag to compare

@kidatsy kidatsy released this 20 May 14:19
Merge branch 'master' of github.com:kidatsy/lightSAML

CLONING FOR PHP 5.6 SUPPORT

Choose a tag to compare

@kidatsy kidatsy released this 18 May 10:17

Removing usage of static Class::class method of retrieving class name in favor of using get_class() for instantiated objects and full namespaced class string for uninstantiated objects, as Class::class is incompatible with PHP 5.6.