This is a feature release for the PHP implementation of PASETO.
New Features
Unless otherwise specified by the user, expiration is enforced by default in both the Builder and Parser classes.
You can disable this default by invoking ->setNonExpiring(true) on your Builder or Parser objects.