Skip to content

Commit 3fdc395

Browse files
committed
prepare bugfix release 9.5.6
1 parent b744667 commit 3fdc395

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed

.changes/9.5.6.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
## 9.5.6 - 2025-01-15
3+
4+
### Changed
5+
6+
- Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,
7+
when running with a [PHP 8.4 runtime](https://github.com/overtrue/phplint/issues/215#issuecomment-2587007398) :
8+
requested by @gnutix
9+
10+
- Upgrade Dockerfile to use PHP 8.4 runtime
11+
12+
**Full Changelog**: [9.5.5...9.5.6](https://github.com/overtrue/phplint/compare/9.5.5...9.5.6)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 9.5.6 - 2025-01-15
11+
12+
### Changed
13+
14+
- Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,
15+
when running with a [PHP 8.4 runtime](https://github.com/overtrue/phplint/issues/215#issuecomment-2587007398) :
16+
requested by @gnutix
17+
18+
- Upgrade Dockerfile to use PHP 8.4 runtime
19+
20+
**Full Changelog**: [9.5.5...9.5.6](https://github.com/overtrue/phplint/compare/9.5.5...9.5.6)
21+
1022
## 9.5.5 - 2024-12-08
1123

1224
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Version | Status | Requirements |
1414
|:--------|:-----------------------|:---------------|
15-
| **9.x** | **Active development** | **PHP >= 8.2** |
15+
| **9.x** | **Active development** | **PHP >= 8.1** |
1616
| 9.5 | Active support | PHP >= 8.2 |
1717
| 9.4 | End Of Life | PHP >= 8.1 |
1818
| 9.3 | End Of Life | PHP >= 8.1 |

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
| Version | Status | Requirements |
1212
|:--------|:------------------------------------------|:---------------|
13-
| **9.x** | **Active development** | **PHP >= 8.2** |
13+
| **9.x** | **Active development** | **PHP >= 8.1** |
1414
| 6.x | End Of Life | PHP >= 8.2 |
1515
| 5.x | End Of Life | PHP >= 8.1 |
1616
| 4.x | End Of Life | PHP >= 8.0 |
@@ -21,6 +21,8 @@
2121
The preferred method of installation is to use the PHPLint PHAR which can be downloaded from the most recent
2222
[Github Release][releases]. This method ensures you will not have any dependency conflict issue.
2323

24+
**IMPORTANT** : Embedded with Composer dependencies that are PHP 8.2 compatible !
25+
2426
## Docker
2527

2628
You can install `phplint` with [Docker][docker]

docs/usage/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ docker run --rm -t -v "${PWD}":/workdir overtrue/phplint:latest ./ --exclude=ven
66

77
> Please mount your source code to `/workdir` in the container.
88
9-
**IMPORTANT** : Docker image with `latest` tag use the PHP 8.3 runtime !
9+
**IMPORTANT** : Docker image with `latest` tag use the PHP 8.4 runtime !

0 commit comments

Comments
 (0)