Skip to content

Commit cb1867e

Browse files
committed
Update Changelog, Readme and License
1 parent cc59a38 commit cb1867e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [3.23.0] - 2025-06-10
10+
### Changes
11+
- PHP 8.3, 8.4 support
12+
- Laravel 12 support
13+
- Add `monolog/monolog` 3.0 support
14+
- Add `predis/predis` 2.0 support
15+
- Use `DateTime()` instead of deprecated `strftime`
16+
917
## [3.22.0] - 2023-02-24
1018
### Changes
1119
- PHP 8.2 support

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2019 PDFfiller
3+
Copyright (c) 2018-2025 PDFfiller
44
Copyright (c) 2013-2015 Ryver, Inc
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# qless-php
22

3-
[![PHP Version](https://img.shields.io/badge/supported->%3D7.1%20<8.2-blue?logo=php)](https://php.net/)
3+
[![PHP Version](https://img.shields.io/badge/supported->%3D7.1%20<=8.4-blue?logo=php)](https://php.net/)
44
[![Workflow Status](https://github.com/pdffiller/qless-php/actions/workflows/pr.yml/badge.svg)](https://github.com/pdffiller/qless-php/actions/workflows/pr.yml)
5-
[![Infection MSI](https://badge.stryker-mutator.io/github.com/pdffiller/qless-php/master)](https://infection.github.io)
65

76
PHP Bindings for qless.
87

@@ -947,7 +946,7 @@ qless-php is open-sourced software licensed under the MIT License.
947946
See the [`LICENSE.txt`](https://github.com/pdffiller/qless-php/blob/master/LICENSE.txt) file for more.
948947

949948

950-
© 2018-2022 PDFfiller<br>
949+
© 2018-2025 PDFfiller<br>
951950
© 2013-2015 Ryver, Inc <br>
952951

953952
All rights reserved.

0 commit comments

Comments
 (0)