James Read
James Read
Upgrading firebase/php-jwt to v6 this has a significant change in usage, the secret and algorithm need to be known a head of time to build the key. changes now manipulate...
Considering PHP 7.4 isn't EOL until the end of the year it would be nice to still include in version 3.0
Adding 7.4 as it's still supported till the end of the year. [Supported Versions](https://www.php.net/supported-versions.php) closes (#132)
Drop support for PHP version less than 7.4 closes #226
Support for versions less than PHP 7.4 should be dropped so new language features can be used such as typed properties. [Supported Versions](https://www.php.net/supported-versions.php)
truncating the body to reduce data transmission on cache hits. closes #54
There is odd behaviour around cache hits, the whole idea of the 304 status is to reduce data transmission if the browser/client has data which is still accurate. I've noticed...
Updating the skeleton to user PHP 8.2+ and updating to some of the newer language features. closes #344
With the recent... ish release of PHP 8.3, I think the project can bump the version. this wouldn't break backwards compatibility as the skeleton is only used to create a...
Fixing tests that are throwing warnings and reducing noise in test output. has been done in three stages. - Fixing PHPUnit deprecation notices - Fixing language-level deprecation warnings - Updated...