| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-09 | Remove dev dependencies and update the rest. | supahgreg | |
| 2025-05-02 | update static composer autoload | Andrew Dolgov | |
| 2025-05-02 | import cron-expression | Andrew Dolgov | |
| 2025-04-27 | Bump PHPStan to 2.1.13 | wn_ | |
| 2024-12-09 | Bump 'spomky-labs/otphp' to 11.3.x. | wn_ | |
| This is mainly for PHP 8.4 compatibility. | |||
| 2024-11-21 | Bump 'chillerlan/php-qrcode' to 5.0.x. | wn_ | |
| * Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility * The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`. * https://github.com/chillerlan/php-qrcode/releases | |||
| 2024-11-12 | Upgrade PHPStan to 2.0.1 | wn_ | |
| 2024-10-07 | Update Guzzle to 7.9.2 | wn_ | |
| https://github.com/guzzle/guzzle/releases | |||
| 2024-10-01 | drop php-http/guzzle7-adapter | Andrew Dolgov | |
| 2024-10-01 | composer dump-autoload --optimize | Andrew Dolgov | |
| 2024-10-01 | drop opentelemetry | Andrew Dolgov | |
| 2024-07-17 | Add the 'Sessions' class to the autoloader. | wn_ | |
| Generated using 'composer dump-autoload --optimize'. | |||
| 2024-04-20 | Move 'include/functions.php' require into Composer autoloader. | wn_ | |
| Autoloader regenerated with 'composer dump-autoload --optimize'. | |||
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |
| 2023-10-21 | switch to html2text() instead of strip_tags() when preparing FTS index | Andrew Dolgov | |
| 2023-10-20 | jaeger-client -> opentelemetry | Andrew Dolgov | |
| 2023-04-09 | exp: jaeger tracing | Andrew Dolgov | |
| 2023-03-05 | Bump PHPStan from 1.8.2 to 1.10.3 | wn_ | |
| * https://phpstan.org/blog/phpstan-1-9-0-with-phpdoc-asserts-list-type * https://phpstan.org/blog/phpstan-1-10-comes-with-lie-detector | |||
| 2022-07-12 | upgrade idiorm to php8.1-patched version (aaronpk/idiorm) | Andrew Dolgov | |
| 2022-07-12 | Update beberlei/assert for PHP 8 compatibility | Chih-Hsuan Yen | |
| Run `composer update beberlei/assert` using composer 2.3.8 on PHP 8.1.7 Updating other packages without updating this fails with: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - beberlei/assert v3.2.2 requires php ^7 -> your php version (8.1.7) does not satisfy that requirement. - spomky-labs/otphp v10.0.1 requires beberlei/assert ^3.0 -> satisfiable by beberlei/assert[v3.2.2]. - spomky-labs/otphp is locked to version v10.0.1 and an update of this package was not requested. ``` | |||
| 2022-03-22 | * add phpunit as a dev dependency | Andrew Dolgov | |
| * add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths | |||
| 2021-11-15 | update phpstan to 1.1.2; update php-qrcode to 3.4.1 | Andrew Dolgov | |
| 2021-10-22 | require phpstan via composer | Andrew Dolgov | |
| 2021-03-01 | initial for idiorm | Andrew Dolgov | |
| 2021-02-26 | * switch to composer for qrcode and otp dependencies | Andrew Dolgov | |
| * move most OTP-related stuff into userhelper * remove old phpqrcode and otphp libraries | |||